summaryrefslogtreecommitdiffstats
path: root/cc/quads/draw_polygon.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in cc/.avi2015-12-211-0/+2
* Replace inverse transform with Cross-product computation.petermayo2015-12-101-2/+33
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-181-5/+5
* Simplify SideComparepetermayo2015-11-181-37/+17
* Decrease the presumed thickness of polygons.petermayo2015-11-061-2/+2
* Remove unused variable.petermayo2015-10-221-5/+1
* cc: Rename visible_content_rect and content stuff on quads.danakj2015-06-191-2/+2
* Splitting of layers for correct intersectionsawoloszyn2015-03-121-11/+22
* Revert of Splitting of layers for correct intersections (patchset #20 id:3700...gab2015-03-111-23/+10
* Splitting of layers for correct intersectionsawoloszyn2015-03-111-10/+23
* Revert of Splitting of layers for correct intersections (patchset #17 id:3100...eroman2015-02-271-22/+11
* Splitting of layers for correct intersectionsawoloszyn2015-02-271-11/+22
* Fix Enum Style Throughout CC.ericrk2015-02-201-1/+1
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-2/+2
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-2/+2
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-2/+2
* BSP Tree perf tests to match LayerSorter perf teststhildebr@chromium.org2014-08-021-0/+27
* DrawPolygon class with Unit Teststhildebr@chromium.org2014-07-291-0/+325