Searched refs:char_bounds (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | graphics.c | 3194 RectF rc, char_bounds, bounds; in test_string_functions() local 3274 expectf(0.0, char_bounds.X); in test_string_functions() 3275 expectf(0.0, char_bounds.Y); in test_string_functions() 3285 …ok(bounds.Width > char_bounds.Width, "got %0.2f, expected at least %0.2f\n", bounds.Width, char_bo… in test_string_functions() 3286 expectf(char_bounds.Height, bounds.Height); in test_string_functions() 3289 char_width = bounds.Width - char_bounds.Width; in test_string_functions() 3297 …ok(bounds.Height > char_bounds.Height, "got %0.2f, expected at least %0.2f\n", bounds.Height, char… in test_string_functions() 3320 rc.Width = char_bounds.Width + char_width * 2.1; in test_string_functions() 3332 rc.Width = char_bounds.Width + char_width * 1.7; in test_string_functions() 3344 rc.Width = char_bounds.Width + char_width * 0.8; in test_string_functions() [all …]
|