Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafont.cpp83 int32_t CFPF_SkiaFont::GetDescent() const { in GetDescent() function in CFPF_SkiaFont
115 rtBBox.bottom = std::max(rtBBox.bottom, GetDescent()); in GetGlyphBBox()
Dcfpf_skiafont.h32 int32_t GetDescent() const;
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp288 int32_t CFGAS_GEFont::GetDescent() const { in GetDescent() function in CFGAS_GEFont
289 return m_pFont->GetDescent(); in GetDescent()
Dcfgas_gefont.h44 int32_t GetDescent() const;
/external/pdfium/core/fxge/
Dcfx_font.h66 int GetDescent() const;
Dcfx_font.cpp341 int CFX_Font::GetDescent() const { in GetDescent() function in CFX_Font
/external/pdfium/fxbarcode/oned/
DBC_OneDimWriter.cpp156 float penY = (float)abs(cFont->GetDescent()) * (float)fontSize / 1000.0f; in CalcTextInfo()
/external/pdfium/fpdfsdk/
Dfpdfedittext.cpp66 fontDesc->SetNewFor<CPDF_Number>("Descent", pFont->GetDescent()); in LoadFontDesc()
/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp679 int32_t iDescent = pFont->GetDescent(); in GetDisplayPos()
Dcfx_txtbreak.cpp661 int32_t iDescent = pFont->GetDescent(); in GetDisplayPos()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp950 pFont->GetDescent(), std::move(pBBox), nStemV))); in AddFont()