Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/core/
H A DSkMatrix.h1944 MapPtsProc getMapPtsProc() const { in getMapPtsProc() function
/aosp_15_r20/external/skia/src/core/
H A DSkMatrix.cpp774 this->getMapPtsProc()(*this, dst, src, count); in mapPoints()