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

/haiku/src/libs/icon/
H A DIconUtils.cpp113 scale_down(const uint8* srcBits, uint8* dstBits, int32 srcWidth, int32 srcHeight, function
772 scale_down(convertedBits, dst, width, height, dstWidth, dstHeight);
825 scale_down(tempBits, dst, width * 2, height * 2, dstWidth, dstHeight);
839 scale_down(tempBits, dst, width * 3, height * 3, dstWidth, dstHeight);
853 scale_down(tempBits, dst, width * 3, height * 3, dstWidth, dstHeight);

Completed in 17 milliseconds