Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLayout.cpp600 std::vector<HbFontUniquePtr> hbFonts; in doLayoutRun() local
612 if (hbFonts.size() == font_ix) { // findOrPushBackFace push backed the new face. in doLayoutRun()
619 hbFonts.push_back(std::move(font)); in doLayoutRun()
621 const HbFontUniquePtr& hbFont = hbFonts[font_ix]; in doLayoutRun()