Lines Matching refs:srcRow

13         void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks,  in swizzle_mask16_to_rgba_opaque()  argument
17 uint16_t* srcPtr = ((uint16_t*) srcRow) + startX; in swizzle_mask16_to_rgba_opaque()
30 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_opaque() argument
34 uint16_t* srcPtr = ((uint16_t*) srcRow) + startX; in swizzle_mask16_to_bgra_opaque()
47 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_unpremul() argument
51 uint16_t* srcPtr = ((uint16_t*) srcRow) + startX; in swizzle_mask16_to_rgba_unpremul()
65 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_unpremul() argument
69 uint16_t* srcPtr = ((uint16_t*) srcRow) + startX; in swizzle_mask16_to_bgra_unpremul()
83 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_premul() argument
87 uint16_t* srcPtr = ((uint16_t*) srcRow) + startX; in swizzle_mask16_to_rgba_premul()
101 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_premul() argument
105 uint16_t* srcPtr = ((uint16_t*) srcRow) + startX; in swizzle_mask16_to_bgra_premul()
121 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_565() argument
125 uint16_t* srcPtr = ((uint16_t*) srcRow) + startX; in swizzle_mask16_to_565()
138 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_opaque() argument
142 srcRow += 3 * startX; in swizzle_mask24_to_rgba_opaque()
145 uint32_t p = srcRow[0] | (srcRow[1] << 8) | srcRow[2] << 16; in swizzle_mask24_to_rgba_opaque()
150 srcRow += 3 * sampleX; in swizzle_mask24_to_rgba_opaque()
155 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_bgra_opaque() argument
159 srcRow += 3 * startX; in swizzle_mask24_to_bgra_opaque()
162 uint32_t p = srcRow[0] | (srcRow[1] << 8) | srcRow[2] << 16; in swizzle_mask24_to_bgra_opaque()
167 srcRow += 3 * sampleX; in swizzle_mask24_to_bgra_opaque()
172 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_unpremul() argument
176 srcRow += 3 * startX; in swizzle_mask24_to_rgba_unpremul()
179 uint32_t p = srcRow[0] | (srcRow[1] << 8) | srcRow[2] << 16; in swizzle_mask24_to_rgba_unpremul()
185 srcRow += 3 * sampleX; in swizzle_mask24_to_rgba_unpremul()
190 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_bgra_unpremul() argument
194 srcRow += 3 * startX; in swizzle_mask24_to_bgra_unpremul()
197 uint32_t p = srcRow[0] | (srcRow[1] << 8) | srcRow[2] << 16; in swizzle_mask24_to_bgra_unpremul()
203 srcRow += 3 * sampleX; in swizzle_mask24_to_bgra_unpremul()
208 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_premul() argument
212 srcRow += 3 * startX; in swizzle_mask24_to_rgba_premul()
215 uint32_t p = srcRow[0] | (srcRow[1] << 8) | srcRow[2] << 16; in swizzle_mask24_to_rgba_premul()
221 srcRow += 3 * sampleX; in swizzle_mask24_to_rgba_premul()
226 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_bgra_premul() argument
230 srcRow += 3 * startX; in swizzle_mask24_to_bgra_premul()
233 uint32_t p = srcRow[0] | (srcRow[1] << 8) | srcRow[2] << 16; in swizzle_mask24_to_bgra_premul()
239 srcRow += 3 * sampleX; in swizzle_mask24_to_bgra_premul()
244 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_565() argument
248 srcRow += 3 * startX; in swizzle_mask24_to_565()
251 uint32_t p = srcRow[0] | (srcRow[1] << 8) | srcRow[2] << 16; in swizzle_mask24_to_565()
256 srcRow += 3 * sampleX; in swizzle_mask24_to_565()
261 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_rgba_opaque() argument
265 uint32_t* srcPtr = ((uint32_t*) srcRow) + startX; in swizzle_mask32_to_rgba_opaque()
278 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_bgra_opaque() argument
282 uint32_t* srcPtr = ((uint32_t*) srcRow) + startX; in swizzle_mask32_to_bgra_opaque()
295 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_rgba_unpremul() argument
299 uint32_t* srcPtr = ((uint32_t*) srcRow) + startX; in swizzle_mask32_to_rgba_unpremul()
313 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_bgra_unpremul() argument
317 uint32_t* srcPtr = ((uint32_t*) srcRow) + startX; in swizzle_mask32_to_bgra_unpremul()
331 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_rgba_premul() argument
335 uint32_t* srcPtr = ((uint32_t*) srcRow) + startX; in swizzle_mask32_to_rgba_premul()
349 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_bgra_premul() argument
353 uint32_t* srcPtr = ((uint32_t*) srcRow) + startX; in swizzle_mask32_to_bgra_premul()
367 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_565() argument
370 uint32_t* srcPtr = ((uint32_t*) srcRow) + startX; in swizzle_mask32_to_565()