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 54 : m_pFontFile(nullptr),
64 if (m_pFontFile) {
68 m_pFontFile->GetStream()->AsStream());
219 m_pFontFile = m_pDocument->LoadFontFile(pFontFile);
220 if (!m_pFontFile)
223 const uint8_t* pFontData = m_pFontFile->GetData();
224 uint32_t dwFontSize = m_pFontFile->GetSize();
227 m_pFontFile->GetStream()->AsStream());
228 m_pFontFile = nullptr;
429 if (m_pFontFile)
    [all...]
cpdf_font.h 69 bool IsEmbedded() const { return IsType3Font() || m_pFontFile != nullptr; }
115 RetainPtr<CPDF_StreamAcc> m_pFontFile;
cpdf_simplefont.cpp 47 if (!m_pFontFile && charcode != 32) {
131 if (m_pFontFile) {
140 LoadPDFEncoding(pEncoding, m_BaseEncoding, &m_CharNames, !!m_pFontFile,
152 if (m_GlyphIndex[i] != 0xffff && m_pFontFile)
cpdf_truetypefont.cpp 41 if (m_pFontFile && m_Font.GetFace()->num_charmaps > 0 &&
99 m_pFontFile ? FXFT_Get_Char_Index(m_Font.GetFace(), charcode) : -1;
188 if (m_pFontFile || bFound)
195 if (m_pFontFile) {
cpdf_cidfont.cpp 371 bool bPromptCJK = m_pFontFile && m_bType1;
393 bool bPromptCJK = !m_pFontFile && (m_pCMap->GetCoding() == CIDCODING_CID ||
410 if (m_pFontFile) {
418 if (m_pFontFile)
498 if (!m_pFontFile && m_Charset == CIDSET_JAPAN1) {
620 if (!m_pFontFile && !m_pStreamAcc) {
730 if (m_pFontFile && m_pCMap->IsDirectCharcodeToCIDTableIsEmpty())
863 if (m_Charset != CIDSET_JAPAN1 || m_pFontFile)

Completed in 1384 milliseconds