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 245 : ptLine(0, 0), fLineWidth(0.0f), fLineAscent(0.0f), fLineDescent(0.0f) {}
257 FX_FLOAT fLineDescent;
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 106 fLineDescent(0.0f) {}
114 FX_FLOAT fLineDescent;
doc_vt.cpp 183 fBottom = pLine->m_LineInfo.fLineY - pLine->m_LineInfo.fLineDescent;
313 FX_FLOAT fLineDescent =
371 fLineDescent = std::min(fLineDescent, fWordDescent);
379 pLine->m_LineInfo.fLineDescent = fLineDescent;
380 y += (-fLineDescent);
580 FX_FLOAT fLineDescent = 0.0f, fBackupLineDescent = 0.0f;
604 fLineDescent =
605 std::min(fLineDescent, m_pVT->GetWordDescent(*pWord, TRUE))
    [all...]

Completed in 157 milliseconds