Home | History | Annotate | Download | only in ports

Lines Matching refs:byteCount

1136     int byteCount = width >> 3;
1139 // adjust srcRB to skip the values in our byteCount loop,
1141 srcRB -= byteCount * 8 * sizeof(SkGdiRGB);
1144 if (byteCount > 0) {
1145 for (int i = 0; i < byteCount; ++i) {
1166 dst[byteCount] = byte;