Home
last modified time | relevance | path

Searched defs:piAdvance (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/usp10/
H A Dusp10.c696 int* piAdvance; member
2090 int *piAdvance = heap_calloc(numGlyphs, sizeof(*piAdvance)); in ScriptStringAnalyse() local
2618 static inline int get_glyph_cluster_advance(const int* piAdvance, const SCRIPT_VISATTR *pva, const … in get_glyph_cluster_advance()
2656 const int *piAdvance, in ScriptCPtoX()
2793 static inline int get_cluster_advance(const int* piAdvance, in get_cluster_advance()
2859 const int *piAdvance, in ScriptXtoCP()
3393 int cGlyphs, int *piAdvance, in ScriptPlaceOpenType()
3512 SCRIPT_ANALYSIS *psa, int *piAdvance, GOFFSET *pGoffset, ABC *pABC ) in ScriptPlace()
3597 int iReserved, const WORD *pwGlyphs, int cGlyphs, const int *piAdvance, in ScriptTextOut()
H A Dshape.c3429 …Cache *psc, SCRIPT_ANALYSIS *psa, const WORD* pwGlyphs, INT cGlyphs, int *piAdvance, GOFFSET *pGof… in SHAPE_ApplyOpenTypePositions()
H A Dopentype.c2383 …const LOGFONTW *lplogfont, const SCRIPT_ANALYSIS *analysis, int *piAdvance, const OT_LookupList *l… in GPOS_apply_lookup()
/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c2242 int piAdvance[256]; in test_ScriptItemIzeShapePlace() local
2708 int piAdvance[256]; in test_ScriptTextOut() local
2795 int piAdvance[256]; in test_ScriptTextOut2() local
2861 int piAdvance[256]; in test_ScriptTextOut3() local
2903 …S *psa, int cChars, int cGlyphs, const int* offsets, const WORD *pwLogClust, const int* piAdvance ) in _test_item_ScriptXtoX()
2975 …S *psa, int cChars, int cGlyphs, const int* offsets, const WORD *pwLogClust, const int* piAdvance ) in _test_caret_item_ScriptXtoCP()
3047 int piAdvance[10] = {201, 190, 210, 180, 170, 204, 189, 195, 212, 203}; in test_ScriptXtoX() local