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

  /external/pdfium/core/fpdfapi/font/
cpdf_font.cpp 53 : m_pFontFile(nullptr),
63 if (m_pFontFile) {
65 m_pFontFile->GetStream()->AsStream());
215 m_pFontFile = m_pDocument->LoadFontFile(pFontFile);
216 if (!m_pFontFile)
219 const uint8_t* pFontData = m_pFontFile->GetData();
220 uint32_t dwFontSize = m_pFontFile->GetSize();
223 m_pFontFile->GetStream()->AsStream());
224 m_pFontFile = nullptr;
425 if (m_pFontFile)
    [all...]
cpdf_font.h 65 bool IsEmbedded() const { return IsType3Font() || m_pFontFile != nullptr; }
104 CPDF_StreamAcc* m_pFontFile;
cpdf_simplefont.cpp 45 if (!m_pFontFile && charcode != 32) {
129 if (m_pFontFile) {
138 LoadPDFEncoding(pEncoding, m_BaseEncoding, &m_CharNames, !!m_pFontFile,
150 if (m_GlyphIndex[i] != 0xffff && m_pFontFile)
cpdf_truetypefont.cpp 42 if (m_pFontFile && m_Font.GetFace()->num_charmaps > 0 &&
103 m_pFontFile ? FXFT_Get_Char_Index(m_Font.GetFace(), charcode) : -1;
197 if (m_pFontFile || bFound)
204 if (m_pFontFile) {
cpdf_cidfont.cpp 357 bool bPromptCJK = m_pFontFile && m_bType1;
379 bool bPromptCJK = !m_pFontFile && (m_pCMap->m_Coding == CIDCODING_CID ||
396 if (m_pFontFile || (GetSubstFont()->m_SubstFlags & FXFONT_SUBST_EXACT)) {
404 if (m_pFontFile)
480 if (!m_pFontFile && m_Charset == CIDSET_JAPAN1) {
604 if (!m_pFontFile && !m_pStreamAcc) {
715 if (m_pFontFile && !m_pCMap->m_pMapping)
842 if (m_Charset != CIDSET_JAPAN1 || m_pFontFile)

Completed in 496 milliseconds