Searched refs:GetTypeAscent (Results 1 – 6 of 6) sorted by relevance
57 virtual int32_t GetTypeAscent(int32_t nFontIndex);169 int32_t GetTypeAscent(int32_t nFontIndex);
51 int32_t CPDF_VariableText::Provider::GetTypeAscent(int32_t nFontIndex) { in GetTypeAscent() function in CPDF_VariableText::Provider53 return pPDFFont->GetTypeAscent(); in GetTypeAscent()677 return (float)GetTypeAscent(nFontIndex) * fFontSize * kFontScale; in GetFontAscent()929 int32_t CPDF_VariableText::GetTypeAscent(int32_t nFontIndex) { in GetTypeAscent() function in CPDF_VariableText930 return m_pVTProvider ? m_pVTProvider->GetTypeAscent(nFontIndex) : 0; in GetTypeAscent()
76 int GetTypeAscent() const { return m_Ascent; } in GetTypeAscent() function
427 int32_t GetTypeAscent(int32_t nFontIndex) override;
145 int32_t CPWL_EditImpl_Provider::GetTypeAscent(int32_t nFontIndex) { in GetTypeAscent() function in CPWL_EditImpl_Provider147 return pPDFFont->GetTypeAscent(); in GetTypeAscent()
283 if (pCurObj->GetFont()->GetTypeAscent()) { in GetRectArray()286 pCurObj->GetFont()->GetTypeAscent() * pCurObj->GetFontSize() / 1000; in GetRectArray()