Searched defs:SkCubic (Results 1 – 2 of 2) sorted by relevance
232 struct SkCubic : public SkBezier { struct233 SkPoint fP2;234 SkPoint fP3;236 bool set(const SkPoint pts[4]){ in set()