Home
last modified time | relevance | path

Searched refs:markbase (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-dump.c619 HB_MarkBasePos *markbase = &subtable->st.gpos.markbase; in Dump_GPOS_Lookup_Markbase() local
621 DUMP_FUINT (markbase, PosFormat); in Dump_GPOS_Lookup_Markbase()
622 RECURSE (Coverage, Coverage, &markbase->MarkCoverage); in Dump_GPOS_Lookup_Markbase()
623 RECURSE (Coverage, Coverage, &markbase->BaseCoverage); in Dump_GPOS_Lookup_Markbase()
624 DUMP_FUINT (markbase, ClassCount); in Dump_GPOS_Lookup_Markbase()
625 RECURSE (MarkArray, MarkArray, &markbase->MarkArray); in Dump_GPOS_Lookup_Markbase()
630 DUMP_FUINT (&markbase->BaseArray, BaseCount); in Dump_GPOS_Lookup_Markbase()
631 for (i = 0; i < markbase->BaseArray.BaseCount; i++) in Dump_GPOS_Lookup_Markbase()
634 HB_BaseRecord *r = &markbase->BaseArray.BaseRecord[i]; in Dump_GPOS_Lookup_Markbase()
636 for (j = 0; j < markbase->ClassCount; j++) in Dump_GPOS_Lookup_Markbase()
Dharfbuzz-gpos-private.h703 HB_MarkBasePos markbase; member
Dharfbuzz-gpos.c2123 HB_MarkBasePos* mbp = &st->markbase; in Load_MarkBasePos()
2203 HB_MarkBasePos* mbp = &st->markbase; in Free_MarkBasePos()
2223 HB_MarkBasePos* mbp = &st->markbase; in Lookup_MarkBasePos()