/external/pdfium/core/include/fpdfdoc/ |
fpdf_ap.h | 62 int32_t GetWordFontIndex(FX_WORD word,
|
fpdf_vt.h | 280 virtual int32_t GetWordFontIndex(FX_WORD word,
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
PWL_FontMap.h | 59 int32_t GetWordFontIndex(FX_WORD word,
|
/external/pdfium/core/src/fpdfdoc/ |
doc_vt.cpp | 856 GetWordFontIndex(word, charset, pWordProps->nFontIndex); 861 : GetWordFontIndex(word, charset, GetDefaultFontIndex()); [all...] |
pdf_vt.h | 452 int32_t GetWordFontIndex(FX_WORD word, int32_t charset, int32_t nFontIndex); 489 int32_t GetWordFontIndex(const CPVT_WordInfo& WordInfo);
|
doc_ap.cpp | 152 int32_t CPVT_Provider::GetWordFontIndex(FX_WORD word, [all...] |
/external/pdfium/fpdfsdk/src/pdfwindow/ |
PWL_FontMap.cpp | 90 int32_t CPWL_FontMap::GetWordFontIndex(FX_WORD word,
|
/external/pdfium/fpdfsdk/include/fxedit/ |
fx_edit.h | 63 virtual int32_t GetWordFontIndex(FX_WORD word,
|
fxet_edit.h | 806 int32_t GetWordFontIndex(FX_WORD word,
|
/external/pdfium/fpdfsdk/src/fxedit/ |
fxet_edit.cpp | 134 int32_t CFX_Edit_Provider::GetWordFontIndex(FX_WORD word, 137 return m_pFontMap->GetWordFontIndex(word, charset, nFontIndex); [all...] |