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

  /external/pdfium/core/fpdfapi/font/
cpdf_font.h 76 int GetTypeAscent() const { return m_Ascent; }
122 int m_Ascent;
cpdf_font.cpp 59 m_Ascent(0),
186 m_Ascent = pFontDesc->GetIntegerFor("Ascent");
241 m_Ascent = TT2PDF(FXFT_Get_Face_Ascender(face), face);
270 if (m_Ascent == 0 && m_Descent == 0) {
272 m_Ascent = rect.bottom == rect.top ? m_FontBBox.top : rect.top;

Completed in 2573 milliseconds