Home | History | Annotate | Download | only in effects

Lines Matching refs:fProc

115         fProc = NULL;   // signals identity
157 fProc = shiftIs16 ? General16 : General;
171 fProc = shiftIs16 ? AffineAdd16 : AffineAdd;
173 fProc = shiftIs16 ? ScaleAdd16 : ScaleAdd;
175 fProc = shiftIs16 ? Add16 : Add;
177 fProc = NULL; // identity
185 if (NULL != fProc) {
224 Proc proc = fProc;
278 Proc proc = fProc;
313 buffer.writeFunctionPtr((void*)fProc);
322 fProc = (Proc)buffer.readFunctionPtr();