Lines Matching full:fmatrix
143 const SkMatrix* fMatrix;
172 fMatrix = &totalMatrix;
178 fMatrix = &fMatrixStorage;
192 fDevice->setMatrixClip(*fMatrix, fClip.forceGetBW(), clipStack);
217 SkMatrix* fMatrix; // points to either fMatrixStorage or prev MCRec
233 fMatrixStorage = *prev->fMatrix;
234 fMatrix = &fMatrixStorage;
236 fMatrix = prev->fMatrix;
253 fMatrix = &fMatrixStorage;
298 fMatrix = rec->fMatrix;
320 const SkMatrix& getMatrix() const { return *fMatrix; }
999 if (filter->filterImage(&proxy, src, *iter.fMatrix, &dst, &pos)) {
1034 if (filter->filterImage(&proxy, bitmap, *iter.fMatrix,
1053 return fMCRec->fMatrix->preTranslate(dx, dy);
1059 return fMCRec->fMatrix->preScale(sx, sy);
1065 return fMCRec->fMatrix->preRotate(degrees);
1071 return fMCRec->fMatrix->preSkew(sx, sy);
1077 return fMCRec->fMatrix->preConcat(matrix);
1083 *fMCRec->fMatrix = matrix;
1120 if (fMCRec->fMatrix->rectStaysRect()) {
1127 fMCRec->fMatrix->mapRect(&r, rect);
1217 path.transform(*fMCRec->fMatrix, &devPath);
1441 if (fMCRec->fMatrix->hasPerspective()) {
1443 fMCRec->fMatrix->mapRect(&dst, rect);
1488 if (!fMCRec->fMatrix->invert(&inverse)) {
1530 return *fMCRec->fMatrix;