summaryrefslogtreecommitdiff
path: root/test/get-path-extents.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-10test: Add degenerate closed path case to get-path-extentsAndrea Canciani1-0/+8
2012-05-23test: Increase surface size for get-path-extentsChris Wilson1-1/+1
2011-02-19test: Fix copy/paste errorBenjamin Otte1-1/+1
2011-02-19test: Add a test for 0-radius negative arcsBenjamin Otte1-0/+14
2011-01-24Fix regressions from 1.10 mergeAndrea Canciani1-2/+1
2011-01-23Merge branch '1.10' into tmpChris Wilson1-1/+2
2010-11-10Sync get-path-extents test with the one on 1.10.Jeff Muizelaar1-1/+27
2010-11-05Fix degenerate vertical path bounds.Jeff Muizelaar1-8/+32
2010-10-29test: Fix get-path-extentsAndrea Canciani1-6/+2
2010-06-12test: make test font family a defineAndrea Canciani1-1/+1
2009-05-15[test] Relax APPROX_EQUALS conditionChris Wilson1-4/+4
2009-03-24[test] Check for errors during get-path-extents.Chris Wilson1-0/+9
2008-10-31[test] Build test suite into single binary.Chris Wilson1-14/+6
2008-08-13[test] Preparatory work for running under memfault.Chris Wilson1-62/+64
2008-02-28get-path-extents: Fix APPROX_EQUALS to round values on both sides of the comp...Carl Worth1-1/+6
2008-02-28get-path-extents: Use APPROX_EQUALS instead of EQUALS for text path testsCarl Worth1-3/+9
2008-02-28Remove unnecessary cairo_set_tolerance call from get-path-extents testCarl Worth1-1/+0
2008-02-25[test/get-path-extents] Don't use short-circuit && operatorsBehdad Esfahbod1-81/+62
2008-02-25[test]/get-path-extents] Use %g instead of %f to print doublesBehdad Esfahbod1-1/+1
2008-02-08Fixed rounding function callAntoine Azar1-1/+1
2008-02-06replaced round with _cairo_lround. Round doesn't compile on Win32Azar@.(none)1-1/+1
2008-01-21Test and document that fill rule has no effect on cairo_path_extentsCarl Worth1-0/+49
2008-01-21Test and document extents of degenerate "dots"Carl Worth1-0/+28
2008-01-21Add cairo_path_extents testing to several cases missing itCarl Worth1-4/+8
2008-01-21Correct near-pangram to be an actual pangramCarl Worth1-1/+1
2008-01-21Define repeated string literal onceCarl Worth1-4/+6
2008-01-21[cairo] Add cairo_path_extents()Brian Ewins1-10/+23
2008-01-17[test/get-path-extents] Exercise cairo_scaled_font_text_extents()Chris Wilson1-1/+18
2008-01-17[test/get-path-extents] Check extents of degenerate paths.Chris Wilson1-0/+35
2007-12-20[test/*] Create new surfaces using the group target.Chris Wilson1-1/+1
2007-10-27[test/get-path-extents] Add link to bug report.Chris Wilson1-0/+1
2007-09-27[test/get-path-extents] Test extents of cairo_text_path().Chris Wilson1-10/+28
2007-09-26[test/get-path-extents] Test extents of an arc.Chris Wilson1-5/+19
2007-02-21[test] Add test case for bug #7965 to the get-path-extents testBehdad Esfahbod1-0/+13
2006-09-25Add clip getters API + testsRobert O'Callahan1-0/+199