Home
last modified time | relevance | path

Searched refs:GetFontMap (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h276 IPVT_FontMap* GetFontMap();
447 IPVT_FontMap* GetFontMap() const;
Dcpwl_edit_impl.cpp109 IPVT_FontMap* CPWL_EditImpl_Provider::GetFontMap() const { in GetFontMap() function in CPWL_EditImpl_Provider
482 IPVT_FontMap* pFontMap = pEdit->GetFontMap(); in DrawEdit()
605 IPVT_FontMap* CPWL_EditImpl::GetFontMap() { in GetFontMap() function in CPWL_EditImpl
606 return m_pVTProvider ? m_pVTProvider->GetFontMap() : nullptr; in GetFontMap()
1863 if (IPVT_FontMap* pFontMap = GetFontMap()) in GetCharSetFromUnicode()
1876 IPVT_FontMap* pFontMap = GetFontMap(); in GetPDFWordString()
Dcpwl_edit.cpp387 IPVT_FontMap* pFontMap = GetFontMap(); in SetCharArray()
529 if (IPVT_FontMap* pFontMap = GetFontMap()) { in OnChar()
Dcpwl_edit_ctrl.cpp32 m_pEdit->SetFontMap(GetFontMap()); in OnCreated()
Dcpwl_wnd.h239 IPVT_FontMap* GetFontMap() const { return m_CreationParams.pFontMap.Get(); } in GetFontMap() function
Dcpwl_list_box.cpp77 m_pList->SetFontMap(GetFontMap()); in OnCreated()
/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp634 sEditStream << GetFontSetString(pEdit->GetFontMap(), word.nFontIndex, in GetEditAppStream()
656 sEditStream << GetFontSetString(pEdit->GetFontMap(), word.nFontIndex, in GetEditAppStream()