Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkMatrixPriv.h42 static MapPtsProc GetMapPtsProc(const SkMatrix& matrix) { in GetMapPtsProc() function
43 return SkMatrix::GetMapPtsProc(matrix.getType()); in GetMapPtsProc()
H A DSkPath.cpp1494 SkMatrixPriv::MapPtsProc mapPtsProc = SkMatrixPriv::GetMapPtsProc(matrix); in addPath()
/aosp_15_r20/external/skia/include/core/
H A DSkMatrix.h1939 static MapPtsProc GetMapPtsProc(TypeMask mask) { in GetMapPtsProc() function
1945 return GetMapPtsProc(this->getType()); in getMapPtsProc()