HomeSort by relevance Sort by last modified time
    Searched refs:GetDescent (Results 1 - 11 of 11) sorted by null

  /external/pdfium/core/fxge/android/
cfpf_skiafont.h 32 int32_t GetDescent() const;
cfpf_skiafont.cpp 83 int32_t CFPF_SkiaFont::GetDescent() const {
115 rtBBox.bottom = std::max(rtBBox.bottom, GetDescent());
  /external/pdfium/core/fxge/
cfx_font.h 66 int GetDescent() const;
cfx_font.cpp 341 int CFX_Font::GetDescent() const {
  /external/pdfium/xfa/fgas/font/
cfgas_gefont.h 44 int32_t GetDescent() const;
cfgas_gefont.cpp 288 int32_t CFGAS_GEFont::GetDescent() const {
289 return m_pFont->GetDescent();
  /external/pdfium/fxbarcode/oned/
BC_OneDimWriter.cpp 156 float penY = (float)abs(cFont->GetDescent()) * (float)fontSize / 1000.0f;
  /external/pdfium/fpdfsdk/
fpdfedittext.cpp 66 fontDesc->SetNewFor<CPDF_Number>("Descent", pFont->GetDescent());
  /external/pdfium/xfa/fgas/layout/
cfx_rtfbreak.cpp 679 int32_t iDescent = pFont->GetDescent();
cfx_txtbreak.cpp 661 int32_t iDescent = pFont->GetDescent();
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.cpp     [all...]

Completed in 1158 milliseconds