Lines Matching defs:RowProc
101 typedef void (*RowProc)(void* SK_RESTRICT dstRow,
106 template <RowProc Proc>
112 template <RowProc Proc>
117 const RowProc fFastProc;
119 const RowProc fSlowProc;
120 // The actual RowProc we are using. This depends on if fFastProc is non-NULL and
122 RowProc fActualProc;
158 // written by the RowProc. This is a scaled
182 // written by the RowProc. This is a scaled
210 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset,