Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/android/
Dfpf_skiafont.cpp83 FX_INT32 CFPF_SkiaFont::GetDescent() const in GetDescent() function in CFPF_SkiaFont
117 rtBBox.bottom = FX_MAX(rtBBox.bottom, GetDescent()); in GetGlyphBBox()
Dfpf_skiafont.h40 virtual FX_INT32 GetDescent() const;
/external/pdfium/core/include/fxge/
Dfpf.h40 virtual FX_INT32 GetDescent() const = 0;
Dfx_font.h81 int GetDescent() const;
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp199 int CFX_Font::GetDescent() const in GetDescent() function in CFX_Font
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp1022 pFontDesc->SetAtInteger("Descent", pFont->GetDescent()); in AddFont()