Searched defs:srcBitsLength (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DColorConversion.cpp589 ConvertBits64To32(const srcByte *srcBits, dstByte *dstBits, int32 srcBitsLength, argument
728 ConvertBits(const srcByte *srcBits, dstByte *dstBits, int32 srcBitsLength, argument
893 ConvertBits64(const srcByte *srcBits, void *dstBits, int32 srcBitsLength, 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...]

Completed in 86 milliseconds