Home
last modified time | relevance | path

Searched defs:Poly (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/ptr_container/test/
Dsimple_test.cpp22 class Poly class
28 Poly() : i_( cnt_++ ) { } in Poly() function in Poly
/third_party/boost/libs/geometry/index/test/rtree/
Drtree_intersects_geom.cpp21 typedef bg::model::polygon<Point> Poly; in test_all() typedef
/third_party/optimized-routines/math/
Dv_cosf.c12 static const float Poly[] = { variable
Dv_sinf.c12 static const float Poly[] = { variable
Dv_logf.c12 static const float Poly[] = { variable
Dv_cos.c12 static const double Poly[] = { variable
Dv_sin.c12 static const double Poly[] = { variable
Dv_exp2f_1u.c12 static const float Poly[] = { variable
Dv_expf_1u.c12 static const float Poly[] = { variable
Dv_exp2f.c12 static const float Poly[] = { variable
Dv_expf.c12 static const float Poly[] = { variable
Dv_log.c15 static const f64_t Poly[] = { variable
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp560 struct Poly { struct
561 Poly(Vertex* v, int winding) in Poly() argument
576 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 …]
/third_party/boost/libs/geometry/index/example/
Dglut_vis.cpp43 typedef bg::model::polygon<P> Poly; typedef