Home
last modified time | relevance | path

Searched refs:MapPtsProc (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkMatrixPriv.h32 typedef SkMatrix::MapPtsProc MapPtsProc; typedef in SkMatrixPriv
35 static MapPtsProc GetMapPtsProc(const SkMatrix& matrix) { in GetMapPtsProc()
H A DSkMatrix.cpp1020 const SkMatrix::MapPtsProc SkMatrix::gMapPtsProcs[] = {
H A DSkPath.cpp1402 SkMatrixPriv::MapPtsProc mapPtsProc = SkMatrixPriv::GetMapPtsProc(matrix); in addPath()
/third_party/skia/include/core/
H A DSkMatrix.h1932 typedef void (*MapPtsProc)(const SkMatrix& mat, SkPoint dst[], typedef in SkMatrix
1935 static MapPtsProc GetMapPtsProc(TypeMask mask) { in GetMapPtsProc()
1940 MapPtsProc getMapPtsProc() const { in getMapPtsProc()
1969 static const MapPtsProc gMapPtsProcs[];

Completed in 13 milliseconds