Searched defs:bitmap (Results 126 - 150 of 182) sorted by relevance

12345678

/haiku/src/preferences/mail/
H A DConfigWindow.cpp169 BitmapView(BBitmap *bitmap) argument
364 BBitmap* bitmap = new (std::nothrow) BBitmap(BRect(0, 0, 63, 63), local
/haiku/src/kits/interface/
H A DPrivateScreen.cpp368 BBitmap* bitmap = new (std::nothrow) BBitmap(rect, ColorSpace()); local
386 BPrivateScreen::ReadBitmap(BBitmap* bitmap, bool drawCursor, BRect* bounds) argument
H A DDragger.cpp347 BBitmap* bitmap = DragBitmap(&offset, &mode); local
H A DAlert.cpp229 BAlert::SetIcon(BBitmap* bitmap) argument
H A DColumnTypes.cpp583 BBitmapField::BBitmapField(BBitmap* bitmap) argument
598 BBitmapField::SetBitmap(BBitmap* bitmap) argument
619 const BBitmap* bitmap = bitmapField->Bitmap(); local
[all...]
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp408 void decompose_ft_bitmap_mono(const FT_Bitmap& bitmap, argument
448 void decompose_ft_bitmap_gray8(const FT_Bitmap& bitmap, argument
[all...]
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp621 static void fillBitmap(BBitmap &bitmap) { argument
[all...]
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp691 VideoConsumer::LocalSave(char* filename, BBitmap* bitmap) argument
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp91 RemoteMessage::AddBitmap(const ServerBitmap& bitmap, bool minimal) argument
173 RemoteMessage::AddBitmap(const BBitmap& bitmap) argument
357 BBitmap *bitmap = new(std::nothrow) BBitmap( local
[all...]
H A DRemoteDrawingEngine.cpp317 RemoteDrawingEngine::DrawBitmap(ServerBitmap* bitmap, const BRect& _bitmapRect, argument
949 RemoteDrawingEngine::ReadBitmap(ServerBitmap* bitmap, bool drawCursor, argument
1073 _ExtractBitmapRegions(ServerBitmap& bitmap, uint32 options, const BRect& bitmapRect, const BRect& viewRect, double xScale, double yScale, BRegion& region, UtilityBitmap**& bitmaps) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRequestBuilder.cpp827 uint32 bitmap[2]; local
H A DReplyInterpreter.cpp653 uint32* bitmap = new(std::nothrow) uint32[bcount]; local
[all...]
/haiku/src/servers/app/
H A DEventDispatcher.cpp603 SetDragMessage(BMessage& message, ServerBitmap* bitmap, const BPoint& offsetFromCursor) argument
/haiku/src/apps/charactermap/
H A DCharacterView.cpp455 BBitmap* bitmap = new BBitmap(frame, B_BITMAP_ACCEPTS_VIEWS, B_RGBA32); local
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp267 HWInterface::SetDragBitmap(const ServerBitmap* bitmap, argument
[all...]
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp257 CardView::SetBitmap(const BBitmap* bitmap) argument
387 CardWindow::SetBitmap(const BBitmap* bitmap) argument
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp1024 BBitmap *bitmap = BTranslationUtils::GetBitmap(href); local
/haiku/src/kits/shared/
H A DIconButton.cpp101 BBitmap* bitmap = fNormalBitmap; local
381 SetIcon(const BBitmap* bitmap, uint32 flags) argument
449 BBitmap* bitmap = new(std::nothrow) BBitmap( local
585 BBitmap* bitmap = NULL; local
686 _MakeBitmaps(const BBitmap* bitmap) argument
[all...]
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp430 const BBitmap* bitmap = icon->Bitmap(BITMAP_SIZE_64); local
465 const BBitmap* bitmap = sInstalledIcon->Bitmap( local
[all...]
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp597 BBitmap* bitmap = NULL; local
/haiku/src/preferences/filetypes/
H A DIconView.cpp101 icon_for_type(const BMimeType& type, BBitmap& bitmap, icon_size size, argument
531 BBitmap* bitmap; local
1057 BBitmap* bitmap = NULL; local
[all...]
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp59 BBitmapStringField::BBitmapStringField(BBitmap* bitmap, const char* string) argument
74 BBitmapStringField::SetBitmap(BBitmap* bitmap) argument
106 const BBitmap* bitmap = bitmapField->Bitmap(); local
175 const BBitmap* bitmap = bitmapField->Bitmap(); local
[all...]
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp831 Painter::DrawBitmap(const BBitmap* bitmap, argument
851 Painter::DrawBitmap(const ServerBitmap* bitmap, argument
[all...]
/haiku/src/apps/deskbar/
H A DResourceSet.cpp807 BitmapTypeItem* bitmap = dynamic_cast<BitmapTypeItem*>(obj); local
[all...]
/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp414 BBitmap* bitmap; local

Completed in 537 milliseconds

12345678