Home
last modified time | relevance | path

Searched defs:ShadowBlur (Results 1 – 16 of 16) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/
H A Dkjs_context2d.h71 ShadowOffsetX, ShadowOffsetY, ShadowBlur, ShadowColor, // shadow properties in DEFINE_PSEUDO_CONSTRUCTOR() enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dcanvas_rendering_context_2d_state.h160 double ShadowBlur() const { return shadow_blur_; } in ShadowBlur() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dcanvas_rendering_context_2d_state.h182 double ShadowBlur() const { return shadow_blur_; } in ShadowBlur() function
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/context2d/
H A Dqquickcontext2d_p.h119 ShadowBlur, enumerator
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/context2d/
H A Dqquickcontext2d_p.h119 ShadowBlur, enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DShadowBlur.cpp171 ShadowBlur::ShadowBlur(const FloatSize& radius, const FloatSize& offset, const Color& color, ColorS… in ShadowBlur() function in WebCore::ShadowBlur
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DCanvasRenderingContext2D.h177 double ShadowBlur() override { return CurrentState().shadowBlur; } in ShadowBlur() function
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dpaintrenderingcontext2d.rs392 fn ShadowBlur(&self) -> f64 { in ShadowBlur() method
H A Dcanvasrenderingcontext2d.rs1374 fn ShadowBlur(&self) -> f64 { in ShadowBlur() method
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DCanvasRenderingContext2D.h184 double ShadowBlur() override { return CurrentState().shadowBlur; } in ShadowBlur() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DCanvasRenderingContext2D.h177 double ShadowBlur() override { return CurrentState().shadowBlur; } in ShadowBlur() function
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DCanvasRenderingContext2D.h166 double ShadowBlur() override { return CurrentState().shadowBlur; } in ShadowBlur() function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DCanvasRenderingContext2D.h159 double ShadowBlur() override { return CurrentState().shadowBlur; } in ShadowBlur() function
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DCanvasRenderingContext2D.h162 double ShadowBlur() in ShadowBlur() function
/dports/www/limesurvey/limesurvey/application/third_party/pchart/
H A DpChart.class.php188 var $ShadowBlur = 0; variable in pChart
/dports/misc/perkeep/perkeep-0.11/vendor/honnef.co/go/js/dom/
H A Ddom.go1920 ShadowBlur int `js:"shadowBlur"` member