Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLayout.cpp796 hb_codepoint_t glyph_ix = info[i].codepoint; in doLayoutRun() local
800 LayoutGlyph glyph = {font_ix, glyph_ix, x + xoff, y + yoff}; in doLayoutRun()
807 ctx->paint.font->GetBounds(&glyphBounds, glyph_ix, ctx->paint); in doLayoutRun()