Sweden-Number/dlls/d2d1/tests
Henri Verbeet 8718a23b2e d2d1: Check the vertex count again after duplicate removal in d2d_path_geometry_triangulate().
As the test shows, we can create geometries that have less than two vertices
after eliminating duplicates. Calling d2d_cdt_triangulate() on those would
lead to infinite recursion. In principle we could now get rid of the original
vertex count check, but it seems cheap enough that it's worth keeping in order
to avoid some unnecessary work in the somewhat more common case that we have
less than three vertices before duplicate removal.

Based on a patch by Changsheng Chen.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-16 22:22:44 +02:00
..
Makefile.in d2d1/tests: Run most tests on d3d11 as well. 2021-01-15 21:03:47 +01:00
d2d1.c d2d1: Check the vertex count again after duplicate removal in d2d_path_geometry_triangulate(). 2021-09-16 22:22:44 +02:00