Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrixPriv.h32 typedef SkMatrix::MapPtsProc MapPtsProc; typedef
35 static MapPtsProc GetMapPtsProc(const SkMatrix& matrix) { in GetMapPtsProc()
DSkMatrix.cpp1022 const SkMatrix::MapPtsProc SkMatrix::gMapPtsProcs[] = {
DSkPath.cpp1402 SkMatrixPriv::MapPtsProc mapPtsProc = SkMatrixPriv::GetMapPtsProc(matrix); in addPath()
/external/skia/include/core/
DSkMatrix.h1925 typedef void (*MapPtsProc)(const SkMatrix& mat, SkPoint dst[], typedef
1928 static MapPtsProc GetMapPtsProc(TypeMask mask) { in GetMapPtsProc()
1933 MapPtsProc getMapPtsProc() const { in getMapPtsProc()
1962 static const MapPtsProc gMapPtsProcs[];