Home
last modified time | relevance | path

Searched defs:expectf (Results 1 – 11 of 11) sorted by relevance

/reactos/modules/rostests/winetests/gdiplus/
H A Dcustomlinecap.c27 #define expectf(expected, got) ok(got == expected, "Expected %.2f, got %.2f\n", expected, got) macro
H A Dmatrix.c29 #define expectf(expected, got) ok(fabs(expected - got) < 0.0001, "Expected %.2f, got %.2f\n", expec… macro
H A Dpen.c28 #define expectf(expected, got) ok(fabs(got - expected) < 0.1, "Expected %.2f, got %.2f\n", expected… macro
H A Dstringformat.c26 #define expectf(expected, got) ok(got == expected, "Expected %.2f, got %.2f\n", expected, got) macro
H A Dgraphicspath.c27 #define expectf(expected, got) ok(fabs(expected - got) < 2.0, "Expected %.2f, got %.2f\n", expected… macro
H A Dbrush.c28 #define expectf(expected, got) ok(fabs(expected - got) < 0.0001, "Expected %.2f, got %.2f\n", expec… macro
H A Dfont.c31 #define expectf(expected, got) expectf_((expected), (got), 0.001) macro
H A Dregion.c38 #define expectf(expected, got) expectf_((expected), (got), 0.001) macro
H A Dmetafile.c29 #define expectf(expected, got) expectf_((expected), (got), 0.001) macro
H A Dgraphics.c30 #define expectf(expected, got) expectf_((expected), (got), 0.001) macro
H A Dimage.c57 #define expectf(expected, got) ok(fabs((expected) - (got)) < 0.0001, "Expected %f, got %f\n", (expe… macro