Home | History | Annotate | Download | only in core

Lines Matching refs:fProc

1668         : fMatrix(matrix), fProc(matrix.getMapXYProc()), fY(y) {}
1676 SkMatrix::MapXYProc fProc;
1682 state.fProc(state.fMatrix, *pos, state.fY, &state.fLoc);
1686 state.fProc(state.fMatrix, pos[0], pos[1], &state.fLoc);