Lines Matching refs:byteCount
777 int byteCount = width >> 3;780 // adjust srcRB to skip the values in our byteCount loop,782 srcRB -= byteCount * 8 * sizeof(SkGdiRGB);785 if (byteCount > 0) {786 for (int i = 0; i < byteCount; ++i) {807 dst[byteCount] = byte;