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

  /external/pdfium/core/src/fpdfdoc/
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...]
pdf_vt.h 125 fLineX(0.0f), fLineY(0.0f), fLineWidth(0.0f), fLineAscent(0.0f), fLineDescent(0.0f)
134 FX_FLOAT fLineAscent;
  /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/fpdfsdk/src/fxedit/
fxet_ap.cpp 214 // word.ptWord.x+word.fWidth,line.ptLine.y + line.fLineAscent);
217 << " " << word.fWidth << " " << line.fLineAscent - line.fLineDescent << " re\nf\n";
fxet_pageobjs.cpp 215 word.ptWord.x+word.fWidth,line.ptLine.y + line.fLineAscent);
225 word.ptWord.x+word.fWidth,line.ptLine.y + line.fLineAscent);
344 line.ptLine.y + line.fLineAscent + ptOffset.y);
fxet_edit.cpp     [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 405 ptHead.y = line.ptLine.y + line.fLineAscent;
PWL_Utils.cpp 515 fStep = (line.fLineAscent - line.fLineDescent) / 16.0f;
    [all...]

Completed in 1319 milliseconds