Home
last modified time | relevance | path

Searched refs:getMapPtsProc (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkMatrix.h436 this->getMapPtsProc()(*this, dst, src, count); in mapPoints()
590 MapPtsProc getMapPtsProc() const { in getMapPtsProc() function
/external/skia/src/core/
DSkPath.cpp1486 SkMatrix::MapPtsProc proc = matrix.getMapPtsProc(); in addPath()