/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_pagecontentgenerator_unittest.cpp | 55 pPathObj->m_Path.AppendPoint(CFX_PointF(0, 0), FXPT_TYPE::MoveTo, false); in TEST_F() 56 pPathObj->m_Path.AppendPoint(CFX_PointF(5.2f, 0), FXPT_TYPE::LineTo, false); in TEST_F() 57 pPathObj->m_Path.AppendPoint(CFX_PointF(5.2f, 3.78f), FXPT_TYPE::LineTo, in TEST_F() 59 pPathObj->m_Path.AppendPoint(CFX_PointF(0, 3.78f), FXPT_TYPE::LineTo, true); in TEST_F() 70 pPathObj->m_Path.AppendPoint(CFX_PointF(3.102f, 4.67f), FXPT_TYPE::MoveTo, in TEST_F() 72 pPathObj->m_Path.AppendPoint(CFX_PointF(5.45f, 0.29f), FXPT_TYPE::LineTo, in TEST_F() 74 pPathObj->m_Path.AppendPoint(CFX_PointF(4.24f, 3.15f), FXPT_TYPE::BezierTo, in TEST_F() 76 pPathObj->m_Path.AppendPoint(CFX_PointF(4.65f, 2.98f), FXPT_TYPE::BezierTo, in TEST_F() 78 pPathObj->m_Path.AppendPoint(CFX_PointF(3.456f, 0.24f), FXPT_TYPE::BezierTo, in TEST_F() 80 pPathObj->m_Path.AppendPoint(CFX_PointF(10.6f, 11.15f), FXPT_TYPE::LineTo, in TEST_F() [all …]
|
/external/pdfium/xfa/fxgraphics/ |
D | cfx_path.cpp | 25 data_.AppendPoint(point, FXPT_TYPE::MoveTo, false); in MoveTo() 29 data_.AppendPoint(point, FXPT_TYPE::LineTo, false); in LineTo() 35 data_.AppendPoint(c1, FXPT_TYPE::BezierTo, false); in BezierTo() 36 data_.AppendPoint(c2, FXPT_TYPE::BezierTo, false); in BezierTo() 37 data_.AppendPoint(to, FXPT_TYPE::BezierTo, false); in BezierTo() 65 data_.AppendPoint(bezier, FXPT_TYPE::BezierTo, false); in ArcToInternal() 69 data_.AppendPoint(bezier, FXPT_TYPE::BezierTo, false); in ArcToInternal() 73 data_.AppendPoint(bezier, FXPT_TYPE::BezierTo, false); in ArcToInternal() 77 data_.AppendPoint(p1, FXPT_TYPE::MoveTo, false); in AddLine() 78 data_.AppendPoint(p2, FXPT_TYPE::LineTo, false); in AddLine() [all …]
|
/external/pdfium/fpdfsdk/ |
D | fpdfeditpath.cpp | 13 pPathObj->m_Path.AppendPoint(CFX_PointF(x, y), FXPT_TYPE::MoveTo, false); in FPDFPageObj_CreateNewPath() 74 pPathObj->m_Path.AppendPoint(CFX_PointF(x, y), FXPT_TYPE::MoveTo, false); in FPDFPath_MoveTo() 83 pPathObj->m_Path.AppendPoint(CFX_PointF(x, y), FXPT_TYPE::LineTo, false); in FPDFPath_LineTo() 98 pPathObj->m_Path.AppendPoint(CFX_PointF(x1, y1), FXPT_TYPE::BezierTo, false); in FPDFPath_BezierTo() 99 pPathObj->m_Path.AppendPoint(CFX_PointF(x2, y2), FXPT_TYPE::BezierTo, false); in FPDFPath_BezierTo() 100 pPathObj->m_Path.AppendPoint(CFX_PointF(x3, y3), FXPT_TYPE::BezierTo, false); in FPDFPath_BezierTo()
|
/external/pdfium/fpdfsdk/pdfwindow/ |
D | PWL_Utils.cpp | 953 path.AppendPoint(pPts[0], FXPT_TYPE::MoveTo, false); in DrawFillArea() 955 path.AppendPoint(pPts[i], FXPT_TYPE::LineTo, false); in DrawFillArea() 982 path.AppendPoint(ptMoveTo, FXPT_TYPE::MoveTo, false); in DrawStrokeLine() 983 path.AppendPoint(ptLineTo, FXPT_TYPE::LineTo, false); in DrawStrokeLine() 1065 path.AppendPoint( in DrawBorder() 1068 path.AppendPoint( in DrawBorder() 1071 path.AppendPoint( in DrawBorder() 1074 path.AppendPoint( in DrawBorder() 1077 path.AppendPoint( in DrawBorder() 1099 pathLT.AppendPoint(CFX_PointF(fLeft + fHalfWidth, fBottom + fHalfWidth), in DrawBorder() [all …]
|
D | PWL_Caret.cpp | 50 path.AppendPoint(CFX_PointF(fCaretX, fCaretBottom), FXPT_TYPE::MoveTo, in DrawThisAppearance() 52 path.AppendPoint(CFX_PointF(fCaretX, fCaretTop), FXPT_TYPE::LineTo, false); in DrawThisAppearance()
|
D | PWL_ScrollBar.cpp | 260 path.AppendPoint(pt1, FXPT_TYPE::MoveTo, false); in DrawThisAppearance() 261 path.AppendPoint(pt2, FXPT_TYPE::LineTo, false); in DrawThisAppearance() 262 path.AppendPoint(pt3, FXPT_TYPE::LineTo, false); in DrawThisAppearance() 263 path.AppendPoint(pt1, FXPT_TYPE::LineTo, false); in DrawThisAppearance() 280 path.AppendPoint(pt1, FXPT_TYPE::MoveTo, false); in DrawThisAppearance() 281 path.AppendPoint(pt2, FXPT_TYPE::LineTo, false); in DrawThisAppearance() 282 path.AppendPoint(pt3, FXPT_TYPE::LineTo, false); in DrawThisAppearance() 283 path.AppendPoint(pt1, FXPT_TYPE::LineTo, false); in DrawThisAppearance()
|
D | PWL_ComboBox.cpp | 150 path.AppendPoint(pt1, FXPT_TYPE::MoveTo, false); in DrawThisAppearance() 151 path.AppendPoint(pt2, FXPT_TYPE::LineTo, false); in DrawThisAppearance() 152 path.AppendPoint(pt3, FXPT_TYPE::LineTo, false); in DrawThisAppearance() 153 path.AppendPoint(pt1, FXPT_TYPE::LineTo, false); in DrawThisAppearance()
|
D | PWL_Edit.cpp | 337 path.AppendPoint( in DrawThisAppearance() 343 path.AppendPoint( in DrawThisAppearance() 367 path.AppendPoint( in DrawThisAppearance() 373 path.AppendPoint( in DrawThisAppearance()
|
/external/pdfium/core/fxge/ge/ |
D | cfx_pathdata.cpp | 200 void CFX_PathData::AppendPoint(const CFX_PointF& point, in AppendPoint() function in CFX_PathData 310 NewPath->AppendPoint( in GetZeroAreaPath() 336 t_path.AppendPoint(m_Points[mid - i].m_Point, FXPT_TYPE::MoveTo, false); in GetZeroAreaPath() 337 t_path.AppendPoint(m_Points[mid - i - 1].m_Point, FXPT_TYPE::LineTo, in GetZeroAreaPath() 369 NewPath->AppendPoint(m_Points[pre].m_Point, FXPT_TYPE::MoveTo, false); in GetZeroAreaPath() 370 NewPath->AppendPoint(m_Points[next].m_Point, FXPT_TYPE::LineTo, in GetZeroAreaPath() 384 NewPath->AppendPoint(m_Points[pre].m_Point, FXPT_TYPE::MoveTo, false); in GetZeroAreaPath() 385 NewPath->AppendPoint(m_Points[next].m_Point, FXPT_TYPE::LineTo, in GetZeroAreaPath() 391 NewPath->AppendPoint(m_Points[i - 1].m_Point, FXPT_TYPE::MoveTo, in GetZeroAreaPath() 393 NewPath->AppendPoint(m_Points[i].m_Point, FXPT_TYPE::LineTo, false); in GetZeroAreaPath()
|
D | cfx_font.cpp | 110 param->m_pPath->AppendPoint( in Outline_MoveTo() 122 param->m_pPath->AppendPoint( in Outline_LineTo() 136 param->m_pPath->AppendPoint( in Outline_ConicTo() 143 param->m_pPath->AppendPoint( in Outline_ConicTo() 148 param->m_pPath->AppendPoint( in Outline_ConicTo() 163 param->m_pPath->AppendPoint(CFX_PointF(control1->x / param->m_CoordUnit, in Outline_CubicTo() 167 param->m_pPath->AppendPoint(CFX_PointF(control2->x / param->m_CoordUnit, in Outline_CubicTo() 171 param->m_pPath->AppendPoint( in Outline_CubicTo()
|
D | cfx_renderdevice.cpp | 695 path.AppendPoint(CFX_PointF(x1, y1), FXPT_TYPE::MoveTo, false); in DrawCosmeticLine() 696 path.AppendPoint(CFX_PointF(x2, y2), FXPT_TYPE::LineTo, false); in DrawCosmeticLine()
|
/external/pdfium/xfa/fde/ |
D | cfde_path.cpp | 22 m_Path.AppendPoint(point, FXPT_TYPE::MoveTo, false); in MoveTo() 26 m_Path.AppendPoint(point, FXPT_TYPE::LineTo, false); in LineTo() 32 m_Path.AppendPoint(p1, FXPT_TYPE::BezierTo, false); in BezierTo() 33 m_Path.AppendPoint(p2, FXPT_TYPE::BezierTo, false); in BezierTo() 34 m_Path.AppendPoint(p3, FXPT_TYPE::BezierTo, false); in BezierTo()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_path.cpp | 59 void CPDF_Path::AppendPoint(const CFX_PointF& point, in AppendPoint() function in CPDF_Path 63 data.AppendPoint(point, type, close); in AppendPoint()
|
D | cpdf_path.h | 40 void AppendPoint(const CFX_PointF& point, FXPT_TYPE type, bool close);
|
D | cpdf_streamcontentparser.cpp | 1497 Path.AppendPoint(point.m_Point, point.m_Type, point.m_CloseFigure); in AddPathObject()
|
/external/pdfium/core/fxge/ |
D | cfx_pathdata.h | 63 void AppendPoint(const CFX_PointF& pos, FXPT_TYPE type, bool closeFigure);
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_interactiveformfiller.cpp | 72 path.AppendPoint(CFX_PointF(rcFocus.left, rcFocus.top), in OnDraw() 74 path.AppendPoint(CFX_PointF(rcFocus.left, rcFocus.bottom), in OnDraw() 76 path.AppendPoint(CFX_PointF(rcFocus.right, rcFocus.bottom), in OnDraw() 78 path.AppendPoint(CFX_PointF(rcFocus.right, rcFocus.top), in OnDraw() 80 path.AppendPoint(CFX_PointF(rcFocus.left, rcFocus.top), in OnDraw()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 831 patch.path.AppendPoint( in DrawCoonPatchMeshes()
|