Searched refs:GetTypeDescent (Results 1 – 6 of 6) sorted by relevance
58 virtual int32_t GetTypeDescent(int32_t nFontIndex);168 int32_t GetTypeDescent(int32_t nFontIndex);
59 int32_t CPDF_VariableText::Provider::GetTypeDescent(int32_t nFontIndex) { in GetTypeDescent() function in CPDF_VariableText::Provider61 return pPDFFont ? pPDFFont->GetTypeDescent() : 0; in GetTypeDescent()627 return (float)GetTypeDescent(nFontIndex) * fFontSize * kFontScale; in GetFontDescent()879 int32_t CPDF_VariableText::GetTypeDescent(int32_t nFontIndex) { in GetTypeDescent() function in CPDF_VariableText880 return m_pVTProvider ? m_pVTProvider->GetTypeDescent(nFontIndex) : 0; in GetTypeDescent()
109 int GetTypeDescent() const { return m_Descent; } in GetTypeDescent() function
452 int32_t GetTypeDescent(int32_t nFontIndex) override;
134 int32_t CPWL_EditImpl_Provider::GetTypeDescent(int32_t nFontIndex) { in GetTypeDescent() function in CPWL_EditImpl_Provider136 return pPDFFont ? pPDFFont->GetTypeDescent() : 0; in GetTypeDescent()
268 int descent = charinfo.m_pTextObj->GetFont()->GetTypeDescent(); in FPDFText_GetLooseCharBox()