Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp1649 m_pCharProcs = m_pFontDict->GetDict(FX_BSTRC("CharProcs")); in _Load()
1686 … CPDF_Stream* pStream = (CPDF_Stream*)(m_pCharProcs ? m_pCharProcs->GetElementValue(name) : NULL); in LoadChar()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h482 CPDF_Dictionary* m_pCharProcs; variable