Home
last modified time | relevance | path

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

/reactos/dll/win32/usp10/
H A Dusp10.c3185 WCHAR *rChars; in ScriptShapeOpenType() local
3188 if (!(rChars = heap_calloc(cChars, sizeof(*rChars)))) in ScriptShapeOpenType()
3206 rChars[i] = chInput; in ScriptShapeOpenType()
3210 rChars[i] = pwcChars[idx]; in ScriptShapeOpenType()
3211 rChars[i+1] = pwcChars[(rtl)?idx-1:idx+1]; in ScriptShapeOpenType()
3219 heap_free(rChars); in ScriptShapeOpenType()
3224 heap_free(rChars); in ScriptShapeOpenType()
3242 …SHAPE_ContextualShaping(hdc, (ScriptCache *)*psc, psa, rChars, cChars, pwOutGlyphs, pcGlyphs, cMax… in ScriptShapeOpenType()
3259 heap_free(rChars); in ScriptShapeOpenType()