/external/perfetto/ui/src/frontend/ |
D | slice_panel.ts | 135 ctx.fillText(displayText, startDraw.x + 20, startDraw.y + 20); 136 ctx.fillText(processText, startDraw.x + 20, startDraw.y + 37); 137 ctx.fillText(threadText, startDraw.x + 20, startDraw.y + 55); 147 ctx.fillText(displayLatency, startDraw.x + 70, startDraw.y + 86); 154 ctx.fillText(explain1, startDraw.x + 70, startDraw.y + 86 + 16); 155 ctx.fillText(explain2, startDraw.x + 70, startDraw.y + 86 + 16 + 12); 156 ctx.fillText(explain3, startDraw.x + 70, startDraw.y + 86 + 16 + 24);
|
D | time_axis_panel.ts | 40 ctx.fillText(offsetTime, TRACK_SHELL_WIDTH - 6, 11); 44 ctx.fillText(startTime + ' +', 6, 11); 50 ctx.fillText('+' + timeToString(time - range.start), x + 5, 10);
|
D | track.ts | 128 ctx.fillText(text, xPos + 8, textYPos); 131 ctx.fillText(text2, xPos + 8, this.getHeight() / 2 + 6);
|
D | flamegraph.ts | 168 ctx.fillText(text, x + 5, currentY + (NODE_HEIGHT - 1) / 2); 230 ctx.fillText( 339 ctx.fillText(
|
D | checkerboard.ts | 36 ctx.fillText(
|
D | time_selection_panel.ts | 85 ctx.fillText(label, labelXLeft, yMid); 114 ctx.fillText(label, xPosLabel, yMid);
|
D | notes_panel.ts | 139 ctx.fillText(summary, left + FLAG_WIDTH + 3, size.height + 1); 209 ctx.fillText(
|
D | overview_timeline_panel.ts | 91 ctx.fillText(timeToString(t - this.totTime.start), xPos + 5, 18);
|
D | panel_container.ts | 453 ctx.fillText(statStr, size.width - statW, size.height - 10);
|
/external/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 …]
|
/external/skqp/experimental/canvaskit/tests/ |
D | canvas2d.spec.js | 386 ctx.fillText('This text should be huge', 10, 80); 448 ctx.fillText('This should be shadowed', 20, 80); 512 ctx.fillText('Not Dashed', 20, 400); 724 ctx.fillText('path-nonzero', 60, 30); 725 ctx.fillText('path-evenodd', 300, 30); 726 ctx.fillText('stroke-1px-wide', 60, 260); 727 ctx.fillText('stroke-2px-wide', 300, 260); 728 ctx.fillText('purple is IN, orange is OUT', 20, 560); 794 ctx.fillText('20 px monospace', 10, 30); 797 ctx.fillText('2.0em Bungee filled', 10, 80); [all …]
|
/external/skqp/gm/ |
D | poly2poly.cpp | 35 void fillText(const char text[], double x, double y); 79 void SkJSCanvas::fillText(const char text[], double x, double y) { in fillText() function in SkJSCanvas 131 ctx.fillText("As Expected", 10, 10); in test_stroke() 156 ctx.fillText("Larger Rectangle", 10, 10); in test_stroke() 181 ctx.fillText("As Expected - line width 1", 10, 10); in test_stroke()
|
/external/perfetto/ui/src/tracks/cpu_slices/ |
D | frontend.ts | 145 ctx.fillText(title, rectXCenter, MARGIN_TOP + RECT_HEIGHT / 2 - 1); 148 ctx.fillText(subTitle, rectXCenter, MARGIN_TOP + RECT_HEIGHT / 2 + 9); 192 ctx.fillText(
|
/external/skia/modules/canvaskit/npm_build/ |
D | node.example.js | 23 ctx.fillText('Awesome ', 50, 100);
|
/external/skqp/experimental/canvaskit/canvaskit/ |
D | node.example.js | 24 ctx.fillText('Awesome ', 50, 100);
|
/external/perfetto/ui/src/tracks/thread_state/ |
D | frontend.ts | 106 ctx.fillText(title, rectXCenter, MARGIN_TOP + RECT_HEIGHT / 2 + 3);
|
/external/skia/experimental/docs/ |
D | canvasBackend.js | 80 ctx.fillText(draw.string, draw.x, draw.y);
|
/external/skqp/experimental/docs/ |
D | canvasBackend.js | 80 ctx.fillText(draw.string, draw.x, draw.y);
|
/external/perfetto/ui/src/tracks/cpu_freq/ |
D | frontend.ts | 205 ctx.fillText(`${yLabel}`, 4, 14);
|
/external/perfetto/ui/src/tracks/chrome_slices/ |
D | frontend.ts | 175 ctx.fillText(displayText, rectXCenter, rect.top + SLICE_HEIGHT / 2);
|
/external/skqp/docs/ |
D | catalogTrailer.txt | 58 context.fillText(link, labelback.x + 4, labelback.y + 16)
|
/external/adhd/scripts/volume_tuning/ |
D | volume.js | 270 ctx.fillText(s, 0, 0);
|
/external/skqp/experimental/canvaskit/ |
D | externs.js | 515 CanvasRenderingContext2D.prototype.fillText = function() {}; method in CanvasRenderingContext2D
|
/external/perfetto/ui/src/tracks/counter/ |
D | frontend.ts | 274 ctx.fillText(`${yLabel}`, 5, 14);
|
/external/skia/modules/canvaskit/ |
D | externs.js | 1097 CanvasRenderingContext2D.prototype.fillText = function() {}; method in CanvasRenderingContext2D
|