HomeSort by relevance Sort by last modified time
    Searched refs:m_SubstFonts (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fgas/font/
cfgas_gefont.cpp 379 for (size_t i = 0; i < m_SubstFonts.size(); ++i) {
380 if (m_SubstFonts[i] == it->second) {
402 m_SubstFonts.push_back(pFont);
409 return (iGlyphIndex | (m_SubstFonts.size() << 24));
424 return m_SubstFonts[iGlyphIndex - 1];
cfgas_gefont.h 114 std::vector<CFX_RetainPtr<CFGAS_GEFont>> m_SubstFonts;

Completed in 1540 milliseconds