Home
last modified time | relevance | path

Searched refs:GetTextExtentPoint32A (Results 1 – 14 of 14) sorted by relevance

/reactos/modules/rostests/regtests/bugs/
H A Dbug3481.c34 result = GetTextExtentPoint32A(hdc, text, COUNT, &size1); in Test_bug3481()
/reactos/modules/rostests/apitests/gdi32/
H A DGetTextMetrics.c296 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 Dfont.c2427 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 Dtext.c375 GetTextExtentPoint32A( in GetTextExtentPoint32A() function
/reactos/win32ss/user/user32/windows/
H A Ddraw.c1105 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 Dgdi32.spec438 438 stdcall GetTextExtentPoint32A(long str long ptr)
/reactos/modules/rostests/winetests/comctl32/
H A Drebar.c200 GetTextExtentPoint32A(hdc, s, strlen(s), &sz); in string_width()
H A Dtab.c458 GetTextExtentPoint32A(hdc, "Tab 1", strlen("Tab 1"), &size); in test_tab()
H A Dtoolbar.c988 GetTextExtentPoint32A(hdc, s, strlen(s), &sz); in string_width()
H A Dedit.c1331 GetTextExtentPoint32A(dc, "w", 1, &size); in test_char_from_pos()
/reactos/sdk/include/psdk/
H A Dwingdi.h3940 GetTextExtentPoint32A(
4472 #define GetTextExtentPoint32 GetTextExtentPoint32A
/reactos/dll/win32/comctl32/
H A Dtreeview.c3947 GetTextExtentPoint32A(hdc, "", 0, &sz); in TREEVIEW_EditLabel()
4437 GetTextExtentPoint32A(hdc, "", 0, &size); in TREEVIEW_CreateDragImage()
H A Dlistview.c3154 if (GetTextExtentPoint32A(hdc, "...", 3, &sz)) in LISTVIEW_SaveTextMetrics()
/reactos/modules/rostests/winetests/riched20/
H A Deditor.c5655 GetTextExtentPoint32A(hdc, fmtstrings[i].string, strlen(fmtstrings[i].string), &stringsize); in test_EM_FORMATRANGE()