Searched refs:srcRowBytes (Results 1 – 3 of 3) sorted by relevance
137 const int srcRowBytes = width * 3; in onDecode() local141 srcRow += sampler.srcY0() * srcRowBytes; in onDecode()144 srcRow += sampler.srcDY() * srcRowBytes; in onDecode()
205 const uint8_t src[], int srcRowBytes, in clamp_with_orig() argument234 src += srcRowBytes - sw; in clamp_with_orig()
750 unsigned srcRowBytes = fFace->glyph->bitmap.pitch; in generateImage() local752 unsigned minRowBytes = SkMin32(srcRowBytes, dstRowBytes); in generateImage()758 src += srcRowBytes; in generateImage()