HomeSort by relevance Sort by last modified time
    Searched refs:CFX_Edit_Provider (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 23 class CFX_Edit_Provider;
750 CFX_Edit_Provider* m_pVTProvide;
803 class CFX_Edit_Provider : public IPDF_VariableText_Provider
806 CFX_Edit_Provider(IFX_Edit_FontMap* pFontMap);
807 virtual ~CFX_Edit_Provider();
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 134 /* --------------------------- CFX_Edit_Provider ------------------------------- */
136 CFX_Edit_Provider::CFX_Edit_Provider(IFX_Edit_FontMap * pFontMap) : m_pFontMap(pFontMap)
141 CFX_Edit_Provider::~CFX_Edit_Provider()
145 IFX_Edit_FontMap* CFX_Edit_Provider::GetFontMap()
150 FX_INT32 CFX_Edit_Provider::GetCharWidth(FX_INT32 nFontIndex, FX_WORD word, FX_INT32 nWordStyle)
168 FX_INT32 CFX_Edit_Provider::GetTypeAscent(FX_INT32 nFontIndex)
176 FX_INT32 CFX_Edit_Provider::GetTypeDescent(FX_INT32 nFontIndex)
184 FX_INT32 CFX_Edit_Provider::GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex)
    [all...]

Completed in 268 milliseconds