Searched defs:srcRowBytes (Results 1 – 9 of 9) sorted by relevance
146 const int srcRowBytes = width; in onDecode() local175 const int srcRowBytes = width * 3; in onDecode() local194 const int srcRowBytes = width * 3; in onDecode() local224 const int srcRowBytes = width * 4; in onDecode() local
86 const int srcRowBytes = width * 3; in onDecode() local
161 const int srcRowBytes = width * 4; in onDecode() local
152 const int srcRowBytes = width * 3; in onDecode() local
140 size_t srcRowBytes = SkAlign8(size.width()) >> 3; in onGetPixels() local
134 int srcRowBytes) { in expand_bits()
152 size_t srcRowBytes, int x, int y) { in onWritePixels()
187 const size_t srcRowBytes = SkTAbs(srcPitch); in copyFTBitmap() local
440 const uint8_t src[], int srcRowBytes, in clamp_with_orig()