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

/haiku/src/apps/magnify/
H A DMagnify.cpp1914 fPixel = NULL;
1923 delete fPixel;
1950 if (!fPixel) {
1952 fPixel = new BBitmap(BRect(0,0,0,0), B_RGBA32_BIG, true);
1954 fPixel = new BBitmap(BRect(0,0,0,0), B_RGBA32, true);
1957 fPixel->Lock();
1958 fPixel->AddChild(fPixelView);
1959 fPixel->Unlock();
2147 fPixel->Lock();
2150 fPixel
[all...]
H A DMagnify.h53 BBitmap* fPixel; member in class:TOSMagnify

Completed in 170 milliseconds