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

/haiku/src/libs/icon/
H A DIconUtils.cpp769 int32 convertedBPR = converted->BytesPerRow(); local
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 48 milliseconds