Searched defs:bitmap (Results 1 - 25 of 165) sorted by relevance

1234567

/haiku-fatelf/src/apps/haiku3d/texture/
H A DBitmapTexture.cpp18 BitmapTexture::BitmapTexture(BBitmap* bitmap) argument
32 BitmapTexture::_Load(BBitmap* bitmap) { argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dvnidpool.h13 uint32 *bitmap; member in struct:vnidpool
/haiku-fatelf/src/preferences/time/
H A DBitmaps.cpp20 ReplaceTransparentColor(BBitmap* bitmap, rgb_color with) argument
/haiku-fatelf/src/servers/app/
H A DOffscreenWindow.cpp26 OffscreenWindow::OffscreenWindow(ServerBitmap* bitmap, argument
H A DOffscreenServerWindow.cpp16 OffscreenServerWindow(const char *title, ServerApp *app, port_id clientPort, port_id looperPort, int32 handlerID, ServerBitmap* bitmap) argument
/haiku-fatelf/src/add-ons/print/drivers/gutenprint/
H A DGPBand.cpp10 GPBand::GPBand(BBitmap* bitmap, BRect validRect, BPoint where) argument
/haiku-fatelf/src/apps/mediaplayer/media_node_framework/video/
H A DVideoTarget.cpp35 VideoTarget::SetBitmap(const BBitmap* bitmap) argument
/haiku-fatelf/src/preferences/appearance/
H A DSysCursorAPI.cpp22 void set_syscursor(cursor_which which, const BBitmap *bitmap) argument
H A DCurView.h61 BBitmap *bitmap; member in class:BitmapView
/haiku-fatelf/src/add-ons/print/drivers/pcl6/
H A DRasterizer.cpp21 Rasterizer::SetBitmap(int x, int y, BBitmap* bitmap, int pageHeight) argument
/haiku-fatelf/src/apps/screenshot/
H A DScreenshotApp.cpp46 BMessage bitmap; local
/haiku-fatelf/src/kits/print/
H A DBeUtilsTranslation.cpp66 BPicture *BitmapToPicture(BView* view, BBitmap *bitmap) { argument
75 BPicture *BitmapToGrayedPicture(BView* view, BBitmap *bitmap) { argument
/haiku-fatelf/src/kits/shared/
H A DIconView.cpp43 BBitmap* bitmap = new BBitmap(BRect(iconSize), B_RGBA32); local
/haiku-fatelf/src/libs/glut/
H A Dglutbitmap.h21 const GLubyte *bitmap; member in struct:__anon4784
/haiku-fatelf/src/preferences/media/
H A DMediaIcons.cpp49 MediaIcons::_LoadBitmap(BResources* resources, int32 id, BBitmap* bitmap) argument
/haiku-fatelf/src/servers/app/drawing/
H A DBBitmapBuffer.cpp8 BBitmapBuffer::BBitmapBuffer(BBitmap* bitmap) argument
H A DBitmapBuffer.cpp12 BitmapBuffer::BitmapBuffer(ServerBitmap* bitmap) argument
/haiku-fatelf/src/tests/kits/interface/menu/menuworld/
H A DBitmapMenuItem.cpp25 BitmapMenuItem::BitmapMenuItem(const char* name, const BBitmap& bitmap, argument
/haiku-fatelf/src/tests/servers/app/painter/
H A DBitmapView.cpp10 BitmapView(BRect frame, const char* name, BBitmap* bitmap) argument
/haiku-fatelf/headers/private/kernel/util/
H A DRadixBitmap.h45 bitmap_t bitmap; // bitmap for the slots if we are a leaf member in union:radix_node::__anon1101
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DImageCache.cpp77 int ImageCache::GetImage(PDF* pdf, BBitmap* bitmap, int mask) { argument
/haiku-fatelf/src/add-ons/translators/raw/
H A Dmain.cpp113 BBitmap* bitmap; local
/haiku-fatelf/src/apps/mediaplayer/supplier/
H A DImageTrackVideoSupplier.cpp13 ImageTrackVideoSupplier::ImageTrackVideoSupplier(BBitmap* bitmap, argument
/haiku-fatelf/src/apps/soundrecorder/
H A DDrawingTidbits.cpp50 ReplaceColor(BBitmap *bitmap, rgb_color from, rgb_color to) argument
67 ReplaceTransparentColor(BBitmap *bitmap, rgb_color with) argument
/haiku-fatelf/src/add-ons/opengl/swpipe/
H A Dbitmap_wrapper.cpp36 get_bitmap_size(const Bitmap* bitmap, int32* width, int32* height) argument
49 get_bitmap_color_space(const Bitmap* bitmap) argument
59 copy_bitmap_bits(const Bitmap* bitmap, void* data, int32 length) argument
70 delete_bitmap(Bitmap* bitmap) argument
78 get_bitmap_bytes_per_row(const Bitmap* bitmap) argument
88 get_bitmap_bits_length(const Bitmap* bitmap) argument
98 dump_bitmap(const Bitmap* bitmap) argument
[all...]

Completed in 174 milliseconds

1234567