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 181 fTop = pLine->m_LineInfo.fLineY - pLine->m_LineInfo.fLineAscent -
311 FX_FLOAT fLineAscent =
324 y += fLineAscent;
370 fLineAscent = std::max(fLineAscent, fWordAscent);
378 pLine->m_LineInfo.fLineAscent = fLineAscent;
579 FX_FLOAT fLineAscent = 0.0f, fBackupLineAscent = 0.0f;
602 fLineAscent =
603 std::max(fLineAscent, m_pVT->GetWordAscent(*pWord, TRUE))
    [all...]
pdf_vt.h 105 fLineAscent(0.0f),
113 FX_FLOAT fLineAscent;
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 245 : ptLine(0, 0), fLineWidth(0.0f), fLineAscent(0.0f), fLineDescent(0.0f) {}
255 FX_FLOAT fLineAscent;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_ap.cpp 198 << line.fLineAscent - line.fLineDescent << " re\nf\n";
fxet_pageobjs.cpp 223 line.ptLine.y + line.fLineAscent);
231 line.ptLine.y + line.fLineAscent);
348 line.ptLine.y + line.fLineAscent + ptOffset.y);
fxet_edit.cpp     [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 360 ptHead.y = line.ptLine.y + line.fLineAscent;
PWL_Utils.cpp 468 fStep = (line.fLineAscent - line.fLineDescent) / 16.0f;
    [all...]

Completed in 60 milliseconds