HomeSort by relevance Sort by last modified time
    Searched defs:GetWordFontIndex (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfdoc/
cpvt_fontmap.cpp 79 int32_t CPVT_FontMap::GetWordFontIndex(uint16_t word,
cpdf_variabletext.cpp 61 int32_t CPDF_VariableText::Provider::GetWordFontIndex(uint16_t word,
182 word.nFontIndex = m_pVT->GetWordFontIndex(*pWord);
301 : GetWordFontIndex(word, charset, GetDefaultFontIndex());
780 int32_t CPDF_VariableText::GetWordFontIndex(const CPVT_WordInfo& WordInfo) {
798 return GetWordWidth(GetWordFontIndex(WordInfo), WordInfo.Word, GetSubWord(),
823 return GetFontAscent(GetWordFontIndex(WordInfo), fFontSize);
828 return GetFontDescent(GetWordFontIndex(WordInfo), fFontSize);
832 return GetFontAscent(GetWordFontIndex(WordInfo), GetWordFontSize(WordInfo));
836 return GetFontDescent(GetWordFontIndex(WordInfo), GetWordFontSize(WordInfo));
    [all...]
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_FontMap.cpp 86 int32_t CPWL_FontMap::GetWordFontIndex(uint16_t word,
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp 191 int32_t CFX_Edit_Provider::GetWordFontIndex(uint16_t word,
194 return m_pFontMap->GetWordFontIndex(word, charset, nFontIndex);
    [all...]

Completed in 4121 milliseconds