Searched refs:BezierRec (Results 1 – 2 of 2) sorted by relevance
14 struct BezierRec { struct21 typedef const char* (*DrawProc)(const BezierRec*, int); argument23 static const char* draw_quad(const BezierRec* rec, int count) { in draw_quad()35 static const char* draw_cubic(const BezierRec* rec, int count) { in draw_cubic()51 BezierRec fRec;