Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkMatrixPriv.h34 static MapPtsProc GetMapPtsProc(const SkMatrix& matrix) { in GetMapPtsProc() function
35 return SkMatrix::GetMapPtsProc(matrix.getType()); in GetMapPtsProc()
DSkPath.cpp1614 SkMatrixPriv::MapPtsProc proc = SkMatrixPriv::GetMapPtsProc(matrix); in addPath()
/external/skia/src/core/
DSkMatrixPriv.h35 static MapPtsProc GetMapPtsProc(const SkMatrix& matrix) { in GetMapPtsProc() function
36 return SkMatrix::GetMapPtsProc(matrix.getType()); in GetMapPtsProc()
DSkPath.cpp1393 SkMatrixPriv::MapPtsProc mapPtsProc = SkMatrixPriv::GetMapPtsProc(matrix); in addPath()
/external/skqp/include/core/
DSkMatrix.h1808 static MapPtsProc GetMapPtsProc(TypeMask mask) { in GetMapPtsProc() function
1814 return GetMapPtsProc(this->getType()); in getMapPtsProc()
/external/skia/include/core/
DSkMatrix.h1930 static MapPtsProc GetMapPtsProc(TypeMask mask) { in GetMapPtsProc() function
1936 return GetMapPtsProc(this->getType()); in getMapPtsProc()