Lines Matching refs:byteCount
1048 int byteCount = width >> 3;1051 // adjust srcRB to skip the values in our byteCount loop,1053 srcRB -= byteCount * 8 * sizeof(SkGdiRGB);1056 if (byteCount > 0) {1057 for (int i = 0; i < byteCount; ++i) {1078 dst[byteCount] = byte;