Home
last modified time | relevance | path

Searched refs:strokeText (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/test/reftest/filters/
H A Dreftest.list23 fuzzy(1,600) == strokeText-with-filter-grayscale-1.html strokeText-with-filter-grayscale-1-ref.html
24 fuzzy(1,600) == strokeText-with-filter-grayscale-2.html strokeText-with-filter-grayscale-2-ref.html
29 != strokeText-with-shadow-1.html strokeText-without-shadow-1-ref.html
30 != strokeText-with-shadow-2.html strokeText-without-shadow-2-ref.html
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/test/reftest/filters/
H A Dreftest.list23 fuzzy(1,400) == strokeText-with-filter-grayscale-1.html strokeText-with-filter-grayscale-1-ref.html
24 fuzzy(1,400) == strokeText-with-filter-grayscale-2.html strokeText-with-filter-grayscale-2-ref.html
29 != strokeText-with-shadow-1.html strokeText-without-shadow-1-ref.html
30 != strokeText-with-shadow-2.html strokeText-without-shadow-2-ref.html
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/reftest/filters/
H A Dreftest.list25 fuzzy(0-1,0-600) == strokeText-with-filter-grayscale-1.html strokeText-with-filter-grayscale-1-ref.…
26 fuzzy(0-1,0-600) == strokeText-with-filter-grayscale-2.html strokeText-with-filter-grayscale-2-ref.…
31 != strokeText-with-shadow-1.html strokeText-without-shadow-1-ref.html
32 != strokeText-with-shadow-2.html strokeText-without-shadow-2-ref.html
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/test/reftest/filters/
H A Dreftest.list25 fuzzy(0-1,0-600) == strokeText-with-filter-grayscale-1.html strokeText-with-filter-grayscale-1-ref.…
26 fuzzy(0-1,0-600) == strokeText-with-filter-grayscale-2.html strokeText-with-filter-grayscale-2-ref.…
31 != strokeText-with-shadow-1.html strokeText-without-shadow-1-ref.html
32 != strokeText-with-shadow-2.html strokeText-without-shadow-2-ref.html
/dports/www/firefox/firefox-99.0/dom/canvas/test/reftest/filters/
H A Dreftest.list25 fuzzy(0-1,0-600) == strokeText-with-filter-grayscale-1.html strokeText-with-filter-grayscale-1-ref.…
26 fuzzy(0-1,0-600) == strokeText-with-filter-grayscale-2.html strokeText-with-filter-grayscale-2-ref.…
31 != strokeText-with-shadow-1.html strokeText-without-shadow-1-ref.html
32 != strokeText-with-shadow-2.html strokeText-without-shadow-2-ref.html
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/test/reftest/filters/
H A Dreftest.list25 fuzzy(0-1,0-600) == strokeText-with-filter-grayscale-1.html strokeText-with-filter-grayscale-1-ref.…
26 fuzzy(0-1,0-600) == strokeText-with-filter-grayscale-2.html strokeText-with-filter-grayscale-2-ref.…
31 != strokeText-with-shadow-1.html strokeText-without-shadow-1-ref.html
32 != strokeText-with-shadow-2.html strokeText-without-shadow-2-ref.html
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/afp/
H A DAFPInfo.java256 public boolean strokeText() { in strokeText() method in AFPInfo
257 boolean strokeText = false; in strokeText()
259 strokeText in strokeText()
260 = handlerConfiguration.getChild("stroke-text", true).getValueAsBoolean(strokeText); in strokeText()
262 return strokeText; in strokeText()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/
H A D2d.gradient.interpolate.zerosize.strokeText.html.ini1 [2d.gradient.interpolate.zerosize.strokeText.html]
2 [Canvas test: 2d.gradient.interpolate.zerosize.strokeText]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/ps/
H A DPSSVGHandler.java243 boolean strokeText = false; in renderSVGDocument()
246 strokeText = cfg.getChild("stroke-text", true).getValueAsBoolean(strokeText); in renderSVGDocument()
251 PSGraphics2D graphics = new PSGraphics2D(strokeText, gen); in renderSVGDocument()
255 (strokeText ? null : psInfo.fontInfo), in renderSVGDocument()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/meta/2dcontext/fill-and-stroke-styles/
H A D2d.gradient.interpolate.zerosize.strokeText.html.ini1 [2d.gradient.interpolate.zerosize.strokeText.html]
3 [Canvas test: 2d.gradient.interpolate.zerosize.strokeText]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/html/canvas/element/wide-gamut-canvas/
H A D2d.color.space.p3.strokeText.html.ini1 [2d.color.space.p3.strokeText.html]
2 [Test if strokeText can be used with a solid display-p3 color]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/canvas/offscreencanvas2d/
H A Doffscreen_canvas_rendering_context_2d.h86 void strokeText(const String& text, double x, double y);
87 void strokeText(const String& text, double x, double y, double max_width);
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/html/canvas/tools/yaml/element/
H A Dconformance-requirements.yaml46 @assert ctx.strokeText('test', 0, 0) === undefined;
143 @assert throws TypeError ctx.strokeText();
144 @assert throws TypeError ctx.strokeText('test');
145 @assert throws TypeError ctx.strokeText('test', 0);
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/html/canvas/tools/yaml-new/
H A Dconformance_requirements.yaml45 @assert ctx.strokeText('test', 0, 0) === undefined;
141 @assert throws TypeError ctx.strokeText();
142 @assert throws TypeError ctx.strokeText('test');
143 @assert throws TypeError ctx.strokeText('test', 0);
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/html/canvas/tools/yaml/element/
H A Dconformance-requirements.yaml46 @assert ctx.strokeText('test', 0, 0) === undefined;
143 @assert throws TypeError ctx.strokeText();
144 @assert throws TypeError ctx.strokeText('test');
145 @assert throws TypeError ctx.strokeText('test', 0);
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/html/canvas/offscreen/text/
H A D2d.text.draw.stroke.unaffected.html.ini2 [strokeText does not start a new path or subpath]
H A D2d.text.draw.stroke.unaffected.worker.js.ini2 [strokeText does not start a new path or subpath]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/html/canvas/offscreen/text/
H A D2d.text.draw.stroke.unaffected.html.ini2 [strokeText does not start a new path or subpath]
H A D2d.text.draw.stroke.unaffected.worker.js.ini2 [strokeText does not start a new path or subpath]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/html/canvas/offscreen/text/
H A D2d.text.draw.stroke.unaffected.html.ini2 [strokeText does not start a new path or subpath]
H A D2d.text.draw.stroke.unaffected.worker.js.ini2 [strokeText does not start a new path or subpath]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/html/canvas/offscreen/text/
H A D2d.text.draw.stroke.unaffected.html.ini2 [strokeText does not start a new path or subpath]
H A D2d.text.draw.stroke.unaffected.worker.js.ini2 [strokeText does not start a new path or subpath]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/canvas/offscreencanvas2d/
H A Doffscreen_canvas_rendering_context_2d.h89 void strokeText(const String& text, double x, double y);
90 void strokeText(const String& text, double x, double y, double max_width);
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/html/canvas/element/manual/hit-regions/
H A DaddHitRegions-NotSupportedError-01.html.ini8 [strokeText should not affect current default path and NotSupportedError shuld be thrown.]

12345678910>>...12