Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h252 IPVT_FontMap* GetFontMap();
423 IPVT_FontMap* GetFontMap() const;
Dcpwl_edit_impl.cpp124 IPVT_FontMap* CPWL_EditImpl_Provider::GetFontMap() const { in GetFontMap() function in CPWL_EditImpl_Provider
457 IPVT_FontMap* pFontMap = pEdit->GetFontMap(); in DrawEdit()
579 IPVT_FontMap* CPWL_EditImpl::GetFontMap() { in GetFontMap() function in CPWL_EditImpl
580 return m_pVTProvider ? m_pVTProvider->GetFontMap() : nullptr; in GetFontMap()
1838 if (IPVT_FontMap* pFontMap = GetFontMap()) in GetCharSetFromUnicode()
1851 IPVT_FontMap* pFontMap = GetFontMap(); in GetPDFWordString()
Dcpwl_edit.cpp436 IPVT_FontMap* pFontMap = GetFontMap(); in SetCharArray()
583 if (IPVT_FontMap* pFontMap = GetFontMap()) { in OnChar()
Dcpwl_wnd.h240 IPVT_FontMap* GetFontMap() const;
Dcpwl_edit_ctrl.cpp33 m_pEdit->SetFontMap(GetFontMap()); in OnCreated()
Dcpwl_list_box.cpp80 m_pList->SetFontMap(GetFontMap()); in OnCreated()
Dcpwl_wnd.cpp694 IPVT_FontMap* CPWL_Wnd::GetFontMap() const { in GetFontMap() function in CPWL_Wnd
Dcpwl_appstream.cpp630 sEditStream << GetFontSetString(pEdit->GetFontMap(), word.nFontIndex, in GetEditAppStream()
652 sEditStream << GetFontSetString(pEdit->GetFontMap(), word.nFontIndex, in GetEditAppStream()