Home | History | Annotate | Download | only in quads

Lines Matching defs:DrawPolygon

22 class CC_EXPORT DrawPolygon {
24 DrawPolygon();
25 ~DrawPolygon();
27 DrawPolygon(DrawQuad* original_ref,
31 DrawPolygon(DrawQuad* original_ref,
36 // Split takes this DrawPolygon and splits it into two pieces that are on
43 bool Split(const DrawPolygon& splitter,
44 scoped_ptr<DrawPolygon>* front,
45 scoped_ptr<DrawPolygon>* back);
49 static BspCompareResult SideCompare(const DrawPolygon& a,
50 const DrawPolygon& b);
60 scoped_ptr<DrawPolygon> CreateCopy();
78 // as long as this DrawPolygon is alive.