Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfedittext.cpp119 fontDesc->SetNewFor<CPDF_Number>("Ascent", pFont->GetAscent()); in FPDFText_LoadType1Font()
123 fontDesc->SetNewFor<CPDF_Number>("CapHeight", pFont->GetAscent()); in FPDFText_LoadType1Font()
/external/pdfium/core/fxge/android/
Dcfpf_skiafont.cpp76 int32_t CFPF_SkiaFont::GetAscent() const { in GetAscent() function in CFPF_SkiaFont
114 rtBBox.top = std::min(rtBBox.top, GetAscent()); in GetGlyphBBox()
Dcfpf_skiafont.h30 int32_t GetAscent() const;
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp412 int32_t CFGAS_GEFont::GetAscent() const { in GetAscent() function in CFGAS_GEFont
413 return m_pFont->GetAscent(); in GetAscent()
Dcfgas_gefont.h56 int32_t GetAscent() const;
/external/pdfium/core/fxge/
Dfx_font.h143 int GetAscent() const;
/external/pdfium/core/fxge/ge/
Dcfx_font.cpp371 int CFX_Font::GetAscent() const { in GetAscent() function in CFX_Font
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp949 CalculateFontDesc(this, basefont, flags, italicangle, pFont->GetAscent(), in AddFont()
/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.cpp875 int32_t iAscent = pFont->GetAscent(); in GetDisplayPos()
Dfgas_textbreak.cpp1163 int32_t iAscent = pFont->GetAscent(); in GetDisplayPos()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp172 FX_FLOAT fAsent = static_cast<FX_FLOAT>(txtEdtParams->pFont->GetAscent()) * in AddSpellCheckObj()