/reactos/modules/rostests/winetests/user32/ |
H A D | combo.c | 37 #define expect_rect(r, _left, _top, _right, _bottom) ok(r.left == _left && r.top == _top && \ macro 82 expect_rect(r, 0, 0, 100, font_height(GetStockObject(SYSTEM_FONT)) + 8); in test_setitemheight() 85 todo_wine expect_rect(r, 5, 5, 105, 105); in test_setitemheight() 117 expect_rect(r, 0, 0, 100, font_height(GetStockObject(SYSTEM_FONT)) + 8); in test_setfont() 120 todo_wine expect_rect(r, 5, 5, 105, 105); in test_setfont() 130 expect_rect(r, 0, 0, 100, 18); in test_setfont() 133 …todo_wine expect_rect(r, 5, 5, 105, 105 - (font_height(GetStockObject(SYSTEM_FONT)) - font_height(… in test_setfont() 137 expect_rect(r, 0, 0, 100, 16); in test_setfont() 140 …todo_wine expect_rect(r, 5, 5, 105, 105 - (font_height(GetStockObject(SYSTEM_FONT)) - font_height(… in test_setfont() 144 expect_rect(r, 0, 0, 100, 18); in test_setfont() [all …]
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | status.c | 29 #define expect_rect(_left,_top,_right,_bottom,got) do { \ macro 108 expect_rect(0, 0, 100, 100, g_rcCreated); in test_create() 191 …expect_rect(0, 0, 672, 42, rc2); /* GetTextMetrics returns invalid tmInternalLeading for this font… in test_height() 198 expect_rect(0, 0, 672, 42, rc2); in test_height() 204 expect_rect(0, 0, 672, 42, rc2); in test_height() 209 expect_rect(0, 0, 672, 42, rc2); in test_height() 212 expect_rect(0, 0, 672, 62, rc2); in test_height() 216 expect_rect(0, 0, 672, 62, rc2); in test_height() 219 expect_rect(0, 0, 672, 42, rc2); in test_height() 224 expect_rect(0, 0, 672, 32, rc2); in test_height()
|
H A D | combo.c | 42 #define expect_rect(r, _left, _top, _right, _bottom) ok(r.left == _left && r.top == _top && \ macro 644 expect_rect(r, 0, 0, 100, get_font_height(GetStockObject(SYSTEM_FONT)) + 8); in test_combo_setitemheight() 647 todo_wine expect_rect(r, 5, 5, 105, 105); in test_combo_setitemheight() 687 expect_rect(r, 0, 0, 100, get_font_height(GetStockObject(SYSTEM_FONT)) + 8); in test_combo_setfont() 690 todo_wine expect_rect(r, 5, 5, 105, 105); in test_combo_setfont() 700 expect_rect(r, 0, 0, 100, 18); in test_combo_setfont() 703 …todo_wine expect_rect(r, 5, 5, 105, 105 - (get_font_height(GetStockObject(SYSTEM_FONT)) - get_font… in test_combo_setfont() 707 expect_rect(r, 0, 0, 100, 16); in test_combo_setfont() 710 …todo_wine expect_rect(r, 5, 5, 105, 105 - (get_font_height(GetStockObject(SYSTEM_FONT)) - get_font… in test_combo_setfont() 714 expect_rect(r, 0, 0, 100, 18); in test_combo_setfont() [all …]
|