Searched refs:ciACP (Results 1 – 11 of 11) sorted by relevance
/reactos/win32ss/gdi/gdi32/wine/mfdrv/ |
H A D | text.c | 89 cp = csi.ciACP; in MFDRV_ExtTextOut()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | font.c | 1601 if (csi.ciACP != CP_SYMBOL && !GetCPInfo(csi.ciACP, &cpi)) in GetKerningPairsA() 1603 DPRINT1("Can't find codepage %u info\n", csi.ciACP); in GetKerningPairsA() 1606 DPRINT("charset %d => codepage %u\n", charset, csi.ciACP); in GetKerningPairsA() 1624 if (!WideCharToMultiByte(csi.ciACP, 0, &kern_pairW[i].wFirst, 1, &first, 1, NULL, NULL)) in GetKerningPairsA() 1627 if (!WideCharToMultiByte(csi.ciACP, 0, &kern_pairW[i].wSecond, 1, &second, 1, NULL, NULL)) in GetKerningPairsA() 2202 while (index < MAXTCIINDEX && PtrToUlong(lpSrc) != FONT_tci[index].ciACP) index++; in TranslateCharsetInfo() 2224 index,FONT_tci[index].ciCharset,FONT_tci[index].ciACP,FONT_tci[index].fs.fsCsb[0]); in TranslateCharsetInfo()
|
/reactos/win32ss/user/ntuser/ |
H A D | kbdlayout.c | 416 pKl->CodePage = (USHORT)cs.ciACP; in co_UserLoadKbdLayout()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | freetype.c | 484 if (g_FontTci[i].ciACP == 0) in IntCharSetFromCodePage() 487 if (g_FontTci[i].ciACP == uCodePage) in IntCharSetFromCodePage() 2728 while (Index < MAXTCIINDEX && *Src != g_FontTci[Index].ciACP) in IntTranslateCharsetInfo() 5186 DPRINT("CharSet %u CodePage %u\n", csi.ciCharset, csi.ciACP); in ftGdiGetTextCharsetInfo() 5187 return (MAKELONG(csi.ciACP, csi.ciCharset)); in ftGdiGetTextCharsetInfo()
|
/reactos/dll/win32/mlang/ |
H A D | mlang.c | 3455 cs.ciACP); in fnIMLangFontLink2_CodePagesToCodePage() 3456 *codepage = cs.ciACP; in fnIMLangFontLink2_CodePagesToCodePage()
|
/reactos/dll/win32/imm32/ |
H A D | ime.c | 301 uCodePage = ci.ciACP; in Imm32LoadImeDpi()
|
/reactos/dll/win32/riched20/ |
H A D | reader.c | 545 return csi.ciACP; in RTFCharSetToCodePage()
|
/reactos/win32ss/gdi/gdi32/wine/ |
H A D | metadc.c | 918 cp = csi.ciACP; in METADC_ExtTextOut()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | font.c | 2545 ok(csi.ciACP == code_page, "expected %d, got %d\n", code_page, csi.ciACP); in get_glyph_indices() 6726 if (IsDBCSLeadByteEx(ci.ciACP, chr)) { in test_bitmap_font_glyph_index() 6727 skip("High-ascii character is not defined in codepage %d\n", ci.ciACP); in test_bitmap_font_glyph_index()
|
H A D | generated.c | 426 TEST_FIELD_SIZE (CHARSETINFO, ciACP, 4) in test_pack_CHARSETINFO() 427 TEST_FIELD_ALIGN (CHARSETINFO, ciACP, 4) in test_pack_CHARSETINFO() 428 TEST_FIELD_OFFSET(CHARSETINFO, ciACP, 4) in test_pack_CHARSETINFO() 6949 TEST_FIELD_SIZE (CHARSETINFO, ciACP, 4) in test_pack_CHARSETINFO() 6950 TEST_FIELD_ALIGN (CHARSETINFO, ciACP, 4) in test_pack_CHARSETINFO() 6951 TEST_FIELD_OFFSET(CHARSETINFO, ciACP, 4) in test_pack_CHARSETINFO()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 1547 UINT ciACP; member
|