Home
last modified time | relevance | path

Searched refs:canvasGradient (Results 1 – 18 of 18) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/canvas/
H A DCanvasStyle.cpp255 context->setStrokeGradient(canvasGradient()->gradient()); in applyStrokeColor()
292 context->setFillGradient(canvasGradient()->gradient()); in applyFillColor()
H A DCanvasStyle.h58 CanvasGradient* canvasGradient() const { return m_gradient.get(); } in canvasGradient() function
H A DCanvasRenderingContext2D.cpp1943 if (drawStyle->canvasGradient() || drawStyle->canvasPattern()) { in drawTextInternal()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DJSCanvasRenderingContext2DCustom.cpp47 if (style->canvasGradient()) in toJS()
48 return toJS(exec, globalObject, style->canvasGradient()); in toJS()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/html/canvas/tools/yaml/element/
H A Dfill-and-stroke-styles.yaml141 - 2d.canvasGradient.type
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/html/canvas/tools/yaml/element/
H A Dfill-and-stroke-styles.yaml141 - 2d.canvasGradient.type
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/html/canvas/tools/yaml/element/
H A Dfill-and-stroke-styles.yaml141 - 2d.canvasGradient.type
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/html/canvas/tools/
H A Dspec.yaml72 - id: 2d.canvasGradient.type
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/html/canvas/tools/
H A Dspec.yaml72 - id: 2d.canvasGradient.type
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/html/canvas/tools/
H A Dspec.yaml72 - id: 2d.canvasGradient.type
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/2dcontext/tools/
H A Dspec.yaml73 - id: 2d.canvasGradient.type
H A Dtests2d.yaml1653 - 2d.canvasGradient.type
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/2dcontext/tools/
H A Dspec.yaml73 - id: 2d.canvasGradient.type
H A Dtests2d.yaml1632 - 2d.canvasGradient.type
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/html/canvas/tools/
H A Dspec.yaml73 - id: 2d.canvasGradient.type
H A Dtests2d.yaml1662 - 2d.canvasGradient.type
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2008-08-1034869 (WebCore::CanvasStyle::canvasGradient):
H A DChangeLog-2009-06-1694150 Changed pattern() to canvasPattern() on CanvasStyle to match canvasGradient()