Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/tessellate/
H A DAffineMatrix.h38 SK_ALWAYS_INLINE skvx::float4 map2Points(skvx::float4 p0p1) const { in map2Points() function
42 SK_ALWAYS_INLINE skvx::float4 map2Points(const SkPoint pts[2]) const { in map2Points() function
46 SK_ALWAYS_INLINE skvx::float4 map2Points(SkPoint p0, SkPoint p1) const { in map2Points() function