mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-29 08:50:27 +01:00
In step 1 of speeding up stroking, we introduce contours as a means for tracking the connected edges around the stroke. By keeping track of these chains, we can analyse the edges as we proceed and eliminate redundant vertices speeding up rasterisation. Coincidentally fixes line-width-tolerance (looks like a combination of using spline tangent vectors and tolerance). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
24 lines
189 B
Text
24 lines
189 B
Text
.deps
|
|
.libs
|
|
Makefile
|
|
Makefile.in
|
|
show-contour
|
|
show-edges
|
|
show-events
|
|
show-polygon
|
|
show-traps
|
|
xml-to-trace
|
|
trace-to-xml
|
|
*.so
|
|
*.la
|
|
*.lo
|
|
*.loT
|
|
*.o
|
|
*.obj
|
|
*.pdb
|
|
*.dll
|
|
*.exp
|
|
*.lib
|
|
*~
|
|
.*.sw?
|
|
TAGS
|