Home
last modified time | relevance | path

Searched refs:lcurve (Results 1 – 25 of 50) sorted by relevance

12

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/utils/kicad2step/pcb/
H A Dkicadfootprint.cpp371 KICADCURVE lcurve = *i; in ComposePCB() local
373 lcurve.m_start.y = -lcurve.m_start.y; in ComposePCB()
374 lcurve.m_end.y = -lcurve.m_end.y; in ComposePCB()
375 lcurve.m_angle = -lcurve.m_angle; in ComposePCB()
379 double x = lcurve.m_start.x * vcos - lcurve.m_start.y * vsin; in ComposePCB()
380 double y = lcurve.m_start.x * vsin + lcurve.m_start.y * vcos; in ComposePCB()
383 x = lcurve.m_end.x * vcos - lcurve.m_end.y * vsin; in ComposePCB()
384 y = lcurve.m_end.x * vsin + lcurve.m_end.y * vcos; in ComposePCB()
385 lcurve.m_end.x = x; in ComposePCB()
386 lcurve.m_end.y = y; in ComposePCB()
[all …]
H A Dkicadpcb.cpp488 KICADCURVE lcurve = *i; in ComposePCB() local
489 lcurve.m_start.y = -( lcurve.m_start.y - origin.y ); in ComposePCB()
490 lcurve.m_end.y = -( lcurve.m_end.y - origin.y ); in ComposePCB()
491 lcurve.m_start.x -= origin.x; in ComposePCB()
492 lcurve.m_end.x -= origin.x; in ComposePCB()
494 lcurve.m_bezierctrl1.y = -( lcurve.m_bezierctrl1.y - origin.y ); in ComposePCB()
495 lcurve.m_bezierctrl1.x -= origin.x; in ComposePCB()
496 lcurve.m_bezierctrl2.y = -( lcurve.m_bezierctrl2.y - origin.y ); in ComposePCB()
497 lcurve.m_bezierctrl2.x -= origin.x; in ComposePCB()
499 if( CURVE_ARC == lcurve.m_form ) in ComposePCB()
[all …]
/dports/graphics/art/ART-1.9.3/rtengine/
H A Diplabadjustments.cc154 void lab_adjustments(const ImProcData &im, Imagefloat *img, LUTf &lcurve, LUTf &acurve, LUTf &bcurv… in lab_adjustments() argument
239 L = lcurve[L]; in lab_adjustments()
251 L = lcurve[L]; in lab_adjustments()
270 LUTf lcurve; in labAdjustments() local
275lcurve(32770, 0); // lumacurve[32768] and lumacurve[32769] will be set to 32768 and 32769 later to… in labAdjustments()
309 …get_L_curve(lcurve, params->labCurve.brightness, params->labCurve.contrast, params->labCurve.lcurv… in labAdjustments()
312 …lab_adjustments(ImProcData(params, scale, multiThread), rgb, lcurve, acurve, bcurve, histLCurve, p… in labAdjustments()
H A Diphsl.cc54 FlatCurve lcurve(params->hsl.lCurve, true, CURVES_MIN_POLY_POINTS / scale); in hslEqualizer() local
146 if (!lcurve.isIdentity()) { in hslEqualizer()
153 float f = lcurve.getVal(hue01(h)); in hslEqualizer()
/dports/graphics/graphviz/graphviz-2.44.1/graphs/directed/
H A Darrows.gv79 _curve -> lcurve [arrowhead=lcurve label=lcurve]
80 lcurve -> lcurvelcurve [arrowhead=lcurvelcurve label=lcurvelcurve]
/dports/graphics/art/ART-1.9.3/rtgui/
H A Ddiagonalcurveeditorsubgroup.cc1145 std::vector<double> lcurve (8); in getCurveFromGUI() local
1146 lcurve[0] = (double)(DCT_Parametric); in getCurveFromGUI()
1147 shcSelector->getPositions (lcurve[1], lcurve[2], lcurve[3]); in getCurveFromGUI()
1148 lcurve[4] = highlights->getValue (); in getCurveFromGUI()
1149 lcurve[5] = lights->getValue (); in getCurveFromGUI()
1150 lcurve[6] = darks->getValue (); in getCurveFromGUI()
1151 lcurve[7] = shadows->getValue (); in getCurveFromGUI()
1152 return lcurve; in getCurveFromGUI()
1171 std::vector<double> lcurve (1); in getCurveFromGUI() local
1172 lcurve[0] = (double)(DCT_Linear); in getCurveFromGUI()
[all …]
H A Dlabcurve.cc108 lshape->setCurve(pp->labCurve.lcurve); in read()
145 pp->labCurve.lcurve = lshape->getCurve (); in write()
H A Dflatcurveeditorsubgroup.cc585 std::vector<double> lcurve (1); in getCurveFromGUI() local
586 lcurve[0] = (double)(FCT_Linear); in getCurveFromGUI()
587 return lcurve; in getCurveFromGUI()
H A Dlocalcontrast.cc151 …void getEditIDs(EditUniqueID &hcurve, EditUniqueID &ccurve, EditUniqueID &lcurve, EditUniqueID &de… in getEditIDs() argument
155 lcurve = EUID_LabMasks_L2; in getEditIDs()
H A Dtextureboost.cc137 …void getEditIDs(EditUniqueID &hcurve, EditUniqueID &ccurve, EditUniqueID &lcurve, EditUniqueID &de… in getEditIDs() argument
141 lcurve = EUID_LabMasks_L4; in getEditIDs()
H A Dsmoothing.cc141 …void getEditIDs(EditUniqueID &hcurve, EditUniqueID &ccurve, EditUniqueID &lcurve, EditUniqueID &de… in getEditIDs() argument
145 lcurve = EUID_LabMasks_L3; in getEditIDs()
H A Dtoolpanelcoord.h139 LabCurve* lcurve; variable
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Ddiagonalcurveeditorsubgroup.cc1144 std::vector<double> lcurve (8); in getCurveFromGUI() local
1145 lcurve[0] = (double)(DCT_Parametric); in getCurveFromGUI()
1146 shcSelector->getPositions (lcurve[1], lcurve[2], lcurve[3]); in getCurveFromGUI()
1147 lcurve[4] = highlights->getValue (); in getCurveFromGUI()
1148 lcurve[5] = lights->getValue (); in getCurveFromGUI()
1149 lcurve[6] = darks->getValue (); in getCurveFromGUI()
1150 lcurve[7] = shadows->getValue (); in getCurveFromGUI()
1151 return lcurve; in getCurveFromGUI()
1170 std::vector<double> lcurve (1); in getCurveFromGUI() local
1171 lcurve[0] = (double)(DCT_Linear); in getCurveFromGUI()
[all …]
H A Dflatcurveeditorsubgroup.cc586 std::vector<double> lcurve (1); in getCurveFromGUI() local
587 lcurve[0] = (double)(FCT_Linear); in getCurveFromGUI()
588 return lcurve; in getCurveFromGUI()
H A Dlabcurve.cc249 lshape->setUnChanged (!pedited->labCurve.lcurve); in read()
283 lshape->setCurve (pp->labCurve.lcurve); in read()
368 pp->labCurve.lcurve = lshape->getCurve (); in write()
389 pedited->labCurve.lcurve = !lshape->isUnChanged (); in write()
H A Dparamsedited.h112 bool lcurve; member
309 bool lcurve; member
H A Ddirpyrdenoise.cc69 defaultCurve = rtengine::procparams::DirPyrDenoiseParams().lcurve; in DirPyrDenoise()
597 lshape->setCurve (pp->dirpyrDenoise.lcurve); in read()
638 pp->dirpyrDenoise.lcurve = lshape->getCurve (); in write()
659 pedited->dirpyrDenoise.lcurve = !lshape->isUnChanged (); in write()
H A Dtoolpanelcoord.h139 LCurve* lcurve; variable
H A Dtoolpanelcoord.cc56 lcurve = Gtk::manage (new LCurve ()); in ToolPanelCoordinator()
130 addfavoritePanel (exposurePanel, lcurve); in ToolPanelCoordinator()
898lcurve->updateCurveBackgroundHistogram(histToneCurve, histLCurve, histCCurve, histLCAM, histCCAM, … in updateCurveBackgroundHistogram()
H A Dparamsedited.cc93 labCurve.lcurve = v; in set()
277 dirpyrDenoise.lcurve = v; in set()
671 labCurve.lcurve = labCurve.lcurve && p.labCurve.lcurve == other.labCurve.lcurve; in initFrom()
860 …dirpyrDenoise.lcurve = dirpyrDenoise.lcurve && p.dirpyrDenoise.lcurve == other.dirpyrDenoise.lcurv… in initFrom()
1394 if (labCurve.lcurve) { in combine()
1395 toEdit.labCurve.lcurve = mods.labCurve.lcurve; in combine()
2089 if (dirpyrDenoise.lcurve) { in combine()
2090 toEdit.dirpyrDenoise.lcurve = mods.dirpyrDenoise.lcurve; in combine()
/dports/math/gsl/gsl-2.7/multilarge/
H A Dgsl_multilarge.h51 int (*lcurve) (gsl_vector * reg_param, gsl_vector * rho, member
H A Dmultilarge.c125 int status = w->type->lcurve(reg_param, rho, eta, w->state); in gsl_multilarge_linear_lcurve()
/dports/security/gnutls/gnutls-3.6.16/lib/x509/
H A Dcommon.c1137 gnutls_ecc_curve_t lcurve = GNUTLS_ECC_CURVE_INVALID; in _gnutls_x509_get_pk_algorithm() local
1150 algo = _gnutls_oid_to_pk_and_curve(oid, &lcurve); in _gnutls_x509_get_pk_algorithm()
1158 *curve = lcurve; in _gnutls_x509_get_pk_algorithm()
1166 if (lcurve != GNUTLS_ECC_CURVE_INVALID) { /* curve present */ in _gnutls_x509_get_pk_algorithm()
1167 bits[0] = gnutls_ecc_curve_get_size(lcurve)*8; in _gnutls_x509_get_pk_algorithm()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dsimpleprocess.cc1056 …e (params.labCurve.brightness, params.labCurve.contrast, params.labCurve.lcurve, hist16, lumacurve… in stage_finish()
1446 auto &lcurve = params.dirpyrDenoise.lcurve; in adjust_procparams() local
1448 for (size_t i = 2; i < lcurve.size(); i += 4) { in adjust_procparams()
1449 lcurve[i] *= min(noise_factor /* * scale_factor*/, 1.0); in adjust_procparams()
1452 noiseLCurve.Set (lcurve); in adjust_procparams()
/dports/graphics/argyllcms/Argyll_V1.9.2/link/
H A Dcollink.c796 if (p->in.lcurve) { /* Apply Y to L* */ in devi_devip()
797 y2l_curve(out, out, p->in.lcurve == 2); in devi_devip()
1041 if (p->in.lcurve) { /* Apply L* to Y to undo input curve */ in devip_devop()
1042 l2y_curve(win, win, p->in.lcurve == 2); in devip_devop()
1582 if (p->out.lcurve) { /* Apply Y to L* to make output perceptual */ in devip_devop()
1586 y2l_curve(out, out, p->out.lcurve == 2); in devip_devop()
1622 if (p->out.lcurve) { /* Apply L* to Y */ in devop_devo()
1623 l2y_curve(out, out, p->out.lcurve == 2); in devop_devo()
3211 li.in.lcurve = 1; /* Use Y to L* and L* to Y for input */ in main()
3214 li.in.lcurve = 2; /* Use real Y to L* and L* to Y for input */ in main()
[all …]

12