Searched refs:getFontRef (Results 1 – 6 of 6) sorted by relevance
52 result.push_back(family->getFontRef(i)); in buildFontSetLocked()
271 fonts.emplace_back(fontFamily->getFontRef(i)); in writeVector()
113 std::shared_ptr<minikin::Font> font = family->family->getFontRef(index); in FontFamily_getFont()
70 const std::shared_ptr<Font>& getFontRef(size_t index) const { return mFonts[index]; } in getFontRef() function
134 const std::shared_ptr<Font>& getFontRef(int i) const { return mGlyphs[i].font.font; } in getFontRef() function
174 std::shared_ptr<minikin::Font> fontRef = layout->layout.getFontRef(i); in TextShaper_Result_getFont()