/reactos/modules/rostests/regtests/bugs/ |
H A D | bug3481.c | 34 result = GetTextExtentPoint32A(hdc, text, COUNT, &size1); in Test_bug3481()
|
/reactos/modules/rostests/apitests/gdi32/ |
H A D | GetTextMetrics.c | 296 GetTextExtentPoint32A(hDC, text, lstrlenA(text), &siz); in START_TEST() 320 GetTextExtentPoint32A(hDC, text, lstrlenA(text), &siz); in START_TEST()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | font.c | 2427 GetTextExtentPoint32A(hdc, " ", 1, &expect); in test_SetTextJustification() 2428 GetTextExtentPoint32A(hdc, " ", 3, &size); in test_SetTextJustification() 2431 GetTextExtentPoint32A(hdc, " ", 1, &size); in test_SetTextJustification() 2434 GetTextExtentPoint32A(hdc, " ", 2, &size); in test_SetTextJustification() 2437 GetTextExtentPoint32A(hdc, " ", 3, &size); in test_SetTextJustification() 2441 GetTextExtentPoint32A(hdc, " ", 3, &size); in test_SetTextJustification() 2446 GetTextExtentPoint32A(hdc, " ", 0, &size); in test_SetTextJustification() 2460 GetTextExtentPoint32A(hdc, "A", 1, &expect); in test_SetTextJustification() 2464 GetTextExtentPoint32A(hdc, "A", 1, &size); in test_SetTextJustification() 2482 GetTextExtentPoint32A(hdc, "A", 1, &expect); in test_SetTextJustification() [all …]
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | text.c | 375 GetTextExtentPoint32A( in GetTextExtentPoint32A() function
|
/reactos/win32ss/user/user32/windows/ |
H A D | draw.c | 1105 success = GetTextExtentPoint32A(hDC, (CHAR*) lpData, nCount, &s); in IntGrayString() 1283 retval = GetTextExtentPoint32A(hdc, (LPSTR)lp, len, &s); in IntDrawState()
|
/reactos/win32ss/gdi/gdi32/ |
H A D | gdi32.spec | 438 438 stdcall GetTextExtentPoint32A(long str long ptr)
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | rebar.c | 200 GetTextExtentPoint32A(hdc, s, strlen(s), &sz); in string_width()
|
H A D | tab.c | 458 GetTextExtentPoint32A(hdc, "Tab 1", strlen("Tab 1"), &size); in test_tab()
|
H A D | toolbar.c | 988 GetTextExtentPoint32A(hdc, s, strlen(s), &sz); in string_width()
|
H A D | edit.c | 1331 GetTextExtentPoint32A(dc, "w", 1, &size); in test_char_from_pos()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 3940 GetTextExtentPoint32A( 4472 #define GetTextExtentPoint32 GetTextExtentPoint32A
|
/reactos/dll/win32/comctl32/ |
H A D | treeview.c | 3947 GetTextExtentPoint32A(hdc, "", 0, &sz); in TREEVIEW_EditLabel() 4437 GetTextExtentPoint32A(hdc, "", 0, &size); in TREEVIEW_CreateDragImage()
|
H A D | listview.c | 3154 if (GetTextExtentPoint32A(hdc, "...", 3, &sz)) in LISTVIEW_SaveTextMetrics()
|
/reactos/modules/rostests/winetests/riched20/ |
H A D | editor.c | 5655 GetTextExtentPoint32A(hdc, fmtstrings[i].string, strlen(fmtstrings[i].string), &stringsize); in test_EM_FORMATRANGE()
|