HomeSort by relevance Sort by last modified time
    Searched defs:GetAscent (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxge/android/
cfpf_skiafont.cpp 76 int32_t CFPF_SkiaFont::GetAscent() const {
114 rtBBox.top = std::min(rtBBox.top, GetAscent());
  /external/pdfium/xfa/fgas/font/
cfgas_gefont.cpp 412 int32_t CFGAS_GEFont::GetAscent() const {
413 return m_pFont->GetAscent();
  /external/pdfium/core/fxge/ge/
cfx_font.cpp 371 int CFX_Font::GetAscent() const {

Completed in 223 milliseconds