Home | History | Annotate | Download | only in effects

Lines Matching refs:fCurrRec

28           fCurrRec(NULL) {
79 fCurrRec = fRecs;
174 if (NULL == fCurrRec) {
178 ApplyInfo(paint, fCurrRec->fPaint, fCurrRec->fInfo);
181 if (fCurrRec->fInfo.fPostTranslate) {
182 postTranslate(canvas, fCurrRec->fInfo.fOffset.fX,
183 fCurrRec->fInfo.fOffset.fY);
185 canvas->translate(fCurrRec->fInfo.fOffset.fX, fCurrRec->fInfo.fOffset.fY);
187 fCurrRec = fCurrRec->fNext;
228 fCurrRec(NULL) {