Searched defs:Poly (Results 1 – 14 of 14) sorted by relevance
22 class Poly class28 Poly() : i_( cnt_++ ) { } in Poly() function in Poly
21 typedef bg::model::polygon<Point> Poly; in test_all() typedef
12 static const float Poly[] = { variable
12 static const double Poly[] = { variable
15 static const f64_t Poly[] = { variable
560 struct Poly { struct561 Poly(Vertex* v, int winding) in Poly() argument576 typedef enum { kLeft_Side, kRight_Side } Side;577 struct MonotonePoly {651 Poly* addEdge(Edge* e, Side side, SkArenaAlloc& alloc) { in addEdge()692 void* emit(bool emitCoverage, void *data) { in emit()702 Vertex* lastVertex() const { return fTail ? fTail->fLastEdge->fBottom : fFirstVertex; } in lastVertex()703 Vertex* fFirstVertex;704 int fWinding;705 MonotonePoly* fHead;[all …]
43 typedef bg::model::polygon<P> Poly; typedef