Home
last modified time | relevance | path

Searched refs:CFX_Edit_Provider (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h24 class CFX_Edit_Provider; variable
746 CFX_Edit_Provider* m_pVTProvide;
798 class CFX_Edit_Provider : public IPDF_VariableText_Provider
801 CFX_Edit_Provider(IFX_Edit_FontMap* pFontMap);
802 virtual ~CFX_Edit_Provider();
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp136 CFX_Edit_Provider::CFX_Edit_Provider(IFX_Edit_FontMap * pFontMap) : m_pFontMap(pFontMap) in CFX_Edit_Provider() function in CFX_Edit_Provider
141 CFX_Edit_Provider::~CFX_Edit_Provider() in ~CFX_Edit_Provider()
145 IFX_Edit_FontMap* CFX_Edit_Provider::GetFontMap() in GetFontMap()
150 FX_INT32 CFX_Edit_Provider::GetCharWidth(FX_INT32 nFontIndex, FX_WORD word, FX_INT32 nWordStyle) in GetCharWidth()
168 FX_INT32 CFX_Edit_Provider::GetTypeAscent(FX_INT32 nFontIndex) in GetTypeAscent()
176 FX_INT32 CFX_Edit_Provider::GetTypeDescent(FX_INT32 nFontIndex) in GetTypeDescent()
184 FX_INT32 CFX_Edit_Provider::GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex) in GetWordFontIndex()
189 FX_INT32 CFX_Edit_Provider::GetDefaultFontIndex() in GetDefaultFontIndex()
194 FX_BOOL CFX_Edit_Provider::IsLatinWord(FX_WORD word) in IsLatinWord()
1003 m_pVT->SetProvider(m_pVTProvide = new CFX_Edit_Provider(pFontMap)); in SetFontMap()