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.h31 int32_t GetDescent() const;
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp416 int32_t CFGAS_GEFont::GetDescent() const { in GetDescent() function in CFGAS_GEFont
417 return m_pFont->GetDescent(); in GetDescent()
Dcfgas_gefont.h57 int32_t GetDescent() const;
/external/pdfium/fpdfsdk/
Dfpdfedittext.cpp120 fontDesc->SetNewFor<CPDF_Number>("Descent", pFont->GetDescent()); in FPDFText_LoadType1Font()
/external/pdfium/core/fxge/
Dfx_font.h144 int GetDescent() const;
/external/pdfium/xfa/fxbarcode/oned/
DBC_OneDimWriter.cpp177 (FX_FLOAT)FXSYS_abs(cFont->GetDescent()) * (FX_FLOAT)fontSize / 1000.0f; in CalcTextInfo()
/external/pdfium/core/fxge/ge/
Dcfx_font.cpp378 int CFX_Font::GetDescent() const { in GetDescent() function in CFX_Font
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp950 pFont->GetDescent(), std::move(pBBox), nStemV))); in AddFont()
/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.cpp876 int32_t iDescent = pFont->GetDescent(); in GetDisplayPos()
Dfgas_textbreak.cpp1164 int32_t iDescent = pFont->GetDescent(); in GetDisplayPos()