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

  /external/icu/icu4c/source/layout/
CoverageTables.h 30 TTGlyphID glyphArray[ANY_NUMBER];
34 LE_VAR_ARRAY(CoverageFormat1Table, glyphArray)
CoverageTables.cpp 55 if (SWAPW(glyphArray[extra]) <= ttGlyphID) {
62 if (SWAPW(glyphArray[index + probe]) <= ttGlyphID) {
67 if (SWAPW(glyphArray[index]) == ttGlyphID) {
SegmentArrayProcessor.cpp 50 LEReferenceToArrayOf<TTGlyphID> glyphArray(subtableHeader, success, offset, LE_UNBOUNDED_ARRAY);
51 TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success));
SegmentArrayProcessor2.cpp 50 TTGlyphID *glyphArray = (TTGlyphID *) ((char *) subtableHeader.getAliasRAW() + offset);
51 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
ContextualSubstSubtables.h 34 const TTGlyphID *glyphArray, le_uint16 glyphCount, GlyphIterator *glyphIterator,
ContextualSubstSubtables.cpp 50 le_bool ContextualSubstitutionBase::matchGlyphIDs(const TTGlyphID *glyphArray, le_uint16 glyphCount,
68 if (glyph != SWAPW(glyphArray[match])) {
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 692 int i = glyphArray.bsearch (glyph_id);
703 glyphArray.len.set (num_glyphs);
704 if (unlikely (!c->extend (glyphArray))) return_trace (false);
706 glyphArray[i] = glyphs[i];
714 return_trace (glyphArray.sanitize (c));
718 return glyphs->has (glyphArray[index]);
723 unsigned int count = glyphArray.len;
725 glyphs->add (glyphArray[i]);
732 inline bool more (void) { return i < c->glyphArray.len; }
734 inline uint16_t get_glyph (void) { return c->glyphArray[i];
    [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/
Kerning.java 319 int[] glyphArray = input.readUnsignedShortArray(glyphCount);
320 return glyphArray;
323 IntArray glyphArray = new IntArray();
329 glyphArray.add(glyph);
332 return glyphArray.shrink();
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 551 glyphArray = [struct.unpack(codeOffsetPairFormat, data[slice(*loc)]) for loc in indexingLocations]
552 glyphIds, offsets = list(map(list, zip(*glyphArray)))

Completed in 111 milliseconds