Lines Matching refs:RowProc
104 typedef void (*RowProc)(void* SK_RESTRICT dstRow,
109 template <RowProc Proc>
115 template <RowProc Proc>
120 const RowProc fFastProc;
122 const RowProc fSlowProc;
123 // The actual RowProc we are using. This depends on if fFastProc is non-NULL and
125 RowProc fActualProc;
161 // written by the RowProc. This is a scaled
185 // written by the RowProc. This is a scaled
213 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset,
215 static std::unique_ptr<SkSwizzler> Make(const SkImageInfo& dstInfo, RowProc fastProc,
216 RowProc proc, const SkPMColor* ctable, int srcBPP, int dstBPP,