Home
last modified time | relevance | path

Searched refs:BezierTo (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxgraphics/
H A Dcxfa_gepath.cpp31 void CXFA_GEPath::BezierTo(const CFX_PointF& c1, in BezierTo() function in CXFA_GEPath
34 data_.AppendPoint(c1, FXPT_TYPE::BezierTo, false); in BezierTo()
35 data_.AppendPoint(c2, FXPT_TYPE::BezierTo, false); in BezierTo()
36 data_.AppendPoint(to, FXPT_TYPE::BezierTo, false); in BezierTo()
64 data_.AppendPoint(bezier, FXPT_TYPE::BezierTo, false); in ArcToInternal()
68 data_.AppendPoint(bezier, FXPT_TYPE::BezierTo, false); in ArcToInternal()
72 data_.AppendPoint(bezier, FXPT_TYPE::BezierTo, false); in ArcToInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fgas/graphics/
H A Dcfgas_gepath.cpp31 void CFGAS_GEPath::BezierTo(const CFX_PointF& c1, in BezierTo() function in CFGAS_GEPath
34 data_.AppendPoint(c1, FXPT_TYPE::BezierTo); in BezierTo()
35 data_.AppendPoint(c2, FXPT_TYPE::BezierTo); in BezierTo()
36 data_.AppendPoint(to, FXPT_TYPE::BezierTo); in BezierTo()
64 data_.AppendPoint(bezier, FXPT_TYPE::BezierTo); in ArcToInternal()
68 data_.AppendPoint(bezier, FXPT_TYPE::BezierTo); in ArcToInternal()
72 data_.AppendPoint(bezier, FXPT_TYPE::BezierTo); in ArcToInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/edit/
H A Dcpdf_pagecontentgenerator_unittest.cpp74 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()
83 pPathObj->m_Path.AppendPoint(CFX_PointF(11.46f, 12.67f), FXPT_TYPE::BezierTo, in TEST_F()
85 pPathObj->m_Path.AppendPoint(CFX_PointF(11.84f, 12.96f), FXPT_TYPE::BezierTo, in TEST_F()
87 pPathObj->m_Path.AppendPoint(CFX_PointF(12, 13.64f), FXPT_TYPE::BezierTo, in TEST_F()
H A Dcpdf_pagecontentgenerator.cpp166 } else if (pointType == FXPT_TYPE::BezierTo) { in ProcessPath()
168 !pPoints[i].IsTypeAndOpen(FXPT_TYPE::BezierTo) || in ProcessPath()
169 !pPoints[i + 1].IsTypeAndOpen(FXPT_TYPE::BezierTo) || in ProcessPath()
170 pPoints[i + 2].m_Type != FXPT_TYPE::BezierTo) { in ProcessPath()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DPathRecording.cpp41 aPathSink.BezierTo(params.p1, params.p2, params.p3); in StreamToSink()
86 newPathOps.BezierTo(aTransform.TransformPoint(params.p1), in TransformedCopy()
161 void PathBuilderRecording::BezierTo(const Point& aCP1, const Point& aCP2, in BezierTo() function in mozilla::gfx::PathBuilderRecording
163 mPathOps.BezierTo(aCP1, aCP2, aCP3); in BezierTo()
164 mPathBuilder->BezierTo(aCP1, aCP2, aCP3); in BezierTo()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DPathRecording.cpp41 aPathSink.BezierTo(params.p1, params.p2, params.p3); in StreamToSink()
86 newPathOps.BezierTo(aTransform.TransformPoint(params.p1), in TransformedCopy()
161 void PathBuilderRecording::BezierTo(const Point& aCP1, const Point& aCP2, in BezierTo() function in mozilla::gfx::PathBuilderRecording
163 mPathOps.BezierTo(aCP1, aCP2, aCP3); in BezierTo()
164 mPathBuilder->BezierTo(aCP1, aCP2, aCP3); in BezierTo()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DPathRecording.cpp41 aPathSink.BezierTo(params.p1, params.p2, params.p3); in StreamToSink()
86 newPathOps.BezierTo(aTransform.TransformPoint(params.p1), in TransformedCopy()
161 void PathBuilderRecording::BezierTo(const Point& aCP1, const Point& aCP2, in BezierTo() function in mozilla::gfx::PathBuilderRecording
163 mPathOps.BezierTo(aCP1, aCP2, aCP3); in BezierTo()
164 mPathBuilder->BezierTo(aCP1, aCP2, aCP3); in BezierTo()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DPathRecording.cpp41 aPathSink.BezierTo(params.p1, params.p2, params.p3); in StreamToSink()
86 newPathOps.BezierTo(aTransform.TransformPoint(params.p1), in TransformedCopy()
161 void PathBuilderRecording::BezierTo(const Point& aCP1, const Point& aCP2, in BezierTo() function in mozilla::gfx::PathBuilderRecording
163 mPathOps.BezierTo(aCP1, aCP2, aCP3); in BezierTo()
164 mPathBuilder->BezierTo(aCP1, aCP2, aCP3); in BezierTo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/edit/
H A Dcpdf_pagecontentgenerator_unittest.cpp124 FXPT_TYPE::BezierTo, false); in TEST_F()
125 pPathObj->path().AppendPoint(CFX_PointF(3.57f, 2.98f), FXPT_TYPE::BezierTo, in TEST_F()
129 FXPT_TYPE::BezierTo, true); in TEST_F()
153 pPathObj->path().AppendPoint(CFX_PointF(4.24f, 3.15f), FXPT_TYPE::BezierTo, in TEST_F()
155 pPathObj->path().AppendPoint(CFX_PointF(4.65f, 2.98f), FXPT_TYPE::BezierTo, in TEST_F()
157 pPathObj->path().AppendPoint(CFX_PointF(3.456f, 0.24f), FXPT_TYPE::BezierTo, in TEST_F()
162 pPathObj->path().AppendPoint(CFX_PointF(11.46f, 12.67f), FXPT_TYPE::BezierTo, in TEST_F()
164 pPathObj->path().AppendPoint(CFX_PointF(11.84f, 12.96f), FXPT_TYPE::BezierTo, in TEST_F()
166 pPathObj->path().AppendPoint(CFX_PointF(12, 13.64f), FXPT_TYPE::BezierTo, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/edit/
H A Dcpdf_pagecontentgenerator_unittest.cpp124 FXPT_TYPE::BezierTo); in TEST_F()
125 pPathObj->path().AppendPoint(CFX_PointF(3.57f, 2.98f), FXPT_TYPE::BezierTo); in TEST_F()
128 FXPT_TYPE::BezierTo); in TEST_F()
150 pPathObj->path().AppendPoint(CFX_PointF(4.24f, 3.15f), FXPT_TYPE::BezierTo); in TEST_F()
151 pPathObj->path().AppendPoint(CFX_PointF(4.65f, 2.98f), FXPT_TYPE::BezierTo); in TEST_F()
152 pPathObj->path().AppendPoint(CFX_PointF(3.456f, 0.24f), FXPT_TYPE::BezierTo); in TEST_F()
155 pPathObj->path().AppendPoint(CFX_PointF(11.46f, 12.67f), FXPT_TYPE::BezierTo); in TEST_F()
156 pPathObj->path().AppendPoint(CFX_PointF(11.84f, 12.96f), FXPT_TYPE::BezierTo); in TEST_F()
158 FXPT_TYPE::BezierTo); in TEST_F()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fde/
H A Dcfde_path.cpp60 void CFDE_Path::BezierTo(const CFX_PointF& p1, in BezierTo() function in CFDE_Path
102 BezierTo(CFX_PointF(cx + rx * (cos_alpha - bcp * sin_alpha), in ArcTo()
115 BezierTo(p[1], p[2], p[3]); in AddBezier()
127 BezierTo(p[0], p[1], p[2]); in AddBeziers()
168 BezierTo(CFX_PointF(pPoints[i].x + pTangents[i].x, in AddCurve()
175 BezierTo(CFX_PointF(pPoints[iLast].x + pTangents[iLast].x, in AddCurve()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/
H A Dfpdf_editpath.cpp36 static_assert(static_cast<int>(FXPT_TYPE::BezierTo) == FPDF_SEGMENT_BEZIERTO,
128 cpath.AppendPoint(CFX_PointF(x1, y1), FXPT_TYPE::BezierTo, false); in FPDFPath_BezierTo()
129 cpath.AppendPoint(CFX_PointF(x2, y2), FXPT_TYPE::BezierTo, false); in FPDFPath_BezierTo()
130 cpath.AppendPoint(CFX_PointF(x3, y3), FXPT_TYPE::BezierTo, false); in FPDFPath_BezierTo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/
H A Dfpdf_editpath.cpp35 static_assert(static_cast<int>(FXPT_TYPE::BezierTo) == FPDF_SEGMENT_BEZIERTO,
127 cpath.AppendPoint(CFX_PointF(x1, y1), FXPT_TYPE::BezierTo); in FPDFPath_BezierTo()
128 cpath.AppendPoint(CFX_PointF(x2, y2), FXPT_TYPE::BezierTo); in FPDFPath_BezierTo()
129 cpath.AppendPoint(CFX_PointF(x3, y3), FXPT_TYPE::BezierTo); in FPDFPath_BezierTo()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGPathData.cpp354 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
364 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
376 aBuilder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
389 aBuilder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
408 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
454 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
465 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
478 aBuilder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
492 aBuilder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
621 aBuilder->BezierTo(scale(cp1), scale(cp2), scale(segEnd)); in BuildPath()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/
H A Dfpdfeditpath.cpp98 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fwl/theme/
H A Dcfwl_checkboxtp.cpp185 m_pCheckPath->BezierTo(pt1 + p1, pt2 + p2, pt2); in InitCheckPath()
189 m_pCheckPath->BezierTo(pt2 + p1, pt3 + p2, pt3); in InitCheckPath()
193 m_pCheckPath->BezierTo(pt3 + p1, pt4 + p2, pt4); in InitCheckPath()
197 m_pCheckPath->BezierTo(pt4 + p1, pt5 + p2, pt5); in InitCheckPath()
201 m_pCheckPath->BezierTo(pt5 + p1, pt1 + p2, pt1); in InitCheckPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fwl/theme/
H A Dcfwl_checkboxtp.cpp189 m_pCheckPath->BezierTo(pt1 + p1, pt2 + p2, pt2); in InitCheckPath()
193 m_pCheckPath->BezierTo(pt2 + p1, pt3 + p2, pt3); in InitCheckPath()
197 m_pCheckPath->BezierTo(pt3 + p1, pt4 + p2, pt4); in InitCheckPath()
201 m_pCheckPath->BezierTo(pt4 + p1, pt5 + p2, pt5); in InitCheckPath()
205 m_pCheckPath->BezierTo(pt5 + p1, pt1 + p2, pt1); in InitCheckPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_streamcontentparser.cpp676 AddPathPoint(GetNumber(5), GetNumber(4), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_123()
677 AddPathPoint(GetNumber(3), GetNumber(2), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_123()
678 AddPathPoint(GetNumber(1), GetNumber(0), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_123()
1382 AddPathPoint(m_PathCurrentX, m_PathCurrentY, FXPT_TYPE::BezierTo, false); in Handle_CurveTo_23()
1383 AddPathPoint(GetNumber(3), GetNumber(2), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_23()
1384 AddPathPoint(GetNumber(1), GetNumber(0), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_23()
1400 AddPathPoint(GetNumber(3), GetNumber(2), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_13()
1401 AddPathPoint(GetNumber(1), GetNumber(0), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_13()
1402 AddPathPoint(GetNumber(1), GetNumber(0), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_13()
1570 AddPathPoint(params[0], params[1], FXPT_TYPE::BezierTo, false); in ParsePathObject()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/page/
H A Dcpdf_streamcontentparser.cpp688 AddPathPoint(GetNumber(5), GetNumber(4), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_123()
689 AddPathPoint(GetNumber(3), GetNumber(2), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_123()
690 AddPathPoint(GetNumber(1), GetNumber(0), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_123()
1406 AddPathPoint(m_PathCurrentX, m_PathCurrentY, FXPT_TYPE::BezierTo, false); in Handle_CurveTo_23()
1407 AddPathPoint(GetNumber(3), GetNumber(2), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_23()
1408 AddPathPoint(GetNumber(1), GetNumber(0), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_23()
1424 AddPathPoint(GetNumber(3), GetNumber(2), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_13()
1425 AddPathPoint(GetNumber(1), GetNumber(0), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_13()
1426 AddPathPoint(GetNumber(1), GetNumber(0), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_13()
1579 AddPathPoint(params[0], params[1], FXPT_TYPE::BezierTo, false); in ParsePathObject()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_streamcontentparser.cpp661 AddPathPoint(GetNumber(5), GetNumber(4), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_123()
662 AddPathPoint(GetNumber(3), GetNumber(2), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_123()
663 AddPathPoint(GetNumber(1), GetNumber(0), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_123()
1364 AddPathPoint(m_PathCurrentX, m_PathCurrentY, FXPT_TYPE::BezierTo, false); in Handle_CurveTo_23()
1365 AddPathPoint(GetNumber(3), GetNumber(2), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_23()
1366 AddPathPoint(GetNumber(1), GetNumber(0), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_23()
1382 AddPathPoint(GetNumber(3), GetNumber(2), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_13()
1383 AddPathPoint(GetNumber(1), GetNumber(0), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_13()
1384 AddPathPoint(GetNumber(1), GetNumber(0), FXPT_TYPE::BezierTo, false); in Handle_CurveTo_13()
1559 AddPathPoint(params[0], params[1], FXPT_TYPE::BezierTo, false); in ParsePathObject()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGPathData.cpp350 builder->BezierTo(cp1, cp2, segEnd); in BuildPath()
360 builder->BezierTo(cp1, cp2, segEnd); in BuildPath()
372 builder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
384 builder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
404 builder->BezierTo(cp1, cp2, segEnd); in BuildPath()
449 builder->BezierTo(cp1, cp2, segEnd); in BuildPath()
459 builder->BezierTo(cp1, cp2, segEnd); in BuildPath()
471 builder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
483 builder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGPathData.cpp328 builder->BezierTo(cp1, cp2, segEnd); in BuildPath()
338 builder->BezierTo(cp1, cp2, segEnd); in BuildPath()
350 builder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
363 builder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
382 builder->BezierTo(cp1, cp2, segEnd); in BuildPath()
428 builder->BezierTo(cp1, cp2, segEnd); in BuildPath()
439 builder->BezierTo(cp1, cp2, segEnd); in BuildPath()
452 builder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
466 builder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGPathData.cpp394 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
404 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
416 aBuilder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
429 aBuilder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
448 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
494 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
505 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
518 aBuilder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
532 aBuilder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
656 aBuilder->BezierTo(scale(cp1), scale(cp2), scale(segEnd)); in BuildPath()
[all …]
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGPathData.cpp394 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
404 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
416 aBuilder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
429 aBuilder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
448 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
494 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
505 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
518 aBuilder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
532 aBuilder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
656 aBuilder->BezierTo(scale(cp1), scale(cp2), scale(segEnd)); in BuildPath()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGPathData.cpp394 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
404 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
416 aBuilder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
429 aBuilder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
448 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
494 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
505 aBuilder->BezierTo(cp1, cp2, segEnd); in BuildPath()
518 aBuilder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
532 aBuilder->BezierTo(tcp1, tcp2, segEnd); in BuildPath()
656 aBuilder->BezierTo(scale(cp1), scale(cp2), scale(segEnd)); in BuildPath()
[all …]

12345678