Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafont.cpp62 int32_t CFPF_SkiaFont::GetAscent() const { in GetAscent() function in CFPF_SkiaFont
100 rtBBox.top = std::min(rtBBox.top, GetAscent()); in GetGlyphBBox()
Dcfpf_skiafont.h37 int32_t GetAscent() const;
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp274 int32_t CFGAS_GEFont::GetAscent() const { in GetAscent() function in CFGAS_GEFont
275 return m_pFont->GetAscent(); in GetAscent()
Dcfgas_gefont.h50 int32_t GetAscent() const;
/external/pdfium/core/fxge/
Dcfx_font.h85 int GetAscent() const;
Dcfx_font.cpp397 int CFX_Font::GetAscent() const { in GetAscent() function in CFX_Font
/external/pdfium/fpdfsdk/
Dfpdf_edittext.cpp96 pFontDesc->SetNewFor<CPDF_Number>("Ascent", pFont->GetAscent()); in LoadFontDesc()
100 pFontDesc->SetNewFor<CPDF_Number>("CapHeight", pFont->GetAscent()); in LoadFontDesc()
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp531 GetDocument(), basefont, flags, italicangle, pFont->GetAscent(), in AddFont()
/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp732 int32_t iAscent = pFont->GetAscent(); in GetDisplayPos()
Dcfx_txtbreak.cpp676 int32_t iAscent = pFont->GetAscent(); in GetDisplayPos()