Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/android/
Dfpf_skiafont.cpp76 FX_INT32 CFPF_SkiaFont::GetAscent() const in GetAscent() function in CFPF_SkiaFont
116 rtBBox.top = FX_MIN(rtBBox.top, GetAscent()); in GetGlyphBBox()
Dfpf_skiafont.h39 virtual FX_INT32 GetAscent() const;
/external/pdfium/core/include/fxge/
Dfpf.h39 virtual FX_INT32 GetAscent() const = 0;
Dfx_font.h79 int GetAscent() const;
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp191 int CFX_Font::GetAscent() const in GetAscent() function in CFX_Font
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp1021 pFontDesc->SetAtInteger("Ascent", pFont->GetAscent()); in AddFont()