Searched defs:srcBits (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
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/src/libs/icon/
H A DIconUtils.cpp113 scale_down(const uint8* srcBits, uint8* dstBits, int32 srcWidth, int32 srcHeight, argument
176 scale2x(const uint8* srcBits, uint8* dstBits, int32 srcWidth, int32 srcHeight, 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
[all...]
/haiku/src/apps/showimage/
H A DFilter.cpp352 const uchar* srcBits; local
488 const uchar* srcBits; local
647 const uchar* srcBits; local
775 uchar* srcBits; local
[all...]

Completed in 48 milliseconds