Searched defs:bitmap (Results 26 - 50 of 182) sorted by relevance

12345678

/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerWindow.cpp149 BBitmap *bitmap = NULL; local
/haiku/src/preferences/appearance/
H A DCurView.h61 BBitmap *bitmap; member in class:BitmapView
H A DColorWhichListView.cpp68 BBitmap* bitmap = new BBitmap(rect, B_RGB32, true); local
/haiku/src/kits/shared/
H A DIconView.cpp51 BBitmap* bitmap = new BBitmap(BRect(BPoint(0, 0), local
91 BBitmap* bitmap = new BBitmap(BRect(BPoint(0, 0), local
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dbitmap.c56 void ntfs_bit_set(u8 *bitmap, const u64 bit, const u8 new_value) argument
74 ntfs_bit_get(const u8 *bitmap, const u64 bit) argument
90 ntfs_bit_get_and_set(u8 *bitmap, const u64 bit, const u8 new_value) argument
[all...]
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h62 BBitmap* bitmap = new BBitmap(rect, B_RGB32, true); local
/haiku/src/tests/servers/app/bitmap_bounds/
H A Dmain.cpp95 BRect bitmap = fBitmap->Bounds(); local
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPreview.cpp245 BBitmap* bitmap = new BBitmap(BRect(0.0, 0.0, 15.0, 15.0), B_RGB32); local
/haiku/src/add-ons/print/drivers/lpstyl/
H A DLpstyl.cpp40 LpstylDriver::NextBand(BBitmap* bitmap, BPoint* offset) argument
/haiku/src/apps/mediaplayer/playlist/
H A DUrlPlaylistItem.cpp139 UrlPlaylistItem::GetIcon(BBitmap* bitmap, icon_size iconSize) const argument
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dbitmap_compression.cpp24 compress_bitmap_zlib(const BBitmap* bitmap, void** buffer, unsigned* size) argument
67 BBitmap* bitmap = new BBitmap(frame, 0, format); local
96 archive_bitmap(const BBitmap* bitmap, BMessage* into, const char* fieldName) argument
118 extract_bitmap(BBitmap** bitmap, const BMessage* from, const char* fieldName) argument
[all...]
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapGeneric.h35 Draw(const Painter* painter, PainterAggInterface& aggInterface, agg::rendering_buffer& bitmap, BPoint offset, double scaleX, double scaleY, BRect destinationRect, uint32 options) argument
/haiku/src/apps/haikudepot/ui_generic/
H A DSharedBitmap.cpp25 SharedBitmap::SharedBitmap(BBitmap* bitmap) argument
206 BBitmap* bitmap = _LoadIconFromBuffer(fBuffer, fSize, size); local
243 BBitmap* bitmap = _LoadArchivedBitmapFromStream(stream); local
286 BBitmap* bitmap = new BBitmap(BRect(0, 0, size - 1, size - 1), 0, local
[all...]
H A DBitmapView.cpp121 BitmapView::SetBitmap(SharedBitmap* bitmap, BitmapSize bitmapSize) argument
/haiku/src/apps/terminal/
H A DColorListView.cpp68 BBitmap* bitmap = new BBitmap(rect, B_RGB32, true); local
/haiku/src/kits/translation/
H A DBitmapStream.cpp24 BBitmapStream::BBitmapStream(BBitmap* bitmap) argument
/haiku/src/libs/icon/shape/
H A DReferenceImage.cpp61 BBitmap* bitmap = new (nothrow) BBitmap(other.Style()->Bitmap()); local
108 BBitmap* bitmap = dynamic_cast<BBitmap*>(BBitmap::Instantiate(archive)); local
/haiku/src/apps/resedit/
H A DResFields.cpp32 BitmapPreviewField::BitmapPreviewField(BBitmap *bitmap) argument
/haiku/src/apps/haikudepot/model/
H A DPackageScreenshotRepository.cpp43 PackageScreenshotRepository::LoadScreenshot(const ScreenshotCoordinate& coord, BitmapRef* bitmap) argument
79 CacheAndLoadScreenshot(const ScreenshotCoordinate& coord, BitmapRef* bitmap) argument
/haiku/src/servers/app/
H A DBitmapManager.cpp108 ServerBitmap* bitmap = new(std::nothrow) ServerBitmap(bounds, space, flags, local
225 BitmapRemoved(ServerBitmap* bitmap) argument
251 ServerBitmap* bitmap = (ServerBitmap*)fOverlays.ItemAt(i); local
262 ServerBitmap* bitmap = (ServerBitmap*)fOverlays.ItemAt(i); local
280 ServerBitmap* bitmap = (ServerBitmap*)fOverlays.ItemAt(i); local
291 ServerBitmap* bitmap = (ServerBitmap*)fOverlays.ItemAt(i); local
[all...]
/haiku/src/add-ons/translators/wonderbrush/
H A DCanvas.cpp148 BBitmap* bitmap = new BBitmap(fBounds, 0, B_RGBA32); local
[all...]
H A DWonderBrushTranslator.cpp210 BBitmap* bitmap = wbImage->Bitmap(); local
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp258 BBitmap* bitmap = new(std::nothrow) BBitmap(BRect(0.0, 0.0, 15.0, 15.0), local
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp73 make_color_drop_message(rgb_color color, BBitmap* bitmap) argument
[all...]
/haiku/src/apps/mediaplayer/supplier/
H A DMediaFileTrackSupplier.cpp237 MediaFileTrackSupplier::AddBitmap(BBitmap* bitmap) argument

Completed in 250 milliseconds

12345678