Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp62 TTGlyphID *ttGlyphs = LE_NEW_ARRAY(TTGlyphID, count); in drawGlyphs() local
77 ttGlyphs[out] = ttGlyph; in drawGlyphs()
100 (LPCWSTR) &ttGlyphs[dyStart], dyEnd - dyStart, (INT *) &dx[dyStart]); in drawGlyphs()
107 LE_DELETE_ARRAY(ttGlyphs); in drawGlyphs()