Home
last modified time | relevance | path

Searched refs:fillText (Results 126 – 150 of 512) sorted by relevance

12345678910>>...21

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/timeline/
H A DWebVitalsLane.ts42 this.context.fillText(upperCaseLabel, 6, height + 4);
127 this.context.fillText(
138 this.context.fillText(
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-svg-lib/src/Svg/Surface/
H A DSurfaceInterface.php49 public function fillText($text, $x, $y, $maxWidth = null); function
/dports/www/bolt/bolt-2.2.24/vendor/symfony/web-profiler-bundle/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/
H A Dtime.html.twig332 ctx.fillText(ms, xc, h);
336 ctx.fillText(text, xc, h);
341 ctx.fillText(text, xc, h);
345 ctx.fillText(ms, xc, h);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dcanvas_rendering_context_2d_api_test.cc465 Context2D()->fillText("Sensitive message", 1.0, 1.0); in TEST_F()
531 Context2D()->fillText("Sensitive message", 1.0, 1.0); in TEST_F()
540 Context2D()->fillText("Bye", 4.0, 3.0); in TEST_F()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/src/com/artifex/mupdf/fitz/
H A DNativeDevice.java29 …public native final void fillText(Text text, Matrix ctm, ColorSpace cs, float[] color, float alpha… in fillText() method in NativeDevice
H A DDevice.java44 …abstract public void fillText(Text text, Matrix ctm, ColorSpace cs, float[] color, float alpha, in… in fillText() method in Device
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DFontDetector.java69 ctx.fillText("TheQuickBrownFox", 2, 50); in isFontSupported()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.h215 void fillText(const String& text, float x, float y);
216 void fillText(const String& text, float x, float y, float maxWidth);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/frontend/
H A Dnotes_panel.ts128 ctx.fillText(summary, left + FLAG_WIDTH + 3, size.height + 1);
198 ctx.fillText(
H A Doverview_timeline_panel.ts77 ctx.fillText(timeToString(t - this.totTime.start), xPos + 5, 18);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/frontend/
H A Dnotes_panel.ts137 ctx.fillText(summary, left + FLAG_WIDTH + 3, size.height + 1);
207 ctx.fillText(
H A Doverview_timeline_panel.ts77 ctx.fillText(timeToString(t - this.totTime.start), xPos + 5, 18);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/
H A Dtime.html.twig395 ctx.fillText(ms, xc, h);
400 ctx.fillText(text, xc, h);
406 ctx.fillText(text, xc, h);
411 ctx.fillText(ms, xc, h);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/
H A Dtime.html.twig395 ctx.fillText(ms, xc, h);
400 ctx.fillText(text, xc, h);
406 ctx.fillText(text, xc, h);
411 ctx.fillText(ms, xc, h);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DJSCanvasRenderingContext2DCustom.cpp427 JSValue JSCanvasRenderingContext2D::fillText(ExecState* exec) in fillText() function in WebCore::JSCanvasRenderingContext2D
439 …context->fillText(ustringToString(exec->argument(0).toString(exec)), exec->argument(1).toFloat(exe… in fillText()
441 …context->fillText(ustringToString(exec->argument(0).toString(exec)), exec->argument(1).toFloat(exe… in fillText()
/dports/audio/moony-lv2/moony-0.36.0/test/
H A Dmoony_overflow.lua208 forge:fillText('hello')
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/tracks/thread_state/
H A Dfrontend.ts106 ctx.fillText(title, rectXCenter, MARGIN_TOP + RECT_HEIGHT / 2 + 3);
/dports/www/element-web/element-v1.9.8/bundles/fe56de007a54db37c626/
H A D4.js.map1 …imationTime","animateAndRenderInvaders","font","arrayFastClone","save","fillText","restore"],"mapp…
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/core/util/
H A Dsvg.d.ts252 fillText(text: string, x: number, y: number): void;
/dports/graphics/krita/krita-4.4.8/libs/ui/
H A Dkis_png_converter.cpp120 void fillText(png_text* p_text, const char* key, QString& text) in fillText() function
1214 fillText(texts + nbtexts, "Title", title);
1226 fillText(texts + nbtexts, "Description", abstract);
1232 fillText(texts + nbtexts, "Copyright", license);
1244 fillText(texts + nbtexts, "Author", author);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/tracks/gpu_freq/
H A Dfrontend.ts149 ctx.fillText(`${yLabel}`, 5, 14);
/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.cc469 void OffscreenCanvasRenderingContext2D::fillText(const String& text, in fillText() function in blink::OffscreenCanvasRenderingContext2D
475 void OffscreenCanvasRenderingContext2D::fillText(const String& text, in fillText() function in blink::OffscreenCanvasRenderingContext2D
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdeclarative/examples/quick/canvas/doc/src/
H A Dcanvas.qdoc52 This example also demonstrates the fillText() API:
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/html/dom/
H A Didlharness.worker.js.ini77 …[OffscreenCanvasRenderingContext2D interface: operation fillText(DOMString, unrestricted double, u…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/tracks/cpu_freq/
H A Dfrontend.ts176 ctx.fillText(`${yLabel}`, 4, 14);

12345678910>>...21