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

/haiku/src/libs/icon/
H A DIconUtils.cpp286 scale4x(const uint8* srcBits, uint8* dstBits, int32 srcWidth, int32 srcHeight, function
289 // scale4x is just scale2x twice
778 scale4x(convertedBits, dst, width, height, convertedBPR, dstBPR);
843 // scale4x then downscale
852 scale4x(dst, tempBits, width, height, dstBPR, tempBPR);
856 // scale4x then bilinear
865 scale4x(dst, tempBits, width, height, dstBPR, tempBPR);

Completed in 31 milliseconds