Searched defs:GetMapXYProc (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkMatrixPriv.h38 static MapXYProc GetMapXYProc(const SkMatrix& matrix) { function in class:SkMatrixPriv
39 return SkMatrix::GetMapXYProc(matrix.getType());
/external/skqp/src/core/
H A DSkMatrixPriv.h38 static MapXYProc GetMapXYProc(const SkMatrix& matrix) { function in class:SkMatrixPriv
39 return SkMatrix::GetMapXYProc(matrix.getType());
/external/skia/include/core/
H A DSkMatrix.h1809 static MapXYProc GetMapXYProc(TypeMask mask) { function in class:SkMatrix
1815 return GetMapXYProc(this->getType());
/external/skqp/include/core/
H A DSkMatrix.h1809 static MapXYProc GetMapXYProc(TypeMask mask) { function in class:SkMatrix
1815 return GetMapXYProc(this->getType());

Completed in 300 milliseconds