Home
last modified time | relevance | path

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

/external/icu4c/layout/
DLEGlyphStorage.cpp65 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCod… in allocateGlyphArray() argument
71 if (initialGlyphCount <= 0) { in allocateGlyphArray()
77 fGlyphCount = initialGlyphCount; in allocateGlyphArray()
DLEGlyphStorage.h231 void allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success);
/external/harfbuzz/src/
Dharfbuzz-shaper.h275 …hb_uint32 initialGlyphCount; /* input: if glyphIndicesPresent is true, the number of gl… member
Dharfbuzz-shaper.cpp563 shaper_item->num_glyphs = shaper_item->initialGlyphCount; in HB_ConvertStringToGlyphIndices()
/external/harfbuzz/tests/shaping/
Dmain.cpp237 shaper_item.initialGlyphCount = 0; in shaping()