summaryrefslogtreecommitdiff
path: root/test/get-path-extents.c
AgeCommit message (Expand)AuthorFilesLines
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