Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/tessellate/
H A DWangsFormula.h107 AI VectorXform() : fC0{1.0f, 0.f}, fC1{0.f, 1.f} {} in nextlog2() function
108 AI explicit VectorXform(const SkMatrix& m) { *this = m; } in nextlog2() function
109 AI explicit VectorXform(const SkM44& m) { *this = m; } in nextlog2() function