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

  /external/pdfium/core/fpdfdoc/
cpvt_line.h 23 float fLineDescent;
27 : fLineWidth(0.0f), fLineAscent(0.0f), fLineDescent(0.0f) {}
cpvt_lineinfo.h 23 float fLineDescent;
34 fLineDescent(0.0f) {}
ctypeset.cpp 192 float fLineDescent =
250 fLineDescent = std::min(fLineDescent, fWordDescent);
258 pLine->m_LineInfo.fLineDescent = fLineDescent;
259 m_rcRet = CPVT_FloatRect(0, 0, x, y - fLineDescent);
286 float fLineDescent = 0.0f, fBackupLineDescent = 0.0f;
309 fLineDescent = std::min(fLineDescent, m_pVT->GetWordDescent(*pWord));
314 fLineDescent
    [all...]
csection.cpp 138 float fBottom = pLine->m_LineInfo.fLineY - pLine->m_LineInfo.fLineDescent;
cpdf_variabletext.cpp 175 line.fLineDescent = pLine->m_LineInfo.fLineDescent;
207 lineinfo.fLineDescent = GetFontDescent(GetDefaultFontIndex(), GetFontSize());
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp 487 CFX_FloatRect rc(word.ptWord.x, line.ptLine.y + line.fLineDescent,
494 pathSelBK.AppendRect(word.ptWord.x, line.ptLine.y + line.fLineDescent,
1102 ptFoot.y = line.ptLine.y + line.fLineDescent;
1173 lineinfo.ptLine.y + lineinfo.fLineDescent,
    [all...]
cpwl_edit_ctrl.cpp 328 ptFoot->y = line.ptLine.y + line.fLineDescent;

Completed in 384 milliseconds