Lines Matching defs:masks
13 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_opaque()
30 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_opaque()
47 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_unpremul()
65 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_unpremul()
83 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_premul()
101 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_premul()
121 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_565()
138 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_opaque()
155 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_bgra_opaque()
172 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_unpremul()
190 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_bgra_unpremul()
208 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_premul()
226 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_bgra_premul()
244 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_565()
261 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_rgba_opaque()
278 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_bgra_opaque()
295 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_rgba_unpremul()
313 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_bgra_unpremul()
331 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_rgba_premul()
349 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_bgra_premul()
367 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask32_to_565()
388 bool srcIsOpaque, SkMasks* masks, uint32_t bitsPerPixel, in CreateMaskSwizzler()
537 SkMaskSwizzler::SkMaskSwizzler(SkMasks* masks, RowProc proc, int srcOffset, int subsetWidth) in SkMaskSwizzler()