Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp157 IPVT_FontMap* CFX_Edit_Provider::GetFontMap() { in GetFontMap() function in CFX_Edit_Provider
630 sEditStream << GetFontSetString(pEdit->GetFontMap(), word.nFontIndex, in GetEditAppearanceStream()
635 sWords << GetPDFWordString(pEdit->GetFontMap(), nCurFontIndex, in GetEditAppearanceStream()
653 sEditStream << GetFontSetString(pEdit->GetFontMap(), word.nFontIndex, in GetEditAppearanceStream()
659 pEdit->GetFontMap(), nCurFontIndex, word.Word, SubWord)); in GetEditAppearanceStream()
751 if (IPVT_FontMap* pFontMap = pEdit->GetFontMap()) { in DrawEdit()
886 IPVT_FontMap* CFX_Edit::GetFontMap() { in GetFontMap() function in CFX_Edit
887 return m_pVTProvider ? m_pVTProvider->GetFontMap() : nullptr; in GetFontMap()
2206 if (IPVT_FontMap* pFontMap = GetFontMap()) in GetCharSetFromUnicode()
Dfxet_edit.h342 IPVT_FontMap* GetFontMap();
529 IPVT_FontMap* GetFontMap();
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_EditCtrl.cpp36 m_pEdit->SetFontMap(GetFontMap()); in OnCreated()
424 if (IPVT_FontMap* pFontMap = GetFontMap()) in GetCaretFont()
DPWL_Edit.cpp553 if (IPVT_FontMap* pFontMap = GetFontMap()) { in SetCharArray()
713 if (IPVT_FontMap* pFontMap = GetFontMap()) { in OnChar()
DPWL_Wnd.h328 IPVT_FontMap* GetFontMap() const;
DPWL_ListBox.cpp79 m_pList->SetFontMap(GetFontMap()); in OnCreated()
DPWL_Wnd.cpp790 IPVT_FontMap* CPWL_Wnd::GetFontMap() const { in GetFontMap() function in CPWL_Wnd