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

  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 202 return m_Ascent;
285 int m_Ascent;
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 113 m_StemV = m_Ascent = m_Descent = m_ItalicAngle = 0;
256 m_Ascent = pFontDesc->GetInteger(FX_BSTRC("Ascent"));
317 m_Ascent = TT2PDF(FXFT_Get_Face_Ascender(m_Font.m_Face), m_Font.m_Face);
347 if (m_Ascent == 0 && m_Descent == 0) {
351 m_Ascent = m_FontBBox.top;
353 m_Ascent = rect.top;
    [all...]

Completed in 54 milliseconds