Home
last modified time | relevance | path

Searched refs:GetDescent (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/src/fxge/android/
Dfpf_skiafont.cpp79 int32_t CFPF_SkiaFont::GetDescent() const { in GetDescent() function in CFPF_SkiaFont
113 rtBBox.bottom = std::max(rtBBox.bottom, GetDescent()); in GetGlyphBBox()
Dfpf_skiafont.h33 int32_t GetDescent() const override;
/external/pdfium/core/include/fxge/
Dfpf.h41 virtual int32_t GetDescent() const = 0;
Dfx_font.h92 int GetDescent() const;
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.h38 virtual int32_t GetDescent() const;
Dfx_gdifont.h53 virtual int32_t GetDescent() const;
Dfx_gefont.cpp562 int32_t CFX_GEFont::GetDescent() const { in GetDescent() function in CFX_GEFont
563 return m_pFont->GetDescent(); in GetDescent()
Dfx_gdifont.cpp396 int32_t CFX_GdiFont::GetDescent() const { in GetDescent() function in CFX_GdiFont
/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h80 virtual int32_t GetDescent() const = 0;
/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OneDimWriter.cpp157 (FX_FLOAT)FXSYS_abs(cFont->GetDescent()) * (FX_FLOAT)fontSize / 1000.0f; in CalcTextInfo()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp269 int CFX_Font::GetDescent() const { in GetDescent() function in CFX_Font
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp985 pFontDesc->SetAtInteger("Descent", pFont->GetDescent()); in AddFont()
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp1193 int32_t iDescent = pFont->GetDescent(); in GetDisplayPos()
Dfx_rtfbreak.cpp1197 int32_t iDescent = pFont->GetDescent(); in GetDisplayPos()