Home
last modified time | relevance | path

Searched refs:fillText (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js365 ctx.fillText('This text should be huge', 10, 80);
423 ctx.fillText('This should be shadowed', 20, 80);
483 ctx.fillText('Not Dashed', 20, 400);
567 ctx.fillText('text', -20, -30);
689 ctx.fillText('path-nonzero', 60, 30);
690 ctx.fillText('path-evenodd', 300, 30);
691 ctx.fillText('stroke-1px-wide', 60, 260);
692 ctx.fillText('stroke-2px-wide', 300, 260);
693 ctx.fillText('purple is IN, orange is OUT', 20, 560);
760 ctx.fillText('20 px monospace', 10, 30);
[all …]
/third_party/flutter/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js368 ctx.fillText('This text should be huge', 10, 80);
430 ctx.fillText('This should be shadowed', 20, 80);
494 ctx.fillText('Not Dashed', 20, 400);
706 ctx.fillText('path-nonzero', 60, 30);
707 ctx.fillText('path-evenodd', 300, 30);
708 ctx.fillText('stroke-1px-wide', 60, 260);
709 ctx.fillText('stroke-2px-wide', 300, 260);
710 ctx.fillText('purple is IN, orange is OUT', 20, 560);
776 ctx.fillText('20 px monospace', 10, 30);
779 ctx.fillText('2.0em Bungee filled', 10, 80);
[all …]
/third_party/skia/site/docs/dev/design/
Dtext_c2d.md14 * Drawing postioned glyphs should be at least as flexible as the existing fillText() method.
15 * It is expected that drawing glyphs can be faster than fillText() -- no shaping/processing is need…
20 At the heart of the proposal is a parallel to fillText/strokeText...
Dtext_shaper.md17 Rather than 'extend' the existing canvas2d fillText() method, we propose an explicit 2-step model:
/third_party/skia/modules/canvaskit/npm_build/
Dnode.example.js26 ctx.fillText('Awesome ', 50, 100);
/third_party/flutter/skia/modules/canvaskit/canvaskit/
Dnode.example.js24 ctx.fillText('Awesome ', 50, 100);
/third_party/skia/experimental/docs/
DcanvasBackend.js80 ctx.fillText(draw.string, draw.x, draw.y);
/third_party/flutter/skia/experimental/docs/
DcanvasBackend.js80 ctx.fillText(draw.string, draw.x, draw.y);
/third_party/flutter/skia/modules/canvaskit/
Dexterns.js600 CanvasRenderingContext2D.prototype.fillText = function() {}; method in CanvasRenderingContext2D
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/
Dsurface.dart314 ..fillText('Repaint rate', 5, rowHeight - 5)
315 ..fillText('DOM alloc rate', 5, 2 * rowHeight - 5)
316 ..fillText('Bitmap alloc rate', 5, 3 * rowHeight - 5)
317 ..fillText('Retain rate', 5, 4 * rowHeight - 5);
/third_party/skia/modules/canvaskit/
Dexterns.js1101 CanvasRenderingContext2D.prototype.fillText = function() {}; method in CanvasRenderingContext2D
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dbitmap_canvas.dart772 ctx.fillText(line, x, y);
787 ctx.fillText(char, x, y);
/third_party/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js672 this.fillText = function(text, x, y, maxWidth) { method in CanvasRenderingContext2D
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js691 this.fillText = function(text, x, y, maxWidth) { method in CanvasRenderingContext2D
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl1320 …void fillText(DOMString text, unrestricted double x, unrestricted double y, optional unrestricted …
/third_party/typescript/lib/
Dlib.webworker.d.ts914 fillText(text: string, x: number, y: number, maxWidth?: number): void; method
Dlib.dom.d.ts3495 fillText(text: string, x: number, y: number, maxWidth?: number): void; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts894 fillText(text: string, x: number, y: number, maxWidth?: number): void; method
Ddom.generated.d.ts3475 fillText(text: string, x: number, y: number, maxWidth?: number): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts5172 fillText(text: string, x: number, y: number, maxWidth?: number): void; method