Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkMatrix.h589 typedef void (*MapPtsProc)(const SkMatrix& mat, SkPoint dst[], typedef
592 static MapPtsProc GetMapPtsProc(TypeMask mask) { in GetMapPtsProc()
597 MapPtsProc getMapPtsProc() const { in getMapPtsProc()
852 static const MapPtsProc gMapPtsProcs[];
/external/skia/src/core/
DSkMatrix.cpp1032 const SkMatrix::MapPtsProc SkMatrix::gMapPtsProcs[] = {
DSkPath.cpp1520 SkMatrix::MapPtsProc proc = matrix.getMapPtsProc(); in addPath()