Searched defs:SkCubic (Results 1 – 2 of 2) sorted by relevance
183 struct SkCubic : public SkBezier { struct184 SkPoint fP2;185 SkPoint fP3;187 bool set(const SkPoint pts[4]){ in set()