Lines Matching defs:dstBPR

177 	int32 srcBPR, int32 dstBPR)
210 *(uint32*)(dstBits + y * 2 * dstBPR + x * 2 * 4) = e0;
211 *(uint32*)(dstBits + y * 2 * dstBPR + (x * 2 + 1) * 4) = e1;
212 *(uint32*)(dstBits + (y * 2 + 1) * dstBPR + x * 2 * 4) = e2;
213 *(uint32*)(dstBits + (y * 2 + 1) * dstBPR + (x * 2 + 1) * 4) = e3;
221 int32 srcBPR, int32 dstBPR)
271 *(uint32*)(dstBits + y * 3 * dstBPR + x * 3 * 4) = e0;
272 *(uint32*)(dstBits + y * 3 * dstBPR + (x * 3 + 1) * 4) = e1;
273 *(uint32*)(dstBits + y * 3 * dstBPR + (x * 3 + 2) * 4) = e2;
274 *(uint32*)(dstBits + (y * 3 + 1) * dstBPR + x * 3 * 4) = e3;
275 *(uint32*)(dstBits + (y * 3 + 1) * dstBPR + (x * 3 + 1) * 4) = e4;
276 *(uint32*)(dstBits + (y * 3 + 1) * dstBPR + (x * 3 + 2) * 4) = e5;
277 *(uint32*)(dstBits + (y * 3 + 2) * dstBPR + x * 3 * 4) = e6;
278 *(uint32*)(dstBits + (y * 3 + 2) * dstBPR + (x * 3 + 1) * 4) = e7;
279 *(uint32*)(dstBits + (y * 3 + 2) * dstBPR + (x * 3 + 2) * 4) = e8;
287 int32 srcBPR, int32 dstBPR)
296 scale2x(tmpBits, dstBits, srcWidth * 2, srcHeight * 2, tmpBPR, dstBPR);
754 uint32 dstBPR = icon->BytesPerRow();
774 scale2x(convertedBits, dst, width, height, convertedBPR, dstBPR);
776 scale3x(convertedBits, dst, width, height, convertedBPR, dstBPR);
778 scale4x(convertedBits, dst, width, height, convertedBPR, dstBPR);
803 dst += dstBPR;
824 scale2x(dst, tempBits, width, height, dstBPR, tempBPR);
838 scale3x(dst, tempBits, width, height, dstBPR, tempBPR);
852 scale4x(dst, tempBits, width, height, dstBPR, tempBPR);
865 scale4x(dst, tempBits, width, height, dstBPR, tempBPR);
868 scale_bilinear(dst, width, height, dstWidth, dstHeight, dstBPR);
872 scale_bilinear(dst, width, height, dstWidth, dstHeight, dstBPR);
909 uint32 dstBPR = icon->BytesPerRow();
932 dst += dstBPR;