Home
last modified time | relevance | path

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

12

/external/perfetto/ui/src/frontend/
Dslice_panel.ts135 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);
Dtime_axis_panel.ts40 ctx.fillText(offsetTime, TRACK_SHELL_WIDTH - 6, 11);
44 ctx.fillText(startTime + ' +', 6, 11);
50 ctx.fillText('+' + timeToString(time - range.start), x + 5, 10);
Dtrack.ts128 ctx.fillText(text, xPos + 8, textYPos);
131 ctx.fillText(text2, xPos + 8, this.getHeight() / 2 + 6);
Dflamegraph.ts168 ctx.fillText(text, x + 5, currentY + (NODE_HEIGHT - 1) / 2);
230 ctx.fillText(
339 ctx.fillText(
Dcheckerboard.ts36 ctx.fillText(
Dtime_selection_panel.ts85 ctx.fillText(label, labelXLeft, yMid);
114 ctx.fillText(label, xPosLabel, yMid);
Dnotes_panel.ts139 ctx.fillText(summary, left + FLAG_WIDTH + 3, size.height + 1);
209 ctx.fillText(
Doverview_timeline_panel.ts91 ctx.fillText(timeToString(t - this.totTime.start), xPos + 5, 18);
Dpanel_container.ts453 ctx.fillText(statStr, size.width - statW, size.height - 10);
/external/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 …]
/external/skqp/experimental/canvaskit/tests/
Dcanvas2d.spec.js386 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/
Dpoly2poly.cpp35 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/
Dfrontend.ts145 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/
Dnode.example.js23 ctx.fillText('Awesome ', 50, 100);
/external/skqp/experimental/canvaskit/canvaskit/
Dnode.example.js24 ctx.fillText('Awesome ', 50, 100);
/external/perfetto/ui/src/tracks/thread_state/
Dfrontend.ts106 ctx.fillText(title, rectXCenter, MARGIN_TOP + RECT_HEIGHT / 2 + 3);
/external/skia/experimental/docs/
DcanvasBackend.js80 ctx.fillText(draw.string, draw.x, draw.y);
/external/skqp/experimental/docs/
DcanvasBackend.js80 ctx.fillText(draw.string, draw.x, draw.y);
/external/perfetto/ui/src/tracks/cpu_freq/
Dfrontend.ts205 ctx.fillText(`${yLabel}`, 4, 14);
/external/perfetto/ui/src/tracks/chrome_slices/
Dfrontend.ts175 ctx.fillText(displayText, rectXCenter, rect.top + SLICE_HEIGHT / 2);
/external/skqp/docs/
DcatalogTrailer.txt58 context.fillText(link, labelback.x + 4, labelback.y + 16)
/external/adhd/scripts/volume_tuning/
Dvolume.js270 ctx.fillText(s, 0, 0);
/external/skqp/experimental/canvaskit/
Dexterns.js515 CanvasRenderingContext2D.prototype.fillText = function() {}; method in CanvasRenderingContext2D
/external/perfetto/ui/src/tracks/counter/
Dfrontend.ts274 ctx.fillText(`${yLabel}`, 5, 14);
/external/skia/modules/canvaskit/
Dexterns.js1097 CanvasRenderingContext2D.prototype.fillText = function() {}; method in CanvasRenderingContext2D

12