Searched refs:dstRowBytes (Results 1 – 2 of 2) sorted by relevance
604 unsigned dstRowBytes = glyph.rowBytes(); in generateImage() local605 unsigned minRowBytes = SkMin32(srcRowBytes, dstRowBytes); in generateImage()606 unsigned extraRowBytes = dstRowBytes - minRowBytes; in generateImage()612 dst += dstRowBytes; in generateImage()
169 static void clamp_with_orig(uint8_t dst[], int dstRowBytes, in clamp_with_orig() argument198 dst += dstRowBytes - sw; in clamp_with_orig()