Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_type3font.cpp127 auto pNewChar = pdfium::MakeUnique<CPDF_Type3Char>(); in LoadChar() local
135 pForm->ParseContentForType3Char(pNewChar.get()); in LoadChar()
141 pNewChar->Transform(pForm.get(), m_FontMatrix); in LoadChar()
143 pNewChar->SetForm(std::move(pForm)); in LoadChar()
145 CPDF_Type3Char* pCachedChar = pNewChar.get(); in LoadChar()
146 m_CacheMap[charcode] = std::move(pNewChar); in LoadChar()