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

/external/chromium_org/third_party/icu/source/samples/layout/
H A DGDIFontInstance.cpp56 TTGlyphID *ttGlyphs = LE_NEW_ARRAY(TTGlyphID, count); local
71 ttGlyphs[out] = ttGlyph;
94 (LPCWSTR) &ttGlyphs[dyStart], dyEnd - dyStart, (INT *) &dx[dyStart]);
101 LE_DELETE_ARRAY(ttGlyphs);
/external/icu/icu4c/source/samples/layout/
H A DGDIFontInstance.cpp56 TTGlyphID *ttGlyphs = LE_NEW_ARRAY(TTGlyphID, count); local
71 ttGlyphs[out] = ttGlyph;
94 (LPCWSTR) &ttGlyphs[dyStart], dyEnd - dyStart, (INT *) &dx[dyStart]);
101 LE_DELETE_ARRAY(ttGlyphs);

Completed in 635 milliseconds