Home
last modified time | relevance | path

Searched refs:fDestination (Results 1 – 8 of 8) sorted by relevance

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