Searched refs:dstBPR (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvga.cpp54 int32 dstBPR = info->bytes_per_row;
55 uint8 *dst = info->frame_buffer + top * dstBPR + left / 8;
97 dst += dstBPR;
/haiku/src/libs/icon/
H A DIconUtils.cpp177 int32 srcBPR, int32 dstBPR)
210 *(uint32*)(dstBits + y * 2 * dstBPR + x * 2 * 4) = e0;
211 *(uint32*)(dstBits + y * 2 * dstBPR + (x * 2 + 1) * 4) = e1;
212 *(uint32*)(dstBits + (y * 2 + 1) * dstBPR + x * 2 * 4) = e2;
213 *(uint32*)(dstBits + (y * 2 + 1) * dstBPR + (x * 2 + 1) * 4) = e3;
221 int32 srcBPR, int32 dstBPR)
271 *(uint32*)(dstBits + y * 3 * dstBPR + x * 3 * 4) = e0;
272 *(uint32*)(dstBits + y * 3 * dstBPR + (x * 3 + 1) * 4) = e1;
273 *(uint32*)(dstBits + y * 3 * dstBPR + (x * 3 + 2) * 4) = e2;
274 *(uint32*)(dstBits + (y * 3 + 1) * dstBPR
176 scale2x(const uint8* srcBits, uint8* dstBits, int32 srcWidth, int32 srcHeight, int32 srcBPR, int32 dstBPR) argument
220 scale3x(const uint8* srcBits, uint8* dstBits, int32 srcWidth, int32 srcHeight, int32 srcBPR, int32 dstBPR) argument
286 scale4x(const uint8* srcBits, uint8* dstBits, int32 srcWidth, int32 srcHeight, int32 srcBPR, int32 dstBPR) argument
754 uint32 dstBPR = icon->BytesPerRow(); local
909 uint32 dstBPR = icon->BytesPerRow(); local
[all...]
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp664 uint32 dstBPR = frontBuffer->BytesPerRow(); local
675 dst += y * dstBPR + x * 4;
680 dst += dstBPR;
690 dst += y * dstBPR + x * 3;
703 dst += dstBPR;
712 dst += y * dstBPR + x * 2;
725 dst += dstBPR;
735 dst += y * dstBPR + x * 2;
748 dst += dstBPR;
758 dst += y * dstBPR
935 uint32 dstBPR = fCursorAndDragBitmap->BytesPerRow(); local
[all...]
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNearestNeighbor.h92 const uint32 dstBPR = aggInterface.fBuffer.stride(); local
132 dst += dstBPR;
H A DDrawBitmapNoScale.h28 const uint32 dstBPR = aggInterface.fBuffer.stride(); local
68 uint8* dstHandle = dst + fRect.top * dstBPR
78 dstHandle += dstBPR;
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp2035 uint32 dstBPR = substituteLargeIcon.BytesPerRow(); local
2043 dst += dstBPR;
2049 dst += dstBPR;
/haiku/src/kits/tracker/
H A DIconCache.cpp1336 uint32 dstBPR = result->BytesPerRow(); local
1349 dst += dstBPR;

Completed in 215 milliseconds