Home
last modified time | relevance | path

Searched refs:GlyphCount (Results 1 – 9 of 9) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-gsub-private.h55 HB_UShort GlyphCount; /* number of glyph IDs in member
83 HB_UShort GlyphCount; /* number of glyph IDs in the member
106 HB_UShort GlyphCount; /* number of glyph IDs in the member
178 HB_UShort GlyphCount; /* total number of input glyphs */ member
211 HB_UShort GlyphCount; /* total number of context classes */ member
252 HB_UShort GlyphCount; /* number of input glyphs */ member
448 HB_UShort GlyphCount; /* number of Glyph IDs */ member
Dharfbuzz-gsub.c207 count = ss->ssf.ssf2.GlyphCount = GET_UShort(); in Load_SingleSubst()
297 if ( index >= ss->ssf.ssf2.GlyphCount ) in Lookup_SingleSubst()
337 count = s->GlyphCount = GET_UShort(); in Load_Sequence()
497 count = ms->Sequence[index].GlyphCount; in Lookup_MultipleSubst()
538 count = as->GlyphCount = GET_UShort(); in Load_AlternateSet()
698 aset.GlyphCount, aset.Alternate, in Lookup_AlternateSubst()
1078 HB_UShort GlyphCount, in Do_ContextSubst() argument
1090 while ( i < GlyphCount ) in Do_ContextSubst()
1099 GlyphCount, nesting_level ); in Do_ContextSubst()
1146 sr->GlyphCount = GET_UShort(); in Load_SubRule()
[all …]
Dharfbuzz-open.h175 HB_UShort GlyphCount; /* number of glyphs in GlyphArray */ member
220 HB_UShort GlyphCount; /* size of the ClassValueArray */ member
Dharfbuzz-gpos-private.h440 HB_UShort GlyphCount; /* total number of input glyphs */ member
471 HB_UShort GlyphCount; /* total number of context classes */ member
511 HB_UShort GlyphCount; /* number of input glyphs */ member
Dharfbuzz-dump.c196 DUMP_FUINT (&Coverage->cf.cf1, GlyphCount); in DEF_DUMP()
198 for (i = 0; i < Coverage->cf.cf1.GlyphCount; i++) in DEF_DUMP()
236 DUMP_FUINT (ClassDefFormat1, GlyphCount ); in DEF_DUMP()
237 for (i = 0; i < ClassDefFormat1->GlyphCount; i++) in DEF_DUMP()
301 DUMP_FINT (&SingleSubst->ssf.ssf2, GlyphCount); in Dump_GSUB_Lookup_Single()
302 for (i=0; i < SingleSubst->ssf.ssf2.GlyphCount; i++) in Dump_GSUB_Lookup_Single()
Dharfbuzz-gdef.h53 HB_UShort GlyphCount; /* number of glyphs with member
Dharfbuzz-gpos.c3072 HB_UShort GlyphCount, in Do_ContextPos() argument
3084 while ( i < GlyphCount ) in Do_ContextPos()
3093 GlyphCount, nesting_level ); in Do_ContextPos()
3131 pr->GlyphCount = GET_UShort(); in Load_PosRule()
3138 count = pr->GlyphCount - 1; /* only GlyphCount - 1 elements */ in Load_PosRule()
3378 pcr->GlyphCount = GET_UShort(); in Load_PosClassRule()
3383 if ( pcr->GlyphCount > cpf2->MaxContextLength ) in Load_PosClassRule()
3384 cpf2->MaxContextLength = pcr->GlyphCount; in Load_PosClassRule()
3388 count = pcr->GlyphCount - 1; /* only GlyphCount - 1 elements */ in Load_PosClassRule()
3660 cpf3->GlyphCount = GET_UShort(); in Load_ContextPos3()
[all …]
Dharfbuzz-open.c683 count = cf1->GlyphCount = GET_UShort(); in Load_Coverage1()
823 if ( cf1->GlyphCount == 0 ) in Coverage_Index1()
827 new_max = cf1->GlyphCount - 1; in Coverage_Index1()
955 count = cdf1->GlyphCount = GET_UShort(); in Load_ClassDef1()
1175 glyphID < cdf1->StartGlyph + cdf1->GlyphCount ) in Get_Class1()
Dharfbuzz-gdef.c304 count = al->GlyphCount = GET_UShort(); in Load_AttachList()
359 count = al->GlyphCount; in Free_AttachList()