Searched refs:first_glyph (Results 1 – 2 of 2) sorted by relevance
136 for first_glyph in ligatures:137 for ligature in ligatures[first_glyph]:138 sequence = [first_glyph] + ligature.Component
69 const hb_codepoint_t* first_glyph, in harfbuzzGetGlyphHorizontalAdvances() argument76 const hb_codepoint_t* glyph = first_glyph; in harfbuzzGetGlyphHorizontalAdvances()