Searched refs:mapPtsProc (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkPath.cpp | 1393 SkMatrixPriv::MapPtsProc mapPtsProc = SkMatrixPriv::GetMapPtsProc(matrix); in addPath() local 1399 mapPtsProc(matrix, mappedPts, &pts[0], 1); in addPath() 1414 mapPtsProc(matrix, mappedPts, &pts[1], 1); in addPath() 1418 mapPtsProc(matrix, mappedPts, &pts[1], 2); in addPath() 1422 mapPtsProc(matrix, mappedPts, &pts[1], 2); in addPath() 1426 mapPtsProc(matrix, mappedPts, &pts[1], 3); in addPath()
|