Searched refs:glyphProps (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/usp10/ |
H A D | usp10.c | 3329 SCRIPT_GLYPHPROP *glyphProps; in ScriptShape() local 3337 if (!(glyphProps = heap_calloc(cMaxGlyphs, sizeof(*glyphProps)))) in ScriptShape() 3343 …, NULL, 0, pwcChars, cChars, cMaxGlyphs, pwLogClust, charProps, pwOutGlyphs, glyphProps, pcGlyphs); in ScriptShape() 3348 psva[i] = glyphProps[i].sva; in ScriptShape() 3352 heap_free(glyphProps); in ScriptShape() 3515 SCRIPT_GLYPHPROP *glyphProps; in ScriptPlace() local 3524 if (!(glyphProps = heap_calloc(cGlyphs, sizeof(*glyphProps)))) in ScriptPlace() 3528 glyphProps[i].sva = psva[i]; in ScriptPlace() 3530 …->eScript].scriptTag, 0, NULL, NULL, 0, NULL, NULL, NULL, 0, pwGlyphs, glyphProps, cGlyphs, piAdva… in ScriptPlace() 3532 heap_free(glyphProps); in ScriptPlace()
|