Searched refs:dstBits (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/interface/
H A DColorConversion.cpp589 ConvertBits64To32(const srcByte *srcBits, dstByte *dstBits, int32 srcBitsLength, argument
599 uint8* dstBitsEnd = (uint8*)dstBits + dstBitsLength;
630 dstBits = (dstByte*)((uint8*)dstBits + ((dstOffsetY * dstBitsPerRow
663 || (uint8 *)dstBits + sizeof(dstByte) > dstBitsEnd)
709 dstFunc((uint8 **)&dstBits, (uint8 *)&result, dstOffsetX++);
711 *dstBits = result;
712 dstBits++;
717 dstBits = (dstByte*)((uint8*)dstBits
728 ConvertBits(const srcByte *srcBits, dstByte *dstBits, int32 srcBitsLength, int32 dstBitsLength, int32 redShift, int32 greenShift, int32 blueShift, int32 alphaShift, int32 alphaBits, uint32 redMask, uint32 greenMask, uint32 blueMask, uint32 alphaMask, int32 srcBytesPerRow, int32 dstBytesPerRow, int32 srcBitsPerPixel, int32 dstBitsPerPixel, color_space srcColorSpace, color_space dstColorSpace, BPoint srcOffset, BPoint dstOffset, int32 width, int32 height, bool srcSwap, bool dstSwap, readFunc *srcFunc, writeFunc *dstFunc) argument
893 ConvertBits64(const srcByte *srcBits, void *dstBits, int32 srcBitsLength, int32 dstBitsLength, int32 redShift, int32 greenShift, int32 blueShift, int32 alphaShift, int32 alphaBits, int32 srcBytesPerRow, int32 dstBytesPerRow, int32 srcBitsPerPixel, color_space srcColorSpace, color_space dstColorSpace, BPoint srcOffset, BPoint dstOffset, int32 width, int32 height, bool srcSwap, read64Func *srcFunc) argument
951 ConvertBits(const srcByte *srcBits, void *dstBits, int32 srcBitsLength, int32 dstBitsLength, int32 redShift, int32 greenShift, int32 blueShift, int32 alphaShift, int32 alphaBits, int32 srcBytesPerRow, int32 dstBytesPerRow, int32 srcBitsPerPixel, color_space srcColorSpace, color_space dstColorSpace, BPoint srcOffset, BPoint dstOffset, int32 width, int32 height, bool srcSwap, readFunc *srcFunc) argument
1099 ConvertBits(const void *srcBits, void *dstBits, int32 srcBitsLength, int32 dstBitsLength, int32 srcBytesPerRow, int32 dstBytesPerRow, color_space srcColorSpace, color_space dstColorSpace, int32 width, int32 height) argument
1128 ConvertBits(const void *srcBits, void *dstBits, int32 srcBitsLength, int32 dstBitsLength, int32 srcBytesPerRow, int32 dstBytesPerRow, color_space srcColorSpace, color_space dstColorSpace, BPoint srcOffset, BPoint dstOffset, int32 width, int32 height) argument
[all...]
/haiku/headers/private/interface/
H A DColorConversion.h15 status_t ConvertBits(const void *srcBits, void *dstBits, int32 srcBitsLength,
19 status_t ConvertBits(const void *srcBits, void *dstBits, int32 srcBitsLength,
/haiku/src/libs/icon/
H A DIconUtils.cpp113 scale_down(const uint8* srcBits, uint8* dstBits, int32 srcWidth, int32 srcHeight, argument
169 *((rgb_color*)dstBits + (i * dstWidth) + j) = out;
176 scale2x(const uint8* srcBits, uint8* dstBits, int32 srcWidth, int32 srcHeight, argument
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;
220 scale3x(const uint8* srcBits, uint8* dstBits, int32 srcWidth, int32 srcHeight, argument
271 *(uint32*)(dstBits + y * 3 * dstBPR + x * 3 * 4) = e0;
272 *(uint32*)(dstBits
286 scale4x(const uint8* srcBits, uint8* dstBits, int32 srcWidth, int32 srcHeight, int32 srcBPR, int32 dstBPR) argument
[all...]

Completed in 47 milliseconds