Home
last modified time | relevance | path

Searched defs:map2Points (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/gpu/tessellate/
DAffineMatrix.h35 SK_ALWAYS_INLINE float4 map2Points(float4 p0p1) const { in map2Points() function
39 SK_ALWAYS_INLINE float4 map2Points(const SkPoint pts[2]) const { in map2Points() function
43 SK_ALWAYS_INLINE float4 map2Points(SkPoint p0, SkPoint p1) const { in map2Points() function