Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkMatrixPriv.h39 typedef SkMatrix::MapPtsProc MapPtsProc; typedef
42 static MapPtsProc GetMapPtsProc(const SkMatrix& matrix) { in GetMapPtsProc()
H A DSkMatrix.cpp1024 const SkMatrix::MapPtsProc SkMatrix::gMapPtsProcs[] = {
H A DSkPath.cpp1494 SkMatrixPriv::MapPtsProc mapPtsProc = SkMatrixPriv::GetMapPtsProc(matrix); in addPath()
/aosp_15_r20/external/skia/include/core/
H A DSkMatrix.h1936 typedef void (*MapPtsProc)(const SkMatrix& mat, SkPoint dst[], typedef
1939 static MapPtsProc GetMapPtsProc(TypeMask mask) { in GetMapPtsProc()
1944 MapPtsProc getMapPtsProc() const { in getMapPtsProc()
1973 static const MapPtsProc gMapPtsProcs[];