Home
last modified time | relevance | path

Searched refs:GetMapPtsProc (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkMatrixPriv.h35 static MapPtsProc GetMapPtsProc(const SkMatrix& matrix) { in GetMapPtsProc() function
36 return SkMatrix::GetMapPtsProc(matrix.getType()); in GetMapPtsProc()
DSkPath.cpp1402 SkMatrixPriv::MapPtsProc mapPtsProc = SkMatrixPriv::GetMapPtsProc(matrix); in addPath()
/third_party/skia/include/core/
DSkMatrix.h1935 static MapPtsProc GetMapPtsProc(TypeMask mask) { in GetMapPtsProc() function
1941 return GetMapPtsProc(this->getType()); in getMapPtsProc()