HomeSort by relevance Sort by last modified time
    Searched defs:fLineAscent (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 249 CPVT_Line() : ptLine(0, 0), fLineWidth(0.0f), fLineAscent(0.0f), fLineDescent(0.0f)
261 FX_FLOAT fLineAscent;
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 125 fLineX(0.0f), fLineY(0.0f), fLineWidth(0.0f), fLineAscent(0.0f), fLineDescent(0.0f)
134 FX_FLOAT fLineAscent;
doc_vt.cpp 198 fTop = pLine->m_LineInfo.fLineY - pLine->m_LineInfo.fLineAscent - m_pVT->GetLineLeading(m_SecInfo);
330 FX_FLOAT fLineAscent = m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize());
340 y += fLineAscent;
382 fLineAscent = FPDF_MAX(fLineAscent, fWordAscent);
390 pLine->m_LineInfo.fLineAscent = fLineAscent;
598 FX_FLOAT fLineAscent = 0.0f, fBackupLineAscent = 0.0f;
619 fLineAscent = FPDF_MAX(fLineAscent, m_pVT->GetWordAscent(*pWord, TRUE));
    [all...]

Completed in 340 milliseconds