Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_type3font.cpp108 auto pNewChar = in LoadChar() local
118 pNewChar->form()->ParseContentWithParams(nullptr, nullptr, pNewChar.get(), 0); in LoadChar()
124 pNewChar->Transform(m_FontMatrix); in LoadChar()
125 m_CacheMap[charcode] = std::move(pNewChar); in LoadChar()