Lines Matching refs:fBitmap
30 fBitmap(NULL), in ScopeView()
72 DrawBitmapAsync(fBitmap, BPoint(0, 0)); in Draw()
332 if (fBitmap != NULL && fBitmapView != NULL) { in InitBitmap()
333 fBitmap->RemoveChild(fBitmapView); in InitBitmap()
336 if (fBitmap) in InitBitmap()
337 delete fBitmap; in InitBitmap()
341 fBitmap = new BBitmap(rect, BScreen().ColorSpace(), true); in InitBitmap()
342 memset(fBitmap->Bits(), 0, fBitmap->BitsLength()); in InitBitmap()
347 fBitmap->AddChild(fBitmapView); in InitBitmap()
358 fBitmap->Lock(); in RenderBitmap()
359 memset(fBitmap->Bits(), 0, fBitmap->BitsLength()); in RenderBitmap()
376 fBitmap->Unlock(); in RenderBitmap()