Searched refs:mFontIndices (Results 1 – 2 of 2) sorted by relevance
46 const std::vector<uint8_t>& fontIndices() const { return mFontIndices; } in fontIndices()57 const FakedFont& fontAt(int glyphPos) const { return mFonts[mFontIndices[glyphPos]]; } in fontAt()63 return sizeof(uint8_t) * mFontIndices.size() + sizeof(uint32_t) * mGlyphIds.size() + in getMemoryUsage()73 std::vector<uint8_t> mFontIndices; // per glyph variable
289 mFontIndices.reserve(count); in LayoutPiece()453 mFontIndices.push_back(font_ix); in LayoutPiece()482 mFontIndices.shrink_to_fit(); in LayoutPiece()