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

  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.cpp 80 int32_t CPDF_VariableText::Provider::GetDefaultFontIndex() {
271 lineinfo.fLineAscent = GetFontAscent(GetDefaultFontIndex(), GetFontSize());
273 GetFontDescent(GetDefaultFontIndex(), GetFontSize());
300 GetSubWord() > 0 ? GetDefaultFontIndex()
301 : GetWordFontIndex(word, charset, GetDefaultFontIndex());
804 return GetFontAscent(GetDefaultFontIndex(), GetFontSize());
808 return GetFontDescent(GetDefaultFontIndex(), GetFontSize());
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp 197 int32_t CFX_Edit_Provider::GetDefaultFontIndex() {
    [all...]

Completed in 77 milliseconds