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 72 int GetTypeAscent() const { return m_Ascent; }
111 int m_Ascent;
cpdf_font.cpp 58 m_Ascent(0),
182 m_Ascent = pFontDesc->GetIntegerFor("Ascent");
237 m_Ascent = TT2PDF(FXFT_Get_Face_Ascender(face), face);
266 if (m_Ascent == 0 && m_Descent == 0) {
268 m_Ascent = rect.bottom == rect.top ? m_FontBBox.top : rect.top;

Completed in 48 milliseconds