Searched defs:bytesPerRow (Results 1 - 25 of 37) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/udf/
H A DArray.h41 const uint8 bytesPerRow = 8; local
68 const uint8 bytesPerRow = 8; local
/haiku/src/servers/app/
H A DServerCursor.cpp43 ServerCursor(BRect r, color_space format, int32 flags, BPoint hotspot, int32 bytesPerRow, screen_id screen) argument
H A DBitmapManager.cpp86 CreateBitmap(ClientMemoryAllocator* allocator, HWInterface& hwInterface, BRect bounds, color_space space, uint32 flags, int32 bytesPerRow, int32 screen, uint8* _allocationFlags) argument
194 CloneFromClient(area_id clientArea, int32 areaOffset, BRect bounds, color_space space, uint32 flags, int32 bytesPerRow) argument
H A DCursorManager.cpp132 CreateCursor(team_id clientTeam, BRect r, color_space format, int32 flags, BPoint hotspot, int32 bytesPerRow) argument
H A DServerBitmap.cpp134 ServerBitmap::ImportBits(const void *bits, int32 bitsLength, int32 bytesPerRow, argument
146 ServerBitmap::ImportBits(const void *bits, int32 bitsLength, int32 bytesPerRow, argument
59 ServerBitmap(BRect rect, color_space space, uint32 flags, int32 bytesPerRow, screen_id screen) argument
218 UtilityBitmap(BRect rect, color_space space, uint32 flags, int32 bytesPerRow, screen_id screen) argument
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/framebuffer/
H A Dframebuffer.cpp97 remap_frame_buffer(framebuffer_info& info, addr_t physicalBase, uint32 width, uint32 height, int8 depth, uint32 bytesPerRow, bool initializing) argument
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushTranslator.cpp217 uint32 bytesPerRow = bitmap->BytesPerRow(); local
/haiku/headers/private/graphics/intel_810/
H A DDriverInterface.h66 uint16 bytesPerRow; // number of bytes in one line/row member in struct:DisplayModeEx
/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackVideoSupplier.cpp290 MediaTrackVideoSupplier::_SwitchFormat(color_space format, uint32 bytesPerRow) argument
369 _SetDecodedFormat(uint32 width, uint32 height, color_space format, uint32 bytesPerRow) argument
/haiku/src/add-ons/accelerants/vesa/
H A Dhooks.cpp175 vesa_set_cursor_bitmap(uint16 width, uint16 height, uint16 hotX, uint16 hotY, color_space colorSpace, uint16 bytesPerRow, const uint8* bitmapData) argument
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DVideoIn.cpp365 Capture(color_space colorSpace, void * bits, int bitsLength, int bytesPerRow, int * sequence, short * number, bigtime_t * when) argument
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.h36 uint32 bytesPerRow; member in struct:buffer_info
/haiku/headers/private/graphics/3dfx/
H A DDriverInterface.h90 uint16 bytesPerRow; // number of bytes in one line/row member in struct:DisplayModeEx
/haiku/src/add-ons/translators/sgi/
H A DSGITranslator.cpp289 uint32 bytesPerRow = bitsHeader.rowBytes; local
474 uint32 bytesPerRow = 0; local
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvesa.cpp296 remap_frame_buffer(vesa_info& info, addr_t physicalBase, uint32 width, uint32 height, int8 depth, uint32 bytesPerRow, bool initializing) argument
/haiku/src/add-ons/translators/ico/
H A DICO.cpp253 has_true_alpha_channel(color_space space, uint8 *data, int32 width, int32 height, int32 bytesPerRow) argument
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp45 get_color_space_format(const display_mode &mode, uint32 &colorMode, uint32 &bytesPerRow, uint32 &bitsPerPixel) argument
[all...]
/haiku/src/system/kernel/debug/
H A Dframe_buffer_console.cpp415 frame_buffer_update(addr_t baseAddress, int32 width, int32 height, int32 depth, int32 bytesPerRow) argument
519 _user_frame_buffer_update(addr_t baseAddress, int32 width, int32 height, int32 depth, int32 bytesPerRow) argument
/haiku/src/kits/interface/
H A DBitmap.cpp178 BBitmap(BRect bounds, uint32 flags, color_space colorSpace, int32 bytesPerRow, screen_id screenID) argument
311 BBitmap(area_id area, ptrdiff_t areaOffset, BRect bounds, uint32 flags, color_space colorSpace, int32 bytesPerRow, screen_id screenID) argument
1041 _InitObject(BRect bounds, color_space colorSpace, uint32 flags, int32 bytesPerRow, screen_id screenID, area_id area, ptrdiff_t areaOffset) argument
[all...]
/haiku/src/apps/cortex/support/
H A DMediaString.cpp1149 forVideoBytesPerRow( uint32 bytesPerRow) argument
/haiku/headers/private/graphics/s3/
H A DDriverInterface.h126 uint32 bytesPerRow; // actual number of bytes in one line/row member in struct:DisplayModeEx
/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp777 uint32 bytesPerRow = 80; local
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp337 int32 width, height, bytesPerRow; local
/haiku/src/kits/print/
H A DPicturePrinter.cpp198 void PicturePrinter::DrawPixels(BRect src, BRect dest, int32 width, int32 height, int32 bytesPerRow, int32 pixelFormat, int32 flags, void *data) { argument
H A DPictureIterator.cpp52 static void _DrawPixels(void *p, BRect src, BRect dest, int32 width, int32 height, int32 bytesPerRow, int32 pixelFormat, int32 flags, void *data) argument

Completed in 143 milliseconds

12