Lines Matching refs:LookupList
146 ( 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()
5785 lookup_count = gpos->LookupList.LookupCount; in GPOS_Do_Glyph_Lookup()
5789 lo = &gpos->LookupList.Lookup[lookup_index]; in GPOS_Do_Glyph_Lookup()
5878 HB_UInt* properties = gpos->LookupList.Properties; in GPOS_Do_String_Lookup()
5967 properties = gpos->LookupList.Properties; in HB_GPOS_Add_Feature()
5971 lookup_count = gpos->LookupList.LookupCount; in HB_GPOS_Add_Feature()
5997 properties = gpos->LookupList.Properties; in HB_GPOS_Clear_Features()
5999 for ( i = 0; i < gpos->LookupList.LookupCount; i++ ) in HB_GPOS_Clear_Features()
6047 lookup_count = gpos->LookupList.LookupCount; in HB_GPOS_Apply_String()