Searched refs:SubstFormat (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz/src/ |
D | harfbuzz-gsub-private.h | 71 HB_Byte SubstFormat; /* 1 or 2 */ member 94 HB_UShort SubstFormat; /* always 1 */ member 117 HB_UShort SubstFormat; /* always 1 */ member 151 HB_UShort SubstFormat; /* always 1 */ member 268 HB_Byte SubstFormat; /* 1, 2, or 3 */ member 417 HB_Byte SubstFormat; /* 1, 2, or 3 */ member 428 HB_UShort SubstFormat; /* always 1 */ 445 HB_UShort SubstFormat; /* always 1 */ member
|
D | harfbuzz-dump.c | 290 DUMP_FUINT (SingleSubst, SubstFormat); in Dump_GSUB_Lookup_Single() 293 if (SingleSubst->SubstFormat == 1) in Dump_GSUB_Lookup_Single() 336 DUMP_FUINT (LigatureSubst, SubstFormat); in Dump_GSUB_Lookup_Ligature() 374 DUMP_FUINT (ContextSubst, SubstFormat); in Dump_GSUB_Lookup_Context() 375 switch( ContextSubst->SubstFormat ) in Dump_GSUB_Lookup_Context() 440 DUMP_FUINT (chain, SubstFormat); in Dump_GSUB_Lookup_Chain() 441 switch (chain->SubstFormat) in Dump_GSUB_Lookup_Chain()
|
D | harfbuzz-gsub.c | 180 ss->SubstFormat = GET_UShort(); in Load_SingleSubst() 191 switch ( ss->SubstFormat ) in Load_SingleSubst() 247 switch ( ss->SubstFormat ) in Free_SingleSubst() 288 switch ( ss->SubstFormat ) in Lookup_SingleSubst() 391 ms->SubstFormat = GET_UShort(); /* should be 1 */ in Load_MultipleSubst() 589 as->SubstFormat = GET_UShort(); /* should be 1 */ in Load_AlternateSubst() 866 ls->SubstFormat = GET_UShort(); /* should be 1 */ in Load_LigatureSubst() 1774 cs->SubstFormat = GET_UShort(); in Load_ContextSubst() 1778 switch ( cs->SubstFormat ) in Load_ContextSubst() 1794 switch ( cs->SubstFormat ) in Free_ContextSubst() [all …]
|
/external/harfbuzz_ng/src/hb-old/ |
D | harfbuzz-gsub-private.h | 71 HB_Byte SubstFormat; /* 1 or 2 */ member 94 HB_UShort SubstFormat; /* always 1 */ member 117 HB_UShort SubstFormat; /* always 1 */ member 151 HB_UShort SubstFormat; /* always 1 */ member 268 HB_Byte SubstFormat; /* 1, 2, or 3 */ member 417 HB_Byte SubstFormat; /* 1, 2, or 3 */ member 428 HB_UShort SubstFormat; /* always 1 */ 445 HB_UShort SubstFormat; /* always 1 */ member
|
D | harfbuzz-gsub.c | 180 ss->SubstFormat = GET_UShort(); in Load_SingleSubst() 191 switch ( ss->SubstFormat ) in Load_SingleSubst() 247 switch ( ss->SubstFormat ) in Free_SingleSubst() 288 switch ( ss->SubstFormat ) in Lookup_SingleSubst() 391 ms->SubstFormat = GET_UShort(); /* should be 1 */ in Load_MultipleSubst() 589 as->SubstFormat = GET_UShort(); /* should be 1 */ in Load_AlternateSubst() 866 ls->SubstFormat = GET_UShort(); /* should be 1 */ in Load_LigatureSubst() 1774 cs->SubstFormat = GET_UShort(); in Load_ContextSubst() 1778 switch ( cs->SubstFormat ) in Load_ContextSubst() 1794 switch ( cs->SubstFormat ) in Free_ContextSubst() [all …]
|