Home | History | Annotate | Download | only in core

Lines Matching defs:fMatrix

17         : fMatrix(matrix)
20 , fScaleX(fMatrix.getScaleX()) {
23 unsigned mtype = fMatrix.getType();
29 fOffset.set(SkScalarMul(offset.x(), fMatrix.getScaleX()) + fMatrix.getTranslateX(),
30 SkScalarMul(offset.y(), fMatrix.getScaleY()) + fMatrix.getTranslateY());
46 const SkMatrix& fMatrix;
61 fProc(fMatrix, pos[0] + fOffset.x(), pos[1] + fOffset.y(), loc);
72 fProc(fMatrix, *pos + fOffset.x(), fOffset.y(), loc);