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

/haiku/src/libs/icon/
H A DIconUtils.cpp823 uint32 tempBPR = temp->BytesPerRow(); local
824 scale2x(dst, tempBits, width, height, dstBPR, tempBPR);
837 uint32 tempBPR = temp->BytesPerRow(); local
838 scale3x(dst, tempBits, width, height, dstBPR, tempBPR);
851 uint32 tempBPR = temp->BytesPerRow(); local
852 scale4x(dst, tempBits, width, height, dstBPR, tempBPR);
864 uint32 tempBPR = temp->BytesPerRow(); local
865 scale4x(dst, tempBits, width, height, dstBPR, tempBPR);
866 icon->ImportBits(tempBits, height * tempBPR, tempBPR,
[all...]

Completed in 69 milliseconds