Searched refs:mFontIndices (Results 1 – 2 of 2) sorted by relevance
51 const std::vector<uint8_t>& fontIndices() const { return mFontIndices; } in fontIndices()62 const FakedFont& fontAt(int glyphPos) const { return mFonts[mFontIndices[glyphPos]]; } in fontAt()67 return sizeof(uint8_t) * mFontIndices.size() + sizeof(uint32_t) * mGlyphIds.size() + in getMemoryUsage()75 std::vector<uint8_t> mFontIndices; // per glyph variable
353 mFontIndices.reserve(count); in LayoutPiece()508 mFontIndices.push_back(font_ix); in LayoutPiece()549 mFontIndices.shrink_to_fit(); in LayoutPiece()