Home
last modified time | relevance | path

Searched refs:pwOutGlyphs (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/usp10/
H A Dshape.c941 pwOutGlyphs[i] = psc->sfp.wgBlank; in ContextualShape_Control()
945 pwOutGlyphs[i] = psc->sfp.wgDefault; in ContextualShape_Control()
947 pwOutGlyphs[i] = psc->sfp.wgBlank; in ContextualShape_Control()
1158 WORD newGlyph = pwOutGlyphs[glyph_index]; in ContextualShape_Arabic()
2103pwOutGlyphs[index+glyph_index->base+g_offset] = pwOutGlyphs[index+glyph_index->base+g_offset+1]; in Apply_Indic_PostBase()
2117pwOutGlyphs[index+glyph_index->base+g_offset] = pwOutGlyphs[index+glyph_index->base+g_offset+1]; in Apply_Indic_PostBase()
2317 GetGlyphIndicesW(hdc, input, cCount, pwOutGlyphs, 0); in ContextualShape_Sinhala()
2372 GetGlyphIndicesW(hdc, input, cCount, pwOutGlyphs, 0); in ContextualShape_Devanagari()
2429 GetGlyphIndicesW(hdc, input, cCount, pwOutGlyphs, 0); in ContextualShape_Bengali()
2492 GetGlyphIndicesW(hdc, input, cCount, pwOutGlyphs, 0); in ContextualShape_Gurmukhi()
[all …]
H A Dusp10.c3130 SCRIPT_CHARPROP *pCharProps, WORD *pwOutGlyphs, in ScriptShapeOpenType() argument
3214 if (!(pwOutGlyphs[g] = get_cache_glyph(psc, chInput))) in ScriptShapeOpenType()
3227 pwOutGlyphs[g] = set_cache_glyph(psc, chInput, glyph); in ScriptShapeOpenType()
3255 pwOutGlyphs[pwLogClust[i]] = ((ScriptCache *)*psc)->sfp.wgBlank; in ScriptShapeOpenType()
3269 pwOutGlyphs[i] = pwcChars[idx]; in ScriptShapeOpenType()
3279 pwOutGlyphs[i] = 0x20; in ScriptShapeOpenType()
3289 pwOutGlyphs[i] = ((ScriptCache *)*psc)->sfp.wgBlank; in ScriptShapeOpenType()
3555 int cChars, DWORD dwFlags, WORD *pwOutGlyphs) in ScriptGetCMap() argument
3561 cChars, dwFlags, pwOutGlyphs); in ScriptGetCMap()
3574 if (!(pwOutGlyphs[i] = get_cache_glyph(psc, inChar))) in ScriptGetCMap()
[all …]
H A Dusp10_internal.h260 …ptCache *psc, SCRIPT_ANALYSIS *psa, WCHAR* pwcChars, INT cChars, WORD* pwOutGlyphs, INT* pcGlyphs,…
261 …pentypeFeatures(HDC hdc, ScriptCache *psc, SCRIPT_ANALYSIS *psa, WORD* pwOutGlyphs, INT* pcGlyphs,…
/reactos/sdk/include/psdk/
H A Dusp10.h283 _Out_writes_(cChars) WORD *pwOutGlyphs);
395 _Out_writes_to_(cMaxGlyphs, *pcGlyphs) WORD *pwOutGlyphs,
/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c64 …, int cMaxGlyphs, WORD *pwLogClust, SCRIPT_CHARPROP *pCharProps, WORD *pwOutGlyphs, SCRIPT_GLYPHPR…
2221 static void test_ScriptItemIzeShapePlace(HDC hdc, unsigned short pwOutGlyphs[256]) in test_ScriptItemIzeShapePlace()
2281 memcpy(pwOutGlyphs, pwOutGlyphs1, pcGlyphs * sizeof(*pwOutGlyphs)); in test_ScriptItemIzeShapePlace()
2369 static void test_ScriptGetCMap(HDC hdc, unsigned short pwOutGlyphs[256]) in test_ScriptGetCMap()
2422 for (cnt=0; cnt < cChars && pwOutGlyphs[cnt] == pwOutGlyphs3[cnt]; cnt++) {} in test_ScriptGetCMap()
2424 cnt, pwOutGlyphs[cnt], pwOutGlyphs3[cnt]); in test_ScriptGetCMap()
4197 unsigned short pwOutGlyphs[256]; in START_TEST() local
4223 test_ScriptItemIzeShapePlace(hdc,pwOutGlyphs); in START_TEST()
4224 test_ScriptGetCMap(hdc, pwOutGlyphs); in START_TEST()