Searched refs:fSelectionBitmap (Results 1 – 2 of 2) sorted by relevance
181 fSelectionBitmap(NULL), in ShowImageView()346 delete fSelectionBitmap; in _DeleteSelectionBitmap()347 fSelectionBitmap = NULL; in _DeleteSelectionBitmap()727 if (fSelectionBitmap != NULL) { in Draw()732 DrawBitmap(fSelectionBitmap, srcRect, dstRect); in Draw()773 if (fSelectionBitmap) { in _CopySelection()774 view.DrawBitmap(fSelectionBitmap, in _CopySelection()775 fSelectionBitmap->Bounds().OffsetToCopy(B_ORIGIN), rect); in _CopySelection()779 if (fSelectionBitmap) { in _CopySelection()780 view.DrawBitmap(fSelectionBitmap, in _CopySelection()[all …]
189 BBitmap* fSelectionBitmap; variable