Home
last modified time | relevance | path

Searched refs:GetTextExtentPointW (Results 1 – 15 of 15) sorted by relevance

/reactos/win32ss/user/user32/windows/
H A Dfont.c93 GetTextExtentPointW( hdc, lpstr + i, j - i , &extent ); in TEXT_TabbedTextOut()
430 GetTextExtentPointW(hdc, lpString, cString, &size); in UserLpkPSMTextOut()
480 GetTextExtentPointW(hdc, display_str, prefix_offset, &size); in UserLpkPSMTextOut()
482 GetTextExtentPointW(hdc, display_str, prefix_offset + 1, &size); in UserLpkPSMTextOut()
493 GetTextExtentPointW(hdc, display_str, len + 1, &size); in UserLpkPSMTextOut()
/reactos/dll/win32/lpk/
H A Dlpk.c100 GetTextExtentPointW(hdc, str, offset, &size); in LPK_DrawUnderscore()
102 GetTextExtentPointW(hdc, str, offset + 1, &size); in LPK_DrawUnderscore()
393 GetTextExtentPointW(hdc, lpString, cString, &size); in LpkPSMTextOut()
414 GetTextExtentPointW(hdc, display_str, len + 1, &size); in LpkPSMTextOut()
/reactos/modules/rostests/apitests/gdi32/
H A DGdiGetCharDimensions.c30 GetTextExtentPointW(hdc, alphabet, 52, &size); in Test_GdiGetCharDimensions()
/reactos/win32ss/user/rtl/
H A Dtext.c904 GetTextExtentPointW (hdc, str, offset, &size); in TEXT_DrawUnderscore()
910 GetTextExtentPointW (hdc, str, offset+1, &size); in TEXT_DrawUnderscore()
1293 !GetTextExtentPointW(hdc, str, len_seg, &size)) in DrawTextExWorker()
/reactos/win32ss/gdi/gdi32/objects/
H A Dtext.c255 ret = GetTextExtentPointW(hdc, StringU.Buffer, cchString, lpsz); in GetTextExtentPointA()
268 GetTextExtentPointW( in GetTextExtentPointW() function
H A Dfont.c661 if ( GetTextExtentPointW(hdc, lpString, uCount, &Size) ) in NewGetCharacterPlacementW()
2158 if(!GetTextExtentPointW(hdc, alphabet, 52, &sz)) return 0; in GdiGetCharDimensions()
/reactos/dll/win32/shlwapi/
H A Dpath.c2910 GetTextExtentPointW(hDC, lpszPath, dwLen, &size); in PathCompactPathW()
2922 GetTextExtentPointW(hDC, szEllipses, 3, &size); in PathCompactPathW()
2925 GetTextExtentPointW(hDC, sFile, strlenW(sFile), &size); in PathCompactPathW()
2943 GetTextExtentPointW(hDC, lpszPath, sPath - lpszPath, &size); in PathCompactPathW()
2982 GetTextExtentPointW(hDC, buff, dwLen, &size); in PathCompactPathW()
/reactos/dll/win32/comctl32/
H A Dcomctl32.spec178 419 stdcall -noname GetTextExtentPointWrap(long wstr long ptr) gdi32.GetTextExtentPointW
H A Dcomboex.c337 GetTextExtentPointW (mydc, strA, 1, size); in COMBOEX_GetComboFontSize()
1547 GetTextExtentPointW (hdc, strW, 1, &mysize); in COMBOEX_MeasureItem()
H A Dlistview.c7720 GetTextExtentPointW(hdc, lpszText, lstrlenW(lpszText), &stringSize); in LISTVIEW_GetStringWidthT()
/reactos/dll/win32/riched20/
H A Dpara.c436 GetTextExtentPointW( c->hDC, para->para_num.text->szData, para->para_num.text->nLen, &sz ); in para_num_init()
438 GetTextExtentPointW( c->hDC, spaceW, 1, &sz ); in para_num_init()
/reactos/base/shell/explorer/
H A Dtrayclock.cpp218 !GetTextExtentPointW(hDC, szLines[i], wcslen(szLines[i]), in MeasureLines()
/reactos/win32ss/gdi/gdi32/
H A Dgdi32.spec442 442 stdcall GetTextExtentPointW(long wstr long ptr)
/reactos/sdk/include/psdk/
H A Dwingdi.h3924 GetTextExtentPointW(
4389 #define GetTextExtentPoint GetTextExtentPointW
/reactos/modules/rostests/winetests/gdi32/
H A Dfont.c1503 ret = GetTextExtentPointW(hdc, wt, 0, &sz); in test_text_extents()
1508 ret = GetTextExtentPointW(hdc, emptyW, 0, &sz); in test_text_extents()
1517 GetTextExtentPointW(hdc, wt, len, &sz2); in test_text_extents()