Home
last modified time | relevance | path

Searched refs:dCurve (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dflatcurveeditorsubgroup.cc294 if (dCurve) { in switchGUI()
301 ColorProvider *barColorProvider = dCurve->getLeftBarColorProvider(); in switchGUI()
326 barColorProvider = dCurve->getBottomBarColorProvider(); in switchGUI()
327 bgGradient = dCurve->getBottomBarBgGradient(); in switchGUI()
351 switch((FlatCurveType)(dCurve->curveType->getSelected())) { in switchGUI()
354 CPointsCurve->setPoints (dCurve->controlPointsCurveEd); in switchGUI()
355 … CPointsCurve->setColorProvider(dCurve->getCurveColorProvider(), dCurve->getCurveCallerId()); in switchGUI()
358 updateEditButton(dCurve, editCPoints, editCPointsConn); in switchGUI()
511 if (!dCurve) in editToggled()
518 dCurve->subscribe(); in editToggled()
[all …]
H A Ddiagonalcurveeditorsubgroup.cc655 if (dCurve) { in switchGUI()
688 bgGradient = dCurve->getBottomBarBgGradient(); in switchGUI()
715 … customCurve->setPoints(tp == DCT_Spline ? dCurve->customCurveEd : dCurve->catmullRomCurveEd); in switchGUI()
716 … customCurve->setColorProvider(dCurve->getCurveColorProvider(), dCurve->getCurveCallerId()); in switchGUI()
732 dCurve->paramCurveEd.at(1), in switchGUI()
733 dCurve->paramCurveEd.at(2), in switchGUI()
734 dCurve->paramCurveEd.at(3) in switchGUI()
761 … NURBSCurve->setColorProvider(dCurve->getCurveColorProvider(), dCurve->getCurveCallerId()); in switchGUI()
1013 if (!dCurve) in editToggled()
1020 dCurve->subscribe(); in editToggled()
[all …]
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dflatcurveeditorsubgroup.cc293 if (dCurve) { in switchGUI()
300 ColorProvider *barColorProvider = dCurve->getLeftBarColorProvider(); in switchGUI()
325 barColorProvider = dCurve->getBottomBarColorProvider(); in switchGUI()
326 bgGradient = dCurve->getBottomBarBgGradient(); in switchGUI()
350 switch((FlatCurveType)(dCurve->curveType->getSelected())) { in switchGUI()
353 CPointsCurve->setPoints (dCurve->controlPointsCurveEd); in switchGUI()
354 … CPointsCurve->setColorProvider(dCurve->getCurveColorProvider(), dCurve->getCurveCallerId()); in switchGUI()
357 updateEditButton(dCurve, editCPoints, editCPointsConn); in switchGUI()
510 if (!dCurve) in editToggled()
517 dCurve->subscribe(); in editToggled()
[all …]
H A Ddiagonalcurveeditorsubgroup.cc656 if (dCurve) { in switchGUI()
689 bgGradient = dCurve->getBottomBarBgGradient(); in switchGUI()
716 … customCurve->setPoints(tp == DCT_Spline ? dCurve->customCurveEd : dCurve->catmullRomCurveEd); in switchGUI()
717 … customCurve->setColorProvider(dCurve->getCurveColorProvider(), dCurve->getCurveCallerId()); in switchGUI()
733 dCurve->paramCurveEd.at(1), in switchGUI()
734 dCurve->paramCurveEd.at(2), in switchGUI()
735 dCurve->paramCurveEd.at(3) in switchGUI()
762 … NURBSCurve->setColorProvider(dCurve->getCurveColorProvider(), dCurve->getCurveCallerId()); in switchGUI()
1014 if (!dCurve) in editToggled()
1021 dCurve->subscribe(); in editToggled()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsCurve.cpp64 SkDConic dCurve; in setConicBounds() local
65 dCurve.set(curve, curveWeight); in setConicBounds()
67 dRect.setBounds(dCurve, fConic, tStart, tEnd); in setConicBounds()
74 SkDCubic dCurve; in setCubicBounds() local
75 dCurve.set(curve); in setCubicBounds()
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd); in setCubicBounds()
84 SkDQuad dCurve; in setQuadBounds() local
85 dCurve.set(curve); in setQuadBounds()
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd); in setQuadBounds()
H A DSkPathOpsCubic.h136 double top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsCurve.cpp64 SkDConic dCurve; in setConicBounds() local
65 dCurve.set(curve, curveWeight); in setConicBounds()
67 dRect.setBounds(dCurve, fConic, tStart, tEnd); in setConicBounds()
74 SkDCubic dCurve; in setCubicBounds() local
75 dCurve.set(curve); in setCubicBounds()
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd); in setCubicBounds()
84 SkDQuad dCurve; in setQuadBounds() local
85 dCurve.set(curve); in setQuadBounds()
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd); in setQuadBounds()
H A DSkPathOpsCubic.h136 double top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pathops/
H A DSkPathOpsCurve.cpp64 SkDConic dCurve; in setConicBounds() local
65 dCurve.set(curve, curveWeight); in setConicBounds()
67 dRect.setBounds(dCurve, fConic, tStart, tEnd); in setConicBounds()
74 SkDCubic dCurve; in setCubicBounds() local
75 dCurve.set(curve); in setCubicBounds()
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd); in setCubicBounds()
84 SkDQuad dCurve; in setQuadBounds() local
85 dCurve.set(curve); in setQuadBounds()
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd); in setQuadBounds()
H A DSkPathOpsCubic.h136 double top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsCurve.cpp64 SkDConic dCurve; in setConicBounds() local
65 dCurve.set(curve, curveWeight); in setConicBounds()
67 dRect.setBounds(dCurve, fConic, tStart, tEnd); in setConicBounds()
74 SkDCubic dCurve; in setCubicBounds() local
75 dCurve.set(curve); in setCubicBounds()
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd); in setCubicBounds()
84 SkDQuad dCurve; in setQuadBounds() local
85 dCurve.set(curve); in setQuadBounds()
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd); in setQuadBounds()
H A DSkPathOpsCubic.h136 double top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsCurve.cpp64 SkDConic dCurve; in setConicBounds() local
65 dCurve.set(curve, curveWeight); in setConicBounds()
67 dRect.setBounds(dCurve, fConic, tStart, tEnd); in setConicBounds()
74 SkDCubic dCurve; in setCubicBounds() local
75 dCurve.set(curve); in setCubicBounds()
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd); in setCubicBounds()
84 SkDQuad dCurve; in setQuadBounds() local
85 dCurve.set(curve); in setQuadBounds()
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd); in setQuadBounds()
H A DSkPathOpsCubic.h136 double top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsCurve.cpp64 SkDConic dCurve; in setConicBounds() local
65 dCurve.set(curve, curveWeight); in setConicBounds()
67 dRect.setBounds(dCurve, fConic, tStart, tEnd); in setConicBounds()
74 SkDCubic dCurve; in setCubicBounds() local
75 dCurve.set(curve); in setCubicBounds()
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd); in setCubicBounds()
84 SkDQuad dCurve; in setQuadBounds() local
85 dCurve.set(curve); in setQuadBounds()
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd); in setQuadBounds()
H A DSkPathOpsCubic.h131 double top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pathops/
H A DSkPathOpsCurve.cpp64 SkDConic dCurve; in setConicBounds() local
65 dCurve.set(curve, curveWeight); in setConicBounds()
67 dRect.setBounds(dCurve, fConic, tStart, tEnd); in setConicBounds()
74 SkDCubic dCurve; in setCubicBounds() local
75 dCurve.set(curve); in setCubicBounds()
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd); in setCubicBounds()
84 SkDQuad dCurve; in setQuadBounds() local
85 dCurve.set(curve); in setQuadBounds()
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd); in setQuadBounds()
H A DSkPathOpsCubic.h124 double top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pathops/
H A DSkPathOpsCurve.cpp64 SkDConic dCurve; in setConicBounds() local
65 dCurve.set(curve, curveWeight); in setConicBounds()
67 dRect.setBounds(dCurve, fConic, tStart, tEnd); in setConicBounds()
74 SkDCubic dCurve; in setCubicBounds() local
75 dCurve.set(curve); in setCubicBounds()
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd); in setCubicBounds()
84 SkDQuad dCurve; in setQuadBounds() local
85 dCurve.set(curve); in setQuadBounds()
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd); in setQuadBounds()
H A DSkPathOpsCubic.h136 double top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const;
/dports/graphics/art/ART-1.9.3/rtengine/
H A Diplabadjustments.cc137 std::unique_ptr<DiagonalCurve> dCurve; in get_ab_curves() local
141 dCurve.reset(new DiagonalCurve(acurve, CURVES_MIN_POLY_POINTS / skip)); in get_ab_curves()
143 CurveFactory::fillCurveArray(dCurve.get(), aout, skip, dCurve && !dCurve->isIdentity()); in get_ab_curves()
145 dCurve = nullptr; in get_ab_curves()
148 dCurve.reset(new DiagonalCurve(bcurve, CURVES_MIN_POLY_POINTS / skip)); in get_ab_curves()
150 CurveFactory::fillCurveArray(dCurve.get(), bout, skip, dCurve && !dCurve->isIdentity()); in get_ab_curves()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dcurves.cc314 if (dCurve && !dCurve->isIdentity()) { in curveCL()
336 if (dCurve && !dCurve->isIdentity()) { in mapcurve()
363 if (dCurve && !dCurve->isIdentity()) { in curveDehaContL()
385 if (dCurve && !dCurve->isIdentity()) { in curveWavContL()
403 if (dCurve && !dCurve->isIdentity()) { in curveToning()
426 if (dCurve && !dCurve->isIdentity()) { in complexsgnCurve()
433 dCurve = nullptr; in complexsgnCurve()
440 if (dCurve && !dCurve->isIdentity()) { in complexsgnCurve()
447 dCurve = nullptr; in complexsgnCurve()
454 if (dCurve && !dCurve->isIdentity()) { in complexsgnCurve()
[all …]
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dcurves.cc347 if (dCurve && !dCurve->isIdentity()) { in curveCL()
369 if (dCurve && !dCurve->isIdentity()) { in mapcurve()
396 if (dCurve && !dCurve->isIdentity()) { in curveDehaContL()
418 if (dCurve && !dCurve->isIdentity()) { in curveWavContL()
436 if (dCurve && !dCurve->isIdentity()) { in curveToning()
459 if (dCurve && !dCurve->isIdentity()) { in complexsgnCurve()
466 dCurve = nullptr; in complexsgnCurve()
473 if (dCurve && !dCurve->isIdentity()) { in complexsgnCurve()
480 dCurve = nullptr; in complexsgnCurve()
487 if (dCurve && !dCurve->isIdentity()) { in complexsgnCurve()
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/examples/
H A DMakefile.am1 SUBDIRS=3d 3dSurf 3dCurve examples misc plugin bug ffddm mpi tutorial eigen hpddm
/dports/math/freefem++/FreeFem-sources-4.6/etc/config/m4/
H A DWindowsPackage.m439 Name: "{app}\examples\3dCurve"; Permissions: everyone-full
137 Source: "examples\3dCurve\*.edp"; DestDir: "{app}\examples\3dCurve"
173 Name: "{group}\Examples\3dCurve"; Filename: "{app}\examples\3dCurve"

12