Searched refs:fSelectionBitmap (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/showimage/
H A DShowImageView.cpp181 fSelectionBitmap(NULL),
346 delete fSelectionBitmap;
347 fSelectionBitmap = NULL;
727 if (fSelectionBitmap != NULL) {
732 DrawBitmap(fSelectionBitmap, srcRect, dstRect);
773 if (fSelectionBitmap) {
774 view.DrawBitmap(fSelectionBitmap,
775 fSelectionBitmap->Bounds().OffsetToCopy(B_ORIGIN), rect);
779 if (fSelectionBitmap) {
780 view.DrawBitmap(fSelectionBitmap,
[all...]
H A DShowImageView.h189 BBitmap* fSelectionBitmap; member in class:ShowImageView

Completed in 41 milliseconds