Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrixPriv.h39 typedef SkMatrix::MapPtsProc MapPtsProc; typedef
42 static MapPtsProc GetMapPtsProc(const SkMatrix& matrix) { in GetMapPtsProc()
DSkMatrix.cpp1008 const SkMatrix::MapPtsProc SkMatrix::gMapPtsProcs[] = {
DSkPath.cpp1459 SkMatrixPriv::MapPtsProc mapPtsProc = SkMatrixPriv::GetMapPtsProc(matrix); in addPath()
/external/skia/include/core/
DSkMatrix.h1932 typedef void (*MapPtsProc)(const SkMatrix& mat, SkPoint dst[], typedef
1935 static MapPtsProc GetMapPtsProc(TypeMask mask) { in GetMapPtsProc()
1940 MapPtsProc getMapPtsProc() const { in getMapPtsProc()
1969 static const MapPtsProc gMapPtsProcs[];