Searched refs:bytesPerRow (Results 1 - 25 of 73) sorted by path

123

/haiku/headers/build/os/interface/
H A DBitmap.h39 int32 bytesPerRow = B_ANY_BYTES_PER_ROW,
90 int32 bytesPerRow, screen_id screenID);
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h318 uint16 hotX, uint16 hotY, color_space colorSpace, uint16 bytesPerRow,
/haiku/headers/private/graphics/3dfx/
H A DDriverInterface.h90 uint16 bytesPerRow; // number of bytes in one line/row member in struct:DisplayModeEx
/haiku/headers/private/graphics/ati/
H A DDriverInterface.h161 uint16 bytesPerRow; // number of bytes in one line/row member in struct:DisplayModeEx
/haiku/headers/private/graphics/intel_810/
H A DDriverInterface.h66 uint16 bytesPerRow; // number of bytes in one line/row member in struct:DisplayModeEx
/haiku/headers/private/graphics/s3/
H A DDriverInterface.h126 uint32 bytesPerRow; // actual number of bytes in one line/row member in struct:DisplayModeEx
/haiku/headers/private/kernel/
H A Dframe_buffer_console.h35 int32 depth, int32 bytesPerRow);
40 int32 height, int32 depth, int32 bytesPerRow);
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_draw.cpp31 uint32 fmt = mode.bytesPerRow | fmtColorDepth[mode.bytesPerPixel - 1];
60 uint32 fmt = mode.bytesPerRow | fmtColorDepth[mode.bytesPerPixel - 1];
89 uint32 fmt = mode.bytesPerRow | fmtColorDepth[mode.bytesPerPixel - 1];
116 uint32 fmt = mode.bytesPerRow | fmtColorDepth[mode.bytesPerPixel - 1];
H A D3dfx_mode.cpp339 OUTREG32(VIDEO_DESKTOP_OVERLAY_STRIDE, mode.bytesPerRow);
H A Dmode.cpp186 mode.bytesPerRow = mode.timing.h_display * mode.bytesPerPixel;
/haiku/src/add-ons/accelerants/ati/
H A Dmode.cpp273 mode.bytesPerRow = mode.timing.h_display * bytesPerPixel;
/haiku/src/add-ons/accelerants/intel_810/
H A Di810_mode.cpp106 uint16 offset = mode.bytesPerRow / 8;
H A Dmode.cpp183 mode.bytesPerRow = mode.timing.h_display * mode.bytesPerPixel;
/haiku/src/add-ons/accelerants/s3/
H A Dmode.cpp72 crtc[0x13] = mode.bytesPerRow / 8;
355 mode.bytesPerRow = mode.timing.h_display * bytesPerPixel;
H A Dsavage_mode.cpp61 (((mode.bytesPerRow * 2) << 16) & 0x3FFFE000) |
62 (mode.bytesPerRow & 0x00001fff));
107 (((mode.bytesPerRow * 2) << 16) & 0x3FFFE000) |
108 (mode.bytesPerRow & 0x00001fff));
171 (((mode.bytesPerRow * 2) << 16) & 0x3FFF0000) |
172 (mode.bytesPerRow & 0x00003fff));
174 (((mode.bytesPerRow * 2) << 16) & 0x3FFF0000) |
175 (mode.bytesPerRow & 0x00003fff));
222 (((mode.bytesPerRow * 2) << 16) & 0x3FFF0000) |
223 (mode.bytesPerRow
[all...]
H A Dtrio64_mode.cpp214 WriteCrtcReg(0x51, mode.bytesPerRow >> 7, 0x30);
255 WriteReg16(MULTIFUNC_CNTL, SCISSORS_B | ((si.maxFrameBufferSize / mode.bytesPerRow) - 1));
H A Dvirge_mode.cpp62 WriteReg32(DEST_SRC_STR, mode.bytesPerRow | (mode.bytesPerRow << 16));
137 WriteReg32(DEST_SRC_STR, mode.bytesPerRow << 16 | mode.bytesPerRow);
160 WriteReg32(DEST_SRC_STR, mode.bytesPerRow << 16 | mode.bytesPerRow);
625 int width = mode.bytesPerRow >> 3;
652 int dbytes = mode.bytesPerRow;
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DVideoIn.cpp366 int bytesPerRow, int * sequence, short * number, bigtime_t * when)
383 /*PRINT(("colorSpace:%x, bitsLength: %d, fBufferLength: %d, bytesPerRow: %d, fBufferBytesPerRow: %d\n",
384 colorSpace, bitsLength, fBufferLength, bytesPerRow, fBufferBytesPerRow ));*/
388 if (colorSpace == B_YCbCr422 && bitsLength <= fBufferLength && bytesPerRow == fBufferBytesPerRow) {
392 else if (colorSpace == B_RGB32 && bitsLength <= 2 * fBufferLength && bytesPerRow == 2 * fBufferBytesPerRow) {
401 else if (colorSpace == B_RGB16 && bitsLength <= fBufferLength && bytesPerRow == fBufferBytesPerRow) {
410 else if (colorSpace == B_RGB15 && bitsLength <= fBufferLength && bytesPerRow == fBufferBytesPerRow) {
418 else if (colorSpace == B_GRAY8 && 2 * bitsLength <= fBufferLength && 2 * bytesPerRow == fBufferBytesPerRow) {
365 Capture(color_space colorSpace, void * bits, int bitsLength, int bytesPerRow, int * sequence, short * number, bigtime_t * when) argument
H A DVideoIn.h99 int bytesPerRow, int * sequence, short * number, bigtime_t * when);
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.h36 uint32 bytesPerRow; member in struct:buffer_info
H A DIFSSaver.cpp55 fDirectInfo.bytesPerRow = 0;
185 fDirectInfo.bytesPerRow = info->bytes_per_row;
/haiku/src/add-ons/translators/ico/
H A DICO.cpp254 int32 width, int32 height, int32 bytesPerRow)
263 data += bytesPerRow;
253 has_true_alpha_channel(color_space space, uint8 *data, int32 width, int32 height, int32 bytesPerRow) argument
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushTranslator.cpp217 uint32 bytesPerRow = bitmap->BytesPerRow(); local
227 bitsHeader.rowBytes = bytesPerRow;
243 ret = outDestination->Write(row, bytesPerRow);
244 row += bytesPerRow;
/haiku/src/apps/cortex/support/
H A DMediaString.h152 uint32 bytesPerRow);
/haiku/src/apps/deskbar/
H A DResourceSet.cpp97 int32 bytesPerRow = B_ANY_BYTES_PER_ROW, screen_id screenID
99 : BBitmap(bounds, flags, depth, bytesPerRow, screenID)

Completed in 131 milliseconds

123