Lines Matching refs:SkMasks
13 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask16_to_n32_opaque()
29 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask16_to_n32_unpremul()
48 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask16_to_n32_premul()
67 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask24_to_n32_opaque()
82 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask24_to_n32_unpremul()
100 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask24_to_n32_premul()
118 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask32_to_n32_opaque()
134 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask32_to_n32_unpremul()
153 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks) { in swizzle_mask32_to_n32_premul()
177 const SkImageInfo& info, void* dst, size_t dstRowBytes, SkMasks* masks, in CreateMaskSwizzler()
259 size_t dstRowBytes, SkMasks* masks, RowProc proc) in SkMaskSwizzler()