Searched refs:fOffscreenBitmap (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/interface/
H A DColorControl.cpp57 fOffscreenBitmap(NULL)
69 fOffscreenBitmap(NULL)
85 delete fOffscreenBitmap;
188 if (fOffscreenBitmap != NULL) {
190 fOffscreenBitmap = new BBitmap(bounds, B_RGB32, true, false);
193 fOffscreenBitmap->Lock();
194 fOffscreenBitmap->AddChild(offscreenView);
195 fOffscreenBitmap->Unlock();
198 delete fOffscreenBitmap;
199 fOffscreenBitmap
[all...]
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp68 fOffscreenBitmap(NULL),
125 fOffscreenBitmap = new(std::nothrow) BBitmap(bounds, B_BITMAP_ACCEPTS_VIEWS,
127 if (fOffscreenBitmap == NULL) {
141 fOffscreenBitmap->AddChild(fOffscreen);
171 delete fOffscreenBitmap;
198 fOffscreenBitmap->Lock();
201 DrawBitmap(fOffscreenBitmap, updateRect, updateRect);
205 DrawBitmap(fOffscreenBitmap, fCursorFrame, fCursorFrame);
210 fOffscreenBitmap->Unlock();
381 fOffscreenBitmap
[all...]
H A DRemoteView.h76 BBitmap * fOffscreenBitmap; member in class:RemoteView
/haiku/headers/os/interface/
H A DColorControl.h128 BBitmap* fOffscreenBitmap; member in class:BColorControl

Completed in 88 milliseconds