Home | History | Annotate | Download | only in ports

Lines Matching refs:byteCount

1225     int byteCount = width >> 3;
1228 // adjust srcRB to skip the values in our byteCount loop,
1230 srcRB -= byteCount * 8 * sizeof(SkGdiRGB);
1233 if (byteCount > 0) {
1234 for (int i = 0; i < byteCount; ++i) {
1255 dst[byteCount] = byte;