Home
last modified time | relevance | path

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

/external/harfbuzz/src/
Dharfbuzz-dump.c733 DEF_DUMP (LookupList) in DEF_DUMP() argument
737 DUMP_FUINT (LookupList, LookupCount); in DEF_DUMP()
739 for (i=0; i < LookupList->LookupCount; i++) in DEF_DUMP()
740 RECURSE_NUM (Lookup, i, Lookup, &LookupList->Lookup[i]); in DEF_DUMP()
753 RECURSE (LookupList, LookupList, &gsub->LookupList); in HB_Dump_GSUB_Table()
766 RECURSE (LookupList, LookupList, &gpos->LookupList); in HB_Dump_GPOS_Table()
Dharfbuzz-gpos.h72 HB_LookupList LookupList; member
Dharfbuzz-gsub.h81 HB_LookupList LookupList; member
Dharfbuzz-gsub.c110 ( error = _HB_OPEN_Load_LookupList( &gsub->LookupList, in HB_Load_GSUB_Table()
117 gsub->LookupList.Lookup, in HB_Load_GSUB_Table()
118 gsub->LookupList.LookupCount ) ) ) in HB_Load_GSUB_Table()
126 _HB_OPEN_Free_LookupList( &gsub->LookupList, HB_Type_GSUB ); in HB_Load_GSUB_Table()
144 _HB_OPEN_Free_LookupList( &gsub->LookupList, HB_Type_GSUB ); in HB_Done_GSUB_Table()
4035 lookup_count = gsub->LookupList.LookupCount; in GSUB_Do_Glyph_Lookup()
4039 lo = &gsub->LookupList.Lookup[lookup_index]; in GSUB_Do_Glyph_Lookup()
4124 HB_UInt* properties = gsub->LookupList.Properties; in GSUB_Do_String_Lookup()
4125 int lookup_type = gsub->LookupList.Lookup[lookup_index].LookupType; in GSUB_Do_String_Lookup()
4227 properties = gsub->LookupList.Properties; in HB_GSUB_Add_Feature()
[all …]
Dharfbuzz-gpos.c146 ( error = _HB_OPEN_Load_LookupList( &gpos->LookupList, in HB_Load_GPOS_Table()
153 gpos->LookupList.Lookup, in HB_Load_GPOS_Table()
154 gpos->LookupList.LookupCount ) ) ) in HB_Load_GPOS_Table()
162 _HB_OPEN_Free_LookupList( &gpos->LookupList, HB_Type_GPOS ); in HB_Load_GPOS_Table()
179 _HB_OPEN_Free_LookupList( &gpos->LookupList, HB_Type_GPOS ); in HB_Done_GPOS_Table()
5788 lookup_count = gpos->LookupList.LookupCount; in GPOS_Do_Glyph_Lookup()
5792 lo = &gpos->LookupList.Lookup[lookup_index]; in GPOS_Do_Glyph_Lookup()
5881 HB_UInt* properties = gpos->LookupList.Properties; in GPOS_Do_String_Lookup()
5970 properties = gpos->LookupList.Properties; in HB_GPOS_Add_Feature()
5974 lookup_count = gpos->LookupList.LookupCount; in HB_GPOS_Add_Feature()
[all …]