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

  /external/pdfium/core/src/fpdfdoc/
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...]
pdf_vt.h 125 fLineX(0.0f), fLineY(0.0f), fLineWidth(0.0f), fLineAscent(0.0f), fLineDescent(0.0f)
135 FX_FLOAT fLineDescent;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_ap.cpp 213 //CPDF_Rect rcWordSel = CPDF_Rect(word.ptWord.x,line.ptLine.y + line.fLineDescent,
216 sRet << word.ptWord.x + ptOffset.x << " " << line.ptLine.y + line.fLineDescent
217 << " " << word.fWidth << " " << line.fLineAscent - line.fLineDescent << " re\nf\n";
fxet_pageobjs.cpp 214 CPDF_Rect rc(word.ptWord.x,line.ptLine.y + line.fLineDescent,
224 pathSelBK.AppendRect(word.ptWord.x,line.ptLine.y + line.fLineDescent,
342 line.ptLine.y + line.fLineDescent + ptOffset.y,
fxet_edit.cpp     [all...]
  /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/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 407 ptFoot.y = line.ptLine.y + line.fLineDescent;
PWL_Utils.cpp 515 fStep = (line.fLineAscent - line.fLineDescent) / 16.0f;
    [all...]

Completed in 104 milliseconds