Searched refs:fDestination (Results 1 - 8 of 8) sorted by path

/haiku/src/apps/packageinstaller/
H A DPackageView.h74 BPopUpMenu* fDestination; member in class:PackageView
H A DPackageView.cpp151 fDestination->SetEnabled(false);
191 fDestination->SetEnabled(true);
211 fDestination->SetEnabled(true);
233 fDestination->SetEnabled(true);
247 fDestination->SetEnabled(true);
285 for (int32 i = 0; i < fDestination->CountItems(); i++) {
286 BMenuItem* item = fDestination->ItemAt(i);
517 fDestination = new BPopUpMenu(B_TRANSLATE("none"));
519 fDestination);
591 for (int32 i = fDestination
629 new BMessage(P_MSG_OPEN_PANEL), fDestination); local
[all...]
/haiku/src/kits/media/legacy/
H A DOldAudioModule.h48 int32 fDestination; member in class:BAudioEvent
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp279 fDestination(TEXT_DESTINATION)
417 fDestination = COMMENT_DESTINATION;
427 fDestination = OTHER_DESTINATION;
434 return fDestination;
735 fDestination = destination;
766 && (fDestination == ALL_DESTINATIONS
767 || fDestination == group->Destination())) {
H A DRTF.h86 group_destination fDestination; member in class:RTF::Group
158 group_destination fDestination; member in class:RTF::Iterator
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp391 BBufferConsumer::SetOutputBuffersFor(producer, fDestination,
H A DVideoConsumer.h134 media_destination fDestination; member in class:VideoConsumer
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h50 fDestination = NULL;
76 fDestination = aggInterface.fBuffer.row_ptr(y1) + x1 * 4;
97 uint8* fDestination; member in struct:BitmapPainterPrivate::DrawBitmapBilinearOptimized
258 uint8* d = this->fDestination;
289 this->fDestination += this->fDestinationBytesPerRow;
297 uint8* d = this->fDestination;
338 uint8* d = fDestination;
402 fDestination += fDestinationBytesPerRow;
434 uint8* d = fDestination;
435 bilinear_scale_xloop_mmxsse(src, fDestination, fWeights
[all...]

Completed in 90 milliseconds