Searched refs:m_pFontDict (Results 1 – 7 of 7) sorted by relevance
58 m_pFontResources.Reset(m_pFontDict->GetDictFor("Resources")); in Load()59 const CPDF_Array* pMatrix = m_pFontDict->GetArrayFor("FontMatrix"); in Load()68 const CPDF_Array* pBBox = m_pFontDict->GetArrayFor("FontBBox"); in Load()78 int StartChar = m_pFontDict->GetIntegerFor("FirstChar"); in Load()80 const CPDF_Array* pWidthArray = m_pFontDict->GetArrayFor("Widths"); in Load()91 m_pCharProcs.Reset(m_pFontDict->GetDictFor("CharProcs")); in Load()92 if (m_pFontDict->GetDirectObjectFor("Encoding")) in Load()
102 const CPDF_Object* pEncoding = m_pFontDict->GetDirectObjectFor("Encoding"); in LoadPDFEncoding()190 const CPDF_Dictionary* pFontDesc = m_pFontDict->GetDictFor("FontDescriptor"); in LoadCommon()194 const CPDF_Array* pWidthArray = m_pFontDict->GetArrayFor("Widths"); in LoadCommon()203 size_t width_start = m_pFontDict->GetIntegerFor("FirstChar", 0); in LoadCommon()204 size_t width_end = m_pFontDict->GetIntegerFor("LastChar", 0); in LoadCommon()
101 CPDF_Dictionary* GetFontDict() const { return m_pFontDict.Get(); } in GetFontDict()102 void ClearFontDict() { m_pFontDict = nullptr; } in ClearFontDict()149 RetainPtr<CPDF_Dictionary> m_pFontDict; variable
75 int nStartChar = m_pFontDict->GetIntegerFor("FirstChar"); in LoadGlyphMap()99 bool bToUnicode = m_pFontDict->KeyExist("ToUnicode"); in LoadGlyphMap()
327 if (m_pFontDict->GetStringFor("Subtype") == "TrueType") { in Load()332 const CPDF_Array* pFonts = m_pFontDict->GetArrayFor("DescendantFonts"); in Load()349 CPDF_Object* pEncoding = m_pFontDict->GetDirectObjectFor("Encoding"); in Load()820 m_BaseFontName = m_pFontDict->GetStringFor("BaseFont"); in LoadGB2312()826 const CPDF_Dictionary* pFontDesc = m_pFontDict->GetDictFor("FontDescriptor"); in LoadGB2312()
50 m_pFontDict(pFontDict), in CPDF_Font()272 const CPDF_Stream* pStream = m_pFontDict->GetStreamFor("ToUnicode"); in LoadUnicodeMap()
93 const CPDF_Dictionary* pFontDesc = m_pFontDict->GetDictFor("FontDescriptor"); in Load()