Searched refs:CreateBitmap (Results 1 - 7 of 7) sorted by relevance

/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.h43 BBitmap *CreateBitmap(draw_func* func, BRect frame);
44 BBitmap *CreateBitmap(BPicture *picture, BRect frame);
H A DPictureTest.cpp189 fDirectBitmap = CreateBitmap(func, frame);
200 fBitmapFromPicture = CreateBitmap(picture, frame);
203 fBitmapFromRestoredPicture = CreateBitmap(archivedPicture, frame);
224 PictureTest::CreateBitmap(draw_func* func, BRect frame) function in class:PictureTest
249 PictureTest::CreateBitmap(BPicture *picture, BRect frame) function in class:PictureTest
/haiku/src/servers/app/
H A DBitmapManager.h29 ServerBitmap* CreateBitmap(ClientMemoryAllocator* allocator,
H A DBitmapManager.cpp86 BitmapManager::CreateBitmap(ClientMemoryAllocator* allocator, function in class:BitmapManager
H A DServerApp.cpp764 bitmap.SetTo(gBitmapManager->CreateBitmap(fMemoryAllocator,
/haiku/headers/private/interface/
H A DIcon.h33 BBitmap* CreateBitmap(const BRect& bounds,
/haiku/src/kits/interface/
H A DIcon.cpp152 BIcon::CreateBitmap(const BRect& bounds, color_space colorSpace, uint32 which) function in class:BPrivate::BIcon
359 BBitmap* normalBitmap = CreateBitmap(b, format, B_INACTIVE_ICON_BITMAP);
365 disabledBitmap = CreateBitmap(b, format,
374 clickedBitmap = CreateBitmap(b, format, B_ACTIVE_ICON_BITMAP);
381 disabledClickedBitmap = CreateBitmap(b, format,

Completed in 62 milliseconds