Home
last modified time | relevance | path

Searched refs:GetFontAscent (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp206 lineinfo.fLineAscent = GetFontAscent(GetDefaultFontIndex(), GetFontSize()); in Initialize()
669 return GetFontAscent(GetDefaultFontIndex(), GetFontSize()); in GetLineAscent()
676 float CPDF_VariableText::GetFontAscent(int32_t nFontIndex, float fFontSize) { in GetFontAscent() function in CPDF_VariableText
686 return GetFontAscent(GetWordFontIndex(WordInfo), fFontSize); in GetWordAscent()
695 return GetFontAscent(GetWordFontIndex(WordInfo), GetWordFontSize()); in GetWordAscent()
Dctypeset.cpp191 m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize()); in CharArray()
405 m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), fFontSize); in SplitLines()
Dcpdf_variabletext.h146 float GetFontAscent(int32_t nFontIndex, float fFontSize);
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.h241 unsigned int GetFontAscent();
DPVRTPrint3D.cpp1023 unsigned int CPVRTPrint3D::GetFontAscent() in GetFontAscent() function in CPVRTPrint3D
/external/pdfium/xfa/fde/
Dcfde_texteditengine.h106 float GetFontAscent() const;
Dcfde_texteditengine.cpp658 float CFDE_TextEditEngine::GetFontAscent() const { in GetFontAscent() function in CFDE_TextEditEngine
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp172 float font_ascent = m_EdtEngine.GetFontAscent(); in AddSpellCheckObj()