Home | History | Annotate | Download | only in effects

Lines Matching refs:fProc

124         fProc = NULL;   // signals identity
166 fProc = shiftIs16 ? General16 : General;
180 fProc = shiftIs16 ? AffineAdd16 : AffineAdd;
182 fProc = shiftIs16 ? ScaleAdd16 : ScaleAdd;
184 fProc = shiftIs16 ? Add16 : Add;
186 fProc = NULL; // identity
194 if (NULL != fProc) {
233 Proc proc = fProc;
281 Proc proc = fProc;
316 buffer.writeFunctionPtr((void*)fProc);
325 fProc = (Proc)buffer.readFunctionPtr();
336 if (NULL != fProc) {