summaryrefslogtreecommitdiff
path: root/test/get-path-extents.c
Commit message (Expand)AuthorAgeFilesLines
* Use HTTPS URLs for freedesktop.org domainsPaul Menzel2018-10-161-2/+2
* Use HTTPS URLs for cairographics.org domainsPaul Menzel2018-10-161-1/+1
* test/get-path-extents: Check exact matches within toleranceChris Wilson2013-06-201-9/+21
* test: Add degenerate closed path case to get-path-extentsAndrea Canciani2012-09-101-0/+8
* test: Increase surface size for get-path-extentsChris Wilson2012-05-231-1/+1
* test: Fix copy/paste errorBenjamin Otte2011-02-191-1/+1
* test: Add a test for 0-radius negative arcsBenjamin Otte2011-02-191-0/+14
* Fix regressions from 1.10 mergeAndrea Canciani2011-01-241-2/+1
* Merge branch '1.10' into tmpChris Wilson2011-01-231-1/+2
|\
| * Fix degenerate vertical path bounds.Jeff Muizelaar2010-11-051-8/+32
* | Sync get-path-extents test with the one on 1.10.Jeff Muizelaar2010-11-101-1/+27
* | test: Fix get-path-extentsAndrea Canciani2010-10-291-6/+2
|/
* test: make test font family a defineAndrea Canciani2010-06-121-1/+1
* [test] Relax APPROX_EQUALS conditionChris Wilson2009-05-151-4/+4
* [test] Check for errors during get-path-extents.Chris Wilson2009-03-241-0/+9
* [test] Build test suite into single binary.Chris Wilson2008-10-311-14/+6
* [test] Preparatory work for running under memfault.Chris Wilson2008-08-131-62/+64
* get-path-extents: Fix APPROX_EQUALS to round values on both sides of the comp...Carl Worth2008-02-281-1/+6
* get-path-extents: Use APPROX_EQUALS instead of EQUALS for text path testsCarl Worth2008-02-281-3/+9
* Remove unnecessary cairo_set_tolerance call from get-path-extents testCarl Worth2008-02-281-1/+0
* [test/get-path-extents] Don't use short-circuit && operatorsBehdad Esfahbod2008-02-251-81/+62
* [test]/get-path-extents] Use %g instead of %f to print doublesBehdad Esfahbod2008-02-251-1/+1
* Fixed rounding function callAntoine Azar2008-02-081-1/+1
* replaced round with _cairo_lround. Round doesn't compile on Win32Azar@.(none)2008-02-061-1/+1
* Test and document that fill rule has no effect on cairo_path_extentsCarl Worth2008-01-211-0/+49
* Test and document extents of degenerate "dots"Carl Worth2008-01-211-0/+28
* Add cairo_path_extents testing to several cases missing itCarl Worth2008-01-211-4/+8
* Correct near-pangram to be an actual pangramCarl Worth2008-01-211-1/+1
* Define repeated string literal onceCarl Worth2008-01-211-4/+6
* [cairo] Add cairo_path_extents()Brian Ewins2008-01-211-10/+23
* [test/get-path-extents] Exercise cairo_scaled_font_text_extents()Chris Wilson2008-01-171-1/+18
* [test/get-path-extents] Check extents of degenerate paths.Chris Wilson2008-01-171-0/+35
* [test/*] Create new surfaces using the group target.Chris Wilson2007-12-201-1/+1
* [test/get-path-extents] Add link to bug report.Chris Wilson2007-10-271-0/+1
* [test/get-path-extents] Test extents of cairo_text_path().Chris Wilson2007-09-271-10/+28
* [test/get-path-extents] Test extents of an arc.Chris Wilson2007-09-261-5/+19
* [test] Add test case for bug #7965 to the get-path-extents testBehdad Esfahbod2007-02-211-0/+13
* Add clip getters API + testsRobert O'Callahan2006-09-251-0/+199