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

  /external/harfbuzz/src/
harfbuzz-gsub-private.h 55 HB_UShort GlyphCount; /* number of glyph IDs in
83 HB_UShort GlyphCount; /* number of glyph IDs in the
106 HB_UShort GlyphCount; /* number of glyph IDs in the
178 HB_UShort GlyphCount; /* total number of input glyphs */
211 HB_UShort GlyphCount; /* total number of context classes */
252 HB_UShort GlyphCount; /* number of input glyphs */
448 HB_UShort GlyphCount; /* number of Glyph IDs */
harfbuzz-open.h 175 HB_UShort GlyphCount; /* number of glyphs in GlyphArray */
220 HB_UShort GlyphCount; /* size of the ClassValueArray */
harfbuzz-gdef.h 53 HB_UShort GlyphCount; /* number of glyphs with
harfbuzz-gpos-private.h 440 HB_UShort GlyphCount; /* total number of input glyphs */
471 HB_UShort GlyphCount; /* total number of context classes */
511 HB_UShort GlyphCount; /* number of input glyphs */
harfbuzz-gsub.c 207 count = ss->ssf.ssf2.GlyphCount = GET_UShort();
297 if ( index >= ss->ssf.ssf2.GlyphCount )
337 count = s->GlyphCount = GET_UShort();
497 count = ms->Sequence[index].GlyphCount;
538 count = as->GlyphCount = GET_UShort();
698 aset.GlyphCount, aset.Alternate,
1078 HB_UShort GlyphCount,
1090 while ( i < GlyphCount )
1099 GlyphCount, nesting_level );
1146 sr->GlyphCount = GET_UShort()
    [all...]
harfbuzz-dump.c 196 DUMP_FUINT (&Coverage->cf.cf1, GlyphCount);
198 for (i = 0; i < Coverage->cf.cf1.GlyphCount; i++)
236 DUMP_FUINT (ClassDefFormat1, GlyphCount );
237 for (i = 0; i < ClassDefFormat1->GlyphCount; i++)
301 DUMP_FINT (&SingleSubst->ssf.ssf2, GlyphCount);
302 for (i=0; i < SingleSubst->ssf.ssf2.GlyphCount; i++)
harfbuzz-gpos.c     [all...]
harfbuzz-open.c 683 count = cf1->GlyphCount = GET_UShort();
823 if ( cf1->GlyphCount == 0 )
827 new_max = cf1->GlyphCount - 1;
955 count = cdf1->GlyphCount = GET_UShort();
1175 glyphID < cdf1->StartGlyph + cdf1->GlyphCount )
harfbuzz-gdef.c 304 count = al->GlyphCount = GET_UShort();
359 count = al->GlyphCount;
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h 55 HB_UShort GlyphCount; /* number of glyph IDs in
83 HB_UShort GlyphCount; /* number of glyph IDs in the
106 HB_UShort GlyphCount; /* number of glyph IDs in the
178 HB_UShort GlyphCount; /* total number of input glyphs */
211 HB_UShort GlyphCount; /* total number of context classes */
252 HB_UShort GlyphCount; /* number of input glyphs */
448 HB_UShort GlyphCount; /* number of Glyph IDs */
harfbuzz-open.h 175 HB_UShort GlyphCount; /* number of glyphs in GlyphArray */
220 HB_UShort GlyphCount; /* size of the ClassValueArray */
harfbuzz-gdef.h 53 HB_UShort GlyphCount; /* number of glyphs with
harfbuzz-gpos-private.h 440 HB_UShort GlyphCount; /* total number of input glyphs */
471 HB_UShort GlyphCount; /* total number of context classes */
511 HB_UShort GlyphCount; /* number of input glyphs */
harfbuzz-gsub.c 207 count = ss->ssf.ssf2.GlyphCount = GET_UShort();
297 if ( index >= ss->ssf.ssf2.GlyphCount )
337 count = s->GlyphCount = GET_UShort();
497 count = ms->Sequence[index].GlyphCount;
538 count = as->GlyphCount = GET_UShort();
698 aset.GlyphCount, aset.Alternate,
1078 HB_UShort GlyphCount,
1090 while ( i < GlyphCount )
1099 GlyphCount, nesting_level );
1146 sr->GlyphCount = GET_UShort()
    [all...]
harfbuzz-gpos.c     [all...]
harfbuzz-open.c 683 count = cf1->GlyphCount = GET_UShort();
823 if ( cf1->GlyphCount == 0 )
827 new_max = cf1->GlyphCount - 1;
955 count = cdf1->GlyphCount = GET_UShort();
1175 glyphID < cdf1->StartGlyph + cdf1->GlyphCount )
harfbuzz-gdef.c 304 count = al->GlyphCount = GET_UShort();
359 count = al->GlyphCount;

Completed in 94 milliseconds