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

/haiku/src/tools/translation/inspector/
H A DImageView.h56 bool HasImage() { return fpbitmap ? true : false; };
75 BBitmap *fpbitmap; member in class:ImageView
H A DImageView.cpp71 fpbitmap = NULL;
83 delete fpbitmap;
84 fpbitmap = NULL;
103 fpbitmap->Bounds().Width() + BORDER_WIDTH + PEN_SIZE,
104 fpbitmap->Bounds().Height() + BORDER_HEIGHT + PEN_SIZE));
106 DrawBitmap(fpbitmap, BPoint(BORDER_WIDTH, BORDER_HEIGHT));
187 BBitmapStream stream(fpbitmap);
213 stream.DetachBitmap(&fpbitmap);
222 rctbitmap = fpbitmap->Bounds();
402 color_space cs = fpbitmap
[all...]

Completed in 33 milliseconds