Home
last modified time | relevance | path

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

/frameworks/base/tools/fonts/
Dfontchain_linter.py154 for first_glyph in ligatures:
155 for ligature in ligatures[first_glyph]:
156 sequence = [first_glyph] + ligature.Component
/frameworks/minikin/libs/minikin/
DLayoutCore.cpp74 const hb_codepoint_t* first_glyph, in harfbuzzGetGlyphHorizontalAdvances() argument
81 const hb_codepoint_t* glyph = first_glyph; in harfbuzzGetGlyphHorizontalAdvances()