/third_party/skia/modules/canvaskit/tests/ |
D | canvas2d.spec.js | 365 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/ |
D | canvas2d.spec.js | 368 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/ |
D | text_c2d.md | 14 * 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...
|
D | text_shaper.md | 17 Rather than 'extend' the existing canvas2d fillText() method, we propose an explicit 2-step model:
|
/third_party/skia/modules/canvaskit/npm_build/ |
D | node.example.js | 26 ctx.fillText('Awesome ', 50, 100);
|
/third_party/flutter/skia/modules/canvaskit/canvaskit/ |
D | node.example.js | 24 ctx.fillText('Awesome ', 50, 100);
|
/third_party/skia/experimental/docs/ |
D | canvasBackend.js | 80 ctx.fillText(draw.string, draw.x, draw.y);
|
/third_party/flutter/skia/experimental/docs/ |
D | canvasBackend.js | 80 ctx.fillText(draw.string, draw.x, draw.y);
|
/third_party/flutter/skia/modules/canvaskit/ |
D | externs.js | 600 CanvasRenderingContext2D.prototype.fillText = function() {}; method in CanvasRenderingContext2D
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/ |
D | surface.dart | 314 ..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/ |
D | externs.js | 1101 CanvasRenderingContext2D.prototype.fillText = function() {}; method in CanvasRenderingContext2D
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | bitmap_canvas.dart | 772 ctx.fillText(line, x, y); 787 ctx.fillText(char, x, y);
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 672 this.fillText = function(text, x, y, maxWidth) { method in CanvasRenderingContext2D
|
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 691 this.fillText = function(text, x, y, maxWidth) { method in CanvasRenderingContext2D
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | html.idl | 1320 …void fillText(DOMString text, unrestricted double x, unrestricted double y, optional unrestricted …
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 914 fillText(text: string, x: number, y: number, maxWidth?: number): void; method
|
D | lib.dom.d.ts | 3495 fillText(text: string, x: number, y: number, maxWidth?: number): void; method
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 894 fillText(text: string, x: number, y: number, maxWidth?: number): void; method
|
D | dom.generated.d.ts | 3475 fillText(text: string, x: number, y: number, maxWidth?: number): void; method
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 5172 fillText(text: string, x: number, y: number, maxWidth?: number): void; method
|