Home
last modified time | relevance | path

Searched refs:CreateBitmap (Results 1 – 8 of 8) sorted by relevance

/haiku/docs/develop/servers/app_server/
H A DBitmapManager.rst5 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 DPictureTest.h43 BBitmap *CreateBitmap(draw_func* func, BRect frame);
44 BBitmap *CreateBitmap(BPicture *picture, BRect frame);
H A DPictureTest.cpp189 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 DBitmapManager.h29 ServerBitmap* CreateBitmap(ClientMemoryAllocator* allocator,
H A DBitmapManager.cpp86 BitmapManager::CreateBitmap(ClientMemoryAllocator* allocator, in CreateBitmap() function in BitmapManager
H A DServerApp.cpp764 bitmap.SetTo(gBitmapManager->CreateBitmap(fMemoryAllocator, in _DispatchMessage()
/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) 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()