Searched refs:GetTypeAscent (Results 1 – 6 of 6) sorted by relevance
57 virtual int32_t GetTypeAscent(int32_t nFontIndex);167 int32_t GetTypeAscent(int32_t nFontIndex);
54 int32_t CPDF_VariableText::Provider::GetTypeAscent(int32_t nFontIndex) { in GetTypeAscent() function in CPDF_VariableText::Provider56 return pPDFFont ? pPDFFont->GetTypeAscent() : 0; in GetTypeAscent()623 return (float)GetTypeAscent(nFontIndex) * fFontSize * kFontScale; in GetFontAscent()875 int32_t CPDF_VariableText::GetTypeAscent(int32_t nFontIndex) { in GetTypeAscent() function in CPDF_VariableText876 return m_pVTProvider ? m_pVTProvider->GetTypeAscent(nFontIndex) : 0; in GetTypeAscent()
108 int GetTypeAscent() const { return m_Ascent; } in GetTypeAscent() function
451 int32_t GetTypeAscent(int32_t nFontIndex) override;
129 int32_t CPWL_EditImpl_Provider::GetTypeAscent(int32_t nFontIndex) { in GetTypeAscent() function in CPWL_EditImpl_Provider131 return pPDFFont ? pPDFFont->GetTypeAscent() : 0; in GetTypeAscent()
267 int ascent = charinfo.m_pTextObj->GetFont()->GetTypeAscent(); in FPDFText_GetLooseCharBox()