Searched refs:mapPtsProc (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkPath.cpp | 1494 SkMatrixPriv::MapPtsProc mapPtsProc = SkMatrixPriv::GetMapPtsProc(matrix); in addPath() local 1500 mapPtsProc(matrix, mappedPts, &pts[0], 1); in addPath() 1513 mapPtsProc(matrix, mappedPts, &pts[1], 1); in addPath() 1517 mapPtsProc(matrix, mappedPts, &pts[1], 2); in addPath() 1521 mapPtsProc(matrix, mappedPts, &pts[1], 2); in addPath() 1525 mapPtsProc(matrix, mappedPts, &pts[1], 3); in addPath()
|