Home
last modified time | relevance | path

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

/external/skia/src/gpu/tessellate/
DWangsFormula.h67 AI VectorXform() : fC0{1.0f, 0.f}, fC1{0.f, 1.f} {} in VectorXform() function
68 AI explicit VectorXform(const SkMatrix& m) { *this = m; } in VectorXform() function
69 AI explicit VectorXform(const SkM44& m) { *this = m; } in VectorXform() function