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

/haiku/src/libs/icon/
H A DIconUtils.cpp768 uint8* convertedBits = (uint8*)converted->Bits(); local
772 scale_down(convertedBits, dst, width, height, dstWidth, dstHeight);
774 scale2x(convertedBits, dst, width, height, convertedBPR, dstBPR);
776 scale3x(convertedBits, dst, width, height, convertedBPR, dstBPR);
778 scale4x(convertedBits, dst, width, height, convertedBPR, dstBPR);

Completed in 80 milliseconds