Searched refs:GetDescent (Results 1 – 14 of 14) sorted by relevance
79 int32_t CFPF_SkiaFont::GetDescent() const { in GetDescent() function in CFPF_SkiaFont113 rtBBox.bottom = std::max(rtBBox.bottom, GetDescent()); in GetGlyphBBox()
33 int32_t GetDescent() const override;
41 virtual int32_t GetDescent() const = 0;
92 int GetDescent() const;
38 virtual int32_t GetDescent() const;
53 virtual int32_t GetDescent() const;
562 int32_t CFX_GEFont::GetDescent() const { in GetDescent() function in CFX_GEFont563 return m_pFont->GetDescent(); in GetDescent()
396 int32_t CFX_GdiFont::GetDescent() const { in GetDescent() function in CFX_GdiFont
80 virtual int32_t GetDescent() const = 0;
157 (FX_FLOAT)FXSYS_abs(cFont->GetDescent()) * (FX_FLOAT)fontSize / 1000.0f; in CalcTextInfo()
269 int CFX_Font::GetDescent() const { in GetDescent() function in CFX_Font
985 pFontDesc->SetAtInteger("Descent", pFont->GetDescent()); in AddFont()
1193 int32_t iDescent = pFont->GetDescent(); in GetDisplayPos()
1197 int32_t iDescent = pFont->GetDescent(); in GetDisplayPos()