Searched refs:GetTextFaceA (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/apitests/gdi32/ |
H A D | AddFontMemResourceEx.c | 245 ret = GetTextFaceA(hdc, sizeof(name), name); in test_font_caps() 293 ret = GetTextFaceA(hdc, sizeof(name), name); in is_font_available()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | font.c | 4121 GetTextFaceA(hdc, sizeof(buf), buf); in test_nonexistent_font() 4134 GetTextFaceA(hdc, sizeof(buf), buf); in test_nonexistent_font() 4157 GetTextFaceA(hdc, sizeof(buf), buf); in test_nonexistent_font() 4169 GetTextFaceA(hdc, sizeof(buf), buf); in test_nonexistent_font() 4185 GetTextFaceA(hdc, sizeof(buf), buf); in test_nonexistent_font() 4198 GetTextFaceA(hdc, sizeof(buf), buf); in test_nonexistent_font() 4243 GetTextFaceA(hdc, sizeof(buf), buf); in test_nonexistent_font() 4455 n = GetTextFaceA(dc, 0, bufA); in test_GetTextFace() 4460 n = GetTextFaceA(dc, 1, bufA); in test_GetTextFace() 4465 n = GetTextFaceA(dc, 2, bufA); in test_GetTextFace() [all …]
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | text.c | 686 GetTextFaceA( in GetTextFaceA() function
|
/reactos/win32ss/gdi/gdi32/ |
H A D | gdi32.spec | 443 443 stdcall GetTextFaceA(long long ptr)
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 3956 GetTextFaceA( 4473 #define GetTextFace GetTextFaceA
|