Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp366 CPDF_Stream* pStream = m_pFontDict->GetStream(FX_BSTRC("ToUnicode")); in LoadUnicodeMap()
445 pFont->m_pFontDict = pFontDict; in CreateFontF()
472 pFont->m_pFontDict = pFontDict; in CreateFontF()
482 if (m_pFontDict == NULL) { in Load()
485 CFX_ByteString type = m_pFontDict->GetString(FX_BSTRC("Subtype")); in Load()
486 m_BaseFont = m_pFontDict->GetString(FX_BSTRC("BaseFont")); in Load()
943 CPDF_Dictionary* pFontDesc = m_pFontDict->GetDict(FX_BSTRC("FontDescriptor")); in LoadCommon()
947 CPDF_Array* pWidthArray = m_pFontDict->GetArray(FX_BSTRC("Widths")); in LoadCommon()
958 width_start = m_pFontDict->GetInteger(FX_BSTRC("FirstChar"), 0); in LoadCommon()
959 width_end = m_pFontDict->GetInteger(FX_BSTRC("LastChar"), 0); in LoadCommon()
[all …]
Dfpdf_font_cid.cpp997 if (m_pFontDict->GetString(FX_BSTRC("Subtype")) == FX_BSTRC("TrueType")) { in _Load()
1000 CPDF_Array* pFonts = m_pFontDict->GetArray(FX_BSTRC("DescendantFonts")); in _Load()
1021 CPDF_Object* pEncoding = m_pFontDict->GetElementValue(FX_BSTRC("Encoding")); in _Load()
1515 m_BaseFont = m_pFontDict->GetString(FX_BSTRC("BaseFont")); in LoadGB2312()
1516 CPDF_Dictionary* pFontDesc = m_pFontDict->GetDict(FX_BSTRC("FontDescriptor")); in LoadGB2312()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h135 return m_pFontDict; in GetFontDict()
270 CPDF_Dictionary* m_pFontDict; variable