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 253 CPVT_Line() : ptLine(0, 0), fLineWidth(0.0f), fLineAscent(0.0f), fLineDescent(0.0f)
265 FX_FLOAT fLineAscent;
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 127 fLineX(0.0f), fLineY(0.0f), fLineWidth(0.0f), fLineAscent(0.0f), fLineDescent(0.0f)
136 FX_FLOAT fLineAscent;
doc_vt.cpp 197 fTop = pLine->m_LineInfo.fLineY - pLine->m_LineInfo.fLineAscent - m_pVT->GetLineLeading(m_SecInfo);
329 FX_FLOAT fLineAscent = m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize());
339 y += fLineAscent;
381 fLineAscent = FPDF_MAX(fLineAscent, fWordAscent);
389 pLine->m_LineInfo.fLineAscent = fLineAscent;
597 FX_FLOAT fLineAscent = 0.0f, fBackupLineAscent = 0.0f;
618 fLineAscent = FPDF_MAX(fLineAscent, m_pVT->GetWordAscent(*pWord, TRUE))
    [all...]

Completed in 64 milliseconds