Home
last modified time | relevance | path

Searched refs:shadowAngle (Results 1 – 25 of 27) sorted by relevance

12

/dports/editors/calligra/calligra-3.2.1/libs/widgets/
H A DKoShadowConfigWidget.cpp59 d->widget.shadowAngle->setValue(315.0); in KoShadowConfigWidget()
60 d->widget.shadowAngle->setMinimum(0.0); in KoShadowConfigWidget()
61 d->widget.shadowAngle->setMaximum(360.0); in KoShadowConfigWidget()
74 connect(d->widget.shadowAngle, SIGNAL(valueChanged(int)), this, SLOT(applyChanges())); in KoShadowConfigWidget()
108 d->widget.shadowAngle->blockSignals(true); in setShadowOffset()
109 d->widget.shadowAngle->setValue(-90 - angle * 180.0 / M_PI); in setShadowOffset()
110 d->widget.shadowAngle->blockSignals(false); in setShadowOffset()
121 m.rotate(d->widget.shadowAngle->value() + 90); in shadowOffset()
152 d->widget.shadowAngle->setEnabled( d->widget.shadowVisible->isChecked() ); in visibilityChanged()
/dports/graphics/krita/krita-4.4.8/libs/widgets/
H A DKoShadowConfigWidget.cpp59 d->widget.shadowAngle->setValue(315.0); in KoShadowConfigWidget()
60 d->widget.shadowAngle->setMinimum(0.0); in KoShadowConfigWidget()
61 d->widget.shadowAngle->setMaximum(360.0); in KoShadowConfigWidget()
74 connect(d->widget.shadowAngle, SIGNAL(valueChanged(int)), this, SLOT(applyChanges())); in KoShadowConfigWidget()
108 d->widget.shadowAngle->blockSignals(true); in setShadowOffset()
109 d->widget.shadowAngle->setValue(-90 - angle * 180.0 / M_PI); in setShadowOffset()
110 d->widget.shadowAngle->blockSignals(false); in setShadowOffset()
121 m.rotate(d->widget.shadowAngle->value() + 90); in shadowOffset()
152 d->widget.shadowAngle->setEnabled( d->widget.shadowVisible->isChecked() ); in visibilityChanged()
/dports/audio/qsynth/qsynth-0.9.2/src/
H A DqsynthDialClassicStyle.cpp141 int shadowAngle = -720; in drawComplexControl() local
147 p->drawArc(indent, indent, width-2*indent, width-2*indent, shadowAngle in drawComplexControl()
149 p->drawArc(indent, indent, width-2*indent, width-2*indent, shadowAngle in drawComplexControl()
156 shadowAngle = 2160; in drawComplexControl()
162 width-scale, width-scale, shadowAngle + arc, 240); in drawComplexControl()
164 width-scale, width-scale, shadowAngle - arc, 240); in drawComplexControl()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/widgets/
H A DAudioDial.cpp238 int shadowAngle = -720; in paintEvent() local
248 width-2*indent, width-2*indent, shadowAngle + arc, 240); in paintEvent()
250 width-2*indent, width-2*indent, shadowAngle - arc, 240); in paintEvent()
260 shadowAngle = 2160; in paintEvent()
267 width-scale, width-scale, shadowAngle + arc, 240); in paintEvent()
276 width-scale, width-scale, shadowAngle - arc, 240); in paintEvent()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/widgets/
H A DRotary.cpp343 int shadowAngle = -720;
348 paint.drawArc(indent, indent, width - 2*indent, width - 2*indent, shadowAngle + arc, 240);
349 paint.drawArc(indent, indent, width - 2*indent, width - 2*indent, shadowAngle - arc, 240);
354 shadowAngle = 2160; in slotControllerChanged()
359 paint.drawArc(scale / 2, scale / 2, width - scale, width - scale, shadowAngle + arc, 240);
360 paint.drawArc(scale / 2, scale / 2, width - scale, width - scale, shadowAngle - arc, 240);
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/haloclassic/src/haloclassic/
H A DHaloRectBorder.as1001 private var shadowAngle:Number;
1021 angle != shadowAngle ||
1025 shadowAngle = angle;
1075 if (shadowAngle <= 90 || shadowAngle >= 270)
1089 if (shadowAngle >= 90 && shadowAngle <= 270)
1104 if (shadowAngle >= 180 && shadowAngle <= 360)
1128 if (shadowAngle >= 0 && shadowAngle <= 180)
1174 shadowDistance, shadowAngle, shadowColor, 0.4);
1203 shadowDistance, shadowAngle, shadowColor, 0.4);
/dports/graphics/jalbum/jAlbum/ext/JalbumFilters/net/jalbum/filters/texts/
H A Dtexts_ko.properties131 filters.text.shadowAngle = 그림자 각도
H A Dtexts_de.properties133 filters.text.shadowAngle = Winkel
H A Dtexts_fi.properties133 filters.text.shadowAngle = Varjon kulma
H A Dtexts_nl.properties131 filters.text.shadowAngle = Schaduwhoek
H A Dtexts.properties131 filters.text.shadowAngle = Shadow Angle
H A Dtexts_sv.properties131 filters.text.shadowAngle = Vinkel
H A Dtexts_fr.properties131 filters.text.shadowAngle = Angle de l'ombre
H A Dtexts_pl.properties131 filters.text.shadowAngle = Kąt padania
H A Dtexts_sk.properties130 filters.text.shadowAngle = Uhol tieňa
H A Dtexts_cs.properties133 filters.text.shadowAngle = �hel st�nu
H A Dtexts_es.properties131 filters.text.shadowAngle = Ángulo de la sombra
H A Dtexts_pt.properties131 filters.text.shadowAngle = �ngulo da sombra
H A Dtexts_hu.properties131 filters.text.shadowAngle = Árnyék szöge
/dports/finance/prestashop/prestashop/admin/filemanager/include/
H A Dphp_image_magician.php1425 public function addShadow($shadowAngle=45, $blur=15, $bgColor='transparent') argument
1446 if ($shadowAngle == 0) {
1450 $distWidth = $shadowDistance * cos(deg2rad($shadowAngle));
1451 $distHeight = $shadowDistance * sin(deg2rad($shadowAngle));
/dports/www/thirtybees/thirtybees-1.1.0/admin/filemanager/include/
H A Dphp_image_magician.php1440 public function addShadow($shadowAngle=45, $blur=15, $bgColor='transparent') argument
1462 if ($shadowAngle == 0) {
1466 $distWidth = $shadowDistance * cos(deg2rad($shadowAngle));
1467 $distHeight = $shadowDistance * sin(deg2rad($shadowAngle));
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/viva/
H A Dimportviva.cpp1272 double shadowAngle = 0; in parseObjectDetailsXML() local
1297 shadowAngle = spo.text().toDouble(); in parseObjectDetailsXML()
1308 oLine.setAngle(shadowAngle - 180.0); in parseObjectDetailsXML()
/dports/www/opencart/opencart-3.0.3.8/upload/catalog/view/javascript/jquery/swiper/js/maps/
H A Dswiper.jquery.min.js.map1shadowAngle","multiplier","sin","cos","scale1","scale2","zFactor","isSafari","isUiWebView","center…
H A Dswiper.jquery.umd.min.js.map1shadowAngle","multiplier","sin","cos","scale1","scale2","zFactor","isSafari","isUiWebView","center…
H A Dswiper.min.js.map1shadowAngle","multiplier","sin","cos","scale1","scale2","zFactor","isSafari","isUiWebView","center…

12