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 82 int32_t CPDF_VariableText::Provider::GetDefaultFontIndex() {
206 lineinfo.fLineAscent = GetFontAscent(GetDefaultFontIndex(), GetFontSize());
207 lineinfo.fLineDescent = GetFontDescent(GetDefaultFontIndex(), GetFontSize());
228 GetSubWord() > 0 ? GetDefaultFontIndex()
229 : GetWordFontIndex(word, charset, GetDefaultFontIndex());
669 return GetFontAscent(GetDefaultFontIndex(), GetFontSize());
673 return GetFontDescent(GetDefaultFontIndex(), GetFontSize());
945 int32_t CPDF_VariableText::GetDefaultFontIndex() {
946 return m_pVTProvider ? m_pVTProvider->GetDefaultFontIndex() : -1;
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp 165 int32_t CPWL_EditImpl_Provider::GetDefaultFontIndex() {
    [all...]

Completed in 544 milliseconds