Searched defs:ArrayPath (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/skia/bench/ |
H A D | PathOpsBench.cpp | 99 template <size_t N> struct ArrayPath { struct 100 SkPoint fPts[N]; 101 uint8_t fVbs[N]; 102 int fPIndex = 0, fVIndex = 0; 104 void moveTo(float x, float y) { in moveTo() 108 void lineTo(float x, float y) { in lineTo() 112 void quadTo(float x, float y, float x1, float y1) { in quadTo() 117 void cubicTo(float x, float y, float x1, float y1, float x2, float y2) { in cubicTo() 123 void incReserve(int) {} in incReserve()
|