Searched refs:srcRowBytes (Results 1 – 2 of 2) sorted by relevance
139 const int srcRowBytes = width * 3; in onDecode() local143 srcRow += sampler.srcY0() * srcRowBytes; in onDecode()146 srcRow += sampler.srcDY() * srcRowBytes; in onDecode()
603 unsigned srcRowBytes = fFace->glyph->bitmap.pitch; in generateImage() local605 unsigned minRowBytes = SkMin32(srcRowBytes, dstRowBytes); in generateImage()611 src += srcRowBytes; in generateImage()