Home
last modified time | relevance | path

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

/frameworks/base/tools/fonts/
Dfontchain_linter.py136 for first_glyph in ligatures:
137 for ligature in ligatures[first_glyph]:
138 sequence = [first_glyph] + ligature.Component
/frameworks/minikin/libs/minikin/
DLayoutCore.cpp69 const hb_codepoint_t* first_glyph, in harfbuzzGetGlyphHorizontalAdvances() argument
76 const hb_codepoint_t* glyph = first_glyph; in harfbuzzGetGlyphHorizontalAdvances()