Searched refs:first_glyph (Results 1 – 2 of 2) sorted by relevance
154 for first_glyph in ligatures:155 for ligature in ligatures[first_glyph]:156 sequence = [first_glyph] + ligature.Component
74 const hb_codepoint_t* first_glyph, in harfbuzzGetGlyphHorizontalAdvances() argument81 const hb_codepoint_t* glyph = first_glyph; in harfbuzzGetGlyphHorizontalAdvances()