HomeSort by relevance Sort by last modified time
    Searched defs:fLineDescent (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)
263 FX_FLOAT fLineDescent;
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 125 fLineX(0.0f), fLineY(0.0f), fLineWidth(0.0f), fLineAscent(0.0f), fLineDescent(0.0f)
135 FX_FLOAT fLineDescent;
doc_vt.cpp 199 fBottom = pLine->m_LineInfo.fLineY - pLine->m_LineInfo.fLineDescent;
331 FX_FLOAT fLineDescent = m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize());
383 fLineDescent = FPDF_MIN(fLineDescent, fWordDescent);
391 pLine->m_LineInfo.fLineDescent = fLineDescent;
392 y += (-fLineDescent);
599 FX_FLOAT fLineDescent = 0.0f, fBackupLineDescent = 0.0f;
620 fLineDescent = FPDF_MIN(fLineDescent, m_pVT->GetWordDescent(*pWord, TRUE));
    [all...]

Completed in 332 milliseconds