Home
last modified time | relevance | path

Searched refs:HB_Anchor (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-gpos-private.h148 typedef struct HB_Anchor_ HB_Anchor; typedef
154 HB_Anchor MarkAnchor; /* anchor table */
292 HB_Anchor EntryAnchor; /* entry Anchor table */
293 HB_Anchor ExitAnchor; /* exit Anchor table */
316 HB_Anchor* BaseAnchor; /* array of base glyph anchor
349 HB_Anchor* LigatureAnchor; /* array of ligature glyph anchor
395 HB_Anchor* Mark2Anchor; /* array of mark glyph anchor
Dharfbuzz-gpos.c575 static HB_Error Load_Anchor( HB_Anchor* an, in Load_Anchor()
704 static void Free_Anchor( HB_Anchor* an) in Free_Anchor()
716 HB_Anchor* an, in Get_Anchor()
2027 HB_Anchor *ban, *bans; in Load_BaseArray()
2048 if ( ALLOC_ARRAY( bans, count * num_classes, HB_Anchor ) ) in Load_BaseArray()
2096 HB_Anchor *bans; in Free_BaseArray()
2228 HB_Anchor* mark_anchor; in Lookup_MarkBasePos()
2229 HB_Anchor* base_anchor; in Lookup_MarkBasePos()
2342 HB_Anchor* lan; in Load_LigatureAttach()
2365 if ( ALLOC_ARRAY( cr[m].LigatureAnchor, num_classes, HB_Anchor ) ) in Load_LigatureAttach()
[all …]