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 59 m_Descent(0),
187 m_Descent = pFontDesc->GetIntegerFor("Descent");
197 if (m_Descent > 10)
198 m_Descent = -m_Descent;
238 m_Descent = TT2PDF(FXFT_Get_Face_Descender(face), face);
266 if (m_Ascent == 0 && m_Descent == 0) {
270 m_Descent = rect.bottom == rect.top ? m_FontBBox.bottom : rect.bottom;
cpdf_font.h 73 int GetTypeDescent() const { return m_Descent; }
112 int m_Descent;

Completed in 644 milliseconds