Home | History | Annotate | Download | only in core

Lines Matching full:foffset

19         , fOffset(offset)
27 // Bake the matrix scale/translation components into fOffset,
29 fOffset.set(offset.x() * fMatrix.getScaleX() + fMatrix.getTranslateX(),
54 SkPoint fOffset; // In kOnly* mode, this includes the matrix translation component.
61 fProc(fMatrix, pos[0] + fOffset.x(), pos[1] + fOffset.y(), loc);
64 loc->set(fScaleX * *pos + fOffset.x(), fOffset.y());
67 loc->set(*pos + fOffset.x(), fOffset.y());
72 fProc(fMatrix, *pos + fOffset.x(), fOffset.y(), loc);