Searched refs:ptLine (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpvt_line.h20 CFX_PointF ptLine; member in class:CPVT_Line
H A Dcpvt_generateap.cpp1133 ptNew = CFX_PointF(line.ptLine.x + ptOffset.x,
1134 line.ptLine.y + ptOffset.y);
H A Dcpdf_variabletext.cpp208 line.ptLine = m_pVT->InToOut(CFX_PointF(
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp122 line.ptLine = m_pEdit->VTToEdit(line.ptLine);
611 ptNew = CFX_PointF(line.ptLine.x + ptOffset.x,
612 line.ptLine.y + ptOffset.y);
708 << line.ptLine.y + line.fLineDescent << " " << word.fWidth << " "
779 CFX_FloatRect rc(word.ptWord.x, line.ptLine.y + line.fLineDescent,
781 line.ptLine.y + line.fLineAscent);
787 word.ptWord.x, line.ptLine.y + line.fLineDescent,
788 word.ptWord.x + word.fWidth, line.ptLine.y + line.fLineAscent);
1426 ptHead.x = line.ptLine
[all...]
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_EditCtrl.cpp342 ptHead->x = line.ptLine.x;
343 ptHead->y = line.ptLine.y + line.fLineAscent;
344 ptFoot->x = line.ptLine.x;
345 ptFoot->y = line.ptLine.y + line.fLineDescent;

Completed in 70 milliseconds