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

  /external/pdfium/core/fpdfapi/font/
cpdf_font.cpp 60 m_Descent(0),
191 m_Descent = pFontDesc->GetIntegerFor("Descent");
201 if (m_Descent > 10)
202 m_Descent = -m_Descent;
242 m_Descent = TT2PDF(FXFT_Get_Face_Descender(face), face);
270 if (m_Ascent == 0 && m_Descent == 0) {
274 m_Descent = rect.bottom == rect.top ? m_FontBBox.bottom : rect.bottom;
cpdf_font.h 77 int GetTypeDescent() const { return m_Descent; }
123 int m_Descent;

Completed in 342 milliseconds