Home
last modified time | relevance | path

Searched refs:AngleSpan (Results 1 – 13 of 13) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/povray/
H A Dtext.pov16 #declare AngleSpan = 21.0; // Number of degrees though which to position text
17 #declare AngleStep = -(AngleSpan/8.0); // Number of degrees per letter
H A Drungate.pov18 #declare AngleSpan = 21.0; // Number of degrees though which to position text
19 #declare AngleStep = -(AngleSpan/8.0); // Number of degrees per letter
H A Dgatelogo.pov16 #declare AngleSpan = 21.0; // Number of degrees though which to position text
17 #declare AngleStep = -(AngleSpan/8.0); // Number of degrees per letter
H A Dgeneral.pov16 #declare AngleSpan = 21.0; // Number of degrees though which to position text
17 #declare AngleStep = -(AngleSpan/8.0); // Number of degrees per letter
H A Ddragongate.pov44 #declare AngleSpan = 21.0; // Number of degrees though which to position text
45 #declare AngleStep = -(AngleSpan/8.0); // Number of degrees per letter
H A Ddragongate2.pov44 #declare AngleSpan = 21.0; // Number of degrees though which to position text
45 #declare AngleStep = -(AngleSpan/8.0); // Number of degrees per letter
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsDebug.h390 const SkOpSpanBase* AngleSpan(const SkOpAngle*, int id);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsDebug.h390 const SkOpSpanBase* AngleSpan(const SkOpAngle*, int id);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pathops/
H A DSkPathOpsDebug.h376 const SkOpSpanBase* AngleSpan(const SkOpAngle*, int id);
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsDebug.h390 const SkOpSpanBase* AngleSpan(const SkOpAngle*, int id);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsDebug.h390 const SkOpSpanBase* AngleSpan(const SkOpAngle*, int id);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pathops/
H A DSkPathOpsDebug.h369 const SkOpSpanBase* AngleSpan(const SkOpAngle*, int id);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DPathOpsDebug.cpp235 const SkOpSpanBase* AngleSpan(const SkOpAngle* angle, int id) { in AngleSpan() function