Lines Matching refs:fBitmap
34 fBitmap = NULL; in OverlayView()
67 fBitmap = new BBitmap(archive); in OverlayView()
73 delete fBitmap; in ~OverlayView()
83 if (fBitmap) in Draw()
84 DrawBitmap(fBitmap, B_ORIGIN); in Draw()
102 delete fBitmap; in MessageReceived()
103 fBitmap = BTranslationUtils::GetBitmap(path.Path()); in MessageReceived()
105 if (fBitmap != NULL) { in MessageReceived()
111 BRect rect = fBitmap->Bounds(); in MessageReceived()
155 if (fBitmap) { in Archive()
156 fBitmap->Lock(); in Archive()
157 fBitmap->Archive(archive); in Archive()
158 fBitmap->Unlock(); in Archive()