Home | History | Annotate | Download | only in bwindow

Lines Matching refs:Bounds

41 BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs) {
43 bbitmap = new BBitmap(bounds,B_BITMAP_WILL_OVERLAY,cs);
50 uint32 width = bounds.IntegerWidth() + 1;
51 uint32 height = bounds.IntegerHeight() + 1;
78 fprintf(stderr,"GetOverlayBitmap failed bounds tests\n");
84 bounds.Set(bounds.left,bounds.top,bounds.right+width_padding,bounds.bottom+height_padding);
85 bbitmap = new BBitmap(bounds,B_BITMAP_WILL_OVERLAY,cs);
134 BRect bounds;
191 bounds.top = 0; bounds.left = 0;
192 bounds.right = width-1;
193 bounds.bottom = height-1;
195 BView * bview = new BView(bounds,"overlay",B_FOLLOW_NONE,B_WILL_DRAW);
205 bbitmap = BE_GetOverlayBitmap(bounds,cs);
234 bview->SetViewOverlay(bbitmap,bounds,bview->Bounds(),&key,B_FOLLOW_ALL,