Searched refs:CreateBitmap (Results 1 – 8 of 8) sorted by relevance
/haiku/docs/develop/servers/app_server/ |
H A D | BitmapManager.rst | 5 deallocation. The rest of the server uses CreateBitmap and DeleteBitmap 29 ServerBitmap \*CreateBitmap(BRect bounds, color_space space, int32 flags, int32 bytes_per_row=-1, s… 32 CreateBitmap is called by outside objects to allocate a ServerBitmap 51 Frees a ServerBitmap allocated by CreateBitmap()
|
/haiku/src/tests/kits/interface/flatten_picture/ |
H A D | PictureTest.h | 43 BBitmap *CreateBitmap(draw_func* func, BRect frame); 44 BBitmap *CreateBitmap(BPicture *picture, BRect frame);
|
H A D | PictureTest.cpp | 189 fDirectBitmap = CreateBitmap(func, frame); in Test() 200 fBitmapFromPicture = CreateBitmap(picture, frame); in Test() 203 fBitmapFromRestoredPicture = CreateBitmap(archivedPicture, frame); in Test() 224 PictureTest::CreateBitmap(draw_func* func, BRect frame) in CreateBitmap() function in PictureTest 249 PictureTest::CreateBitmap(BPicture *picture, BRect frame) in CreateBitmap() function in PictureTest
|
/haiku/src/servers/app/ |
H A D | BitmapManager.h | 29 ServerBitmap* CreateBitmap(ClientMemoryAllocator* allocator,
|
H A D | BitmapManager.cpp | 86 BitmapManager::CreateBitmap(ClientMemoryAllocator* allocator, in CreateBitmap() function in BitmapManager
|
H A D | ServerApp.cpp | 764 bitmap.SetTo(gBitmapManager->CreateBitmap(fMemoryAllocator, in _DispatchMessage()
|
/haiku/headers/private/interface/ |
H A D | Icon.h | 33 BBitmap* CreateBitmap(const BRect& bounds,
|
/haiku/src/kits/interface/ |
H A D | Icon.cpp | 152 BIcon::CreateBitmap(const BRect& bounds, color_space colorSpace, uint32 which) in CreateBitmap() function in BPrivate::BIcon 359 BBitmap* normalBitmap = CreateBitmap(b, format, B_INACTIVE_ICON_BITMAP); in _MakeBitmaps() 365 disabledBitmap = CreateBitmap(b, format, in _MakeBitmaps() 374 clickedBitmap = CreateBitmap(b, format, B_ACTIVE_ICON_BITMAP); in _MakeBitmaps() 381 disabledClickedBitmap = CreateBitmap(b, format, in _MakeBitmaps()
|