Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/
DPathCurveTessellator.cpp57 auto p2 = m.map1Point(pts+2); in writePatches()
79 auto p2 = m.map1Point(pts+2); in writePatches()
DPathWedgeTessellator.cpp172 auto p2 = m.map1Point(pts+2); in writePatches()
192 auto p2 = m.map1Point(pts+2); in writePatches()
DAffineMatrix.h51 SK_ALWAYS_INLINE float2 map1Point(const SkPoint pt[1]) const { in map1Point() function