Searched refs:GetTypeAscent (Results 1 – 10 of 10) sorted by relevance
58 FX_INT32 GetTypeAscent(FX_INT32 nFontIndex);
286 virtual FX_INT32 GetTypeAscent(FX_INT32 nFontIndex) = 0;
130 FX_INT32 CPVT_Provider::GetTypeAscent(FX_INT32 nFontIndex) in GetTypeAscent() function in CPVT_Provider133 return pPDFFont->GetTypeAscent(); in GetTypeAscent()
1386 return (FX_FLOAT)GetTypeAscent(nFontIndex) * fFontSize * PVT_FONTSCALE; in GetFontAscent()1650 FX_INT32 CPDF_VariableText::GetTypeAscent(FX_INT32 nFontIndex) in GetTypeAscent() function in CPDF_VariableText1652 return m_pVTProvider ? m_pVTProvider->GetTypeAscent(nFontIndex) : 0; in GetTypeAscent()
542 FX_INT32 GetTypeAscent(FX_INT32 nFontIndex);
215 int GetTypeAscent() const in GetTypeAscent() function
807 FX_INT32 GetTypeAscent(FX_INT32 nFontIndex);
168 FX_INT32 CFX_Edit_Provider::GetTypeAscent(FX_INT32 nFontIndex) in GetTypeAscent() function in CFX_Edit_Provider171 return pPDFFont->GetTypeAscent(); in GetTypeAscent()
323 if (pCurObj->GetFont()->GetTypeAscent()) { in GetRectArray()324 … rect.top = orgY + pCurObj->GetFont()->GetTypeAscent() * pCurObj->GetFontSize() / 1000; in GetRectArray()
918 int ascent = pFont->GetTypeAscent(); in GetCharState()