HomeSort by relevance Sort by last modified time
    Searched refs:initialGlyphCount (Results 1 - 5 of 5) sorted by null

  /external/icu4c/layout/
LEGlyphStorage.h 224 * @param initialGlyphCount the initial size of the glyph and char indices arrays.
231 void allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success);
LEGlyphStorage.cpp 65 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success)
71 if (initialGlyphCount <= 0) {
77 fGlyphCount = initialGlyphCount;
  /external/harfbuzz/src/
harfbuzz-shaper.h 275 hb_uint32 initialGlyphCount; /* input: if glyphIndicesPresent is true, the number of glyph indices in the <glyphs> array */
harfbuzz-shaper.cpp 563 shaper_item->num_glyphs = shaper_item->initialGlyphCount;
    [all...]
  /external/harfbuzz/tests/shaping/
main.cpp 237 shaper_item.initialGlyphCount = 0;

Completed in 1070 milliseconds