Home
last modified time | relevance | path

Searched refs:SubTable (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-open.c500 l->SubTable = NULL; in Load_Lookup()
502 if ( ALLOC_ARRAY( l->SubTable, count, HB_SubTable ) ) in Load_Lookup()
505 st = l->SubTable; in Load_Lookup()
549 FREE( l->SubTable ); in Load_Lookup()
562 if ( l->SubTable ) in Free_Lookup()
565 st = l->SubTable; in Free_Lookup()
Dharfbuzz-open.h134 HB_SubTable* SubTable; /* array of SubTables */ member
Dharfbuzz-dump.c728 (*lookup_func) (&Lookup->SubTable[i], stream, indent + 1, hb_type); in DEF_DUMP()
Dharfbuzz-gsub.c4045 HB_GSUB_SubTable *st = &lo->SubTable[i].st.gsub; in GSUB_Do_Glyph_Lookup()
Dharfbuzz-gpos.c5795 HB_GPOS_SubTable *st = &lo->SubTable[i].st.gpos; in GPOS_Do_Glyph_Lookup()