Home | History | Annotate | Download | only in utils

Lines Matching refs:fRec

339     fRec = &fInitialRec;
343 Rec* rec = fRec;
353 rec->fNext = fRec;
354 rec->fMatrix = fRec->fMatrix;
355 fRec = rec;
359 SkASSERT(fRec != &fInitialRec);
360 Rec* next = fRec->fNext;
361 SkDELETE(fRec);
362 fRec = next;
389 fRec->fMatrix.preTranslate(x, y, z);
393 fRec->fMatrix.preRotateX(deg);
397 fRec->fMatrix.preRotateY(deg);
401 fRec->fMatrix.preRotateZ(deg);
406 patch.transform(fRec->fMatrix);
413 patch.transform(fRec->fMatrix);