Home
last modified time | relevance | path

Searched refs:GdiGetCodePage (Results 1 – 9 of 9) sorted by relevance

/reactos/win32ss/user/user32/windows/
H A Dfont.c32 DWORD WINAPI GdiGetCodePage(HDC hdc);
169 UINT cp = GdiGetCodePage( hDC ); // CP_ACP in TabbedTextOutA()
213 UINT cp = GdiGetCodePage( hDC ); // CP_ACP in GetTabbedTextExtentA()
314 cp = GdiGetCodePage( hdc ); in DrawTextExA()
/reactos/win32ss/gdi/gdi32/objects/
H A Dtext.c140 GdiGetCodePage( in GdiGetCodePage() function
H A Dfont.c126 UINT cp = GdiGetCodePage( hdc ); in FONT_mbtowc()
155 switch (GdiGetCodePage(hdc)) in FONT_GetCharsByRangeA()
/reactos/win32ss/gdi/gdi32/
H A Dgdi32.spec289 289 stdcall GdiGetCodePage(long)
/reactos/win32ss/gdi/gdi32/include/
H A Dgdi32p.h366 DWORD WINAPI GdiGetCodePage(HDC);
/reactos/modules/rostests/winetests/user32/
H A Dedit.c1440 switch (GdiGetCodePage(dc)) { in is_cjk_charset()
/reactos/modules/rostests/winetests/comctl32/
H A Dedit.c1513 switch (GdiGetCodePage(dc)) { in is_cjk()
/reactos/sdk/include/psdk/
H A Dwingdi.h3438 DWORD WINAPI GdiGetCodePage(HDC);
/reactos/dll/win32/comctl32/
H A Dedit.c2757 switch (GdiGetCodePage(dc)) { in is_cjk()