Home
last modified time | relevance | path

Searched refs:fillRect (Results 1 – 25 of 42) sorted by relevance

12

/external/perfetto/ui/src/frontend/
Doverview_timeline_panel.ts73 ctx.fillRect(xPos, 0, 1, headerHeight - 5);
76 ctx.fillRect(xPos, 0, 1, 5);
93 ctx.fillRect(xStart, yOff, xEnd - xStart, Math.ceil(trackHeight));
101 ctx.fillRect(0, size.height - 1, this.width, 1);
109 ctx.fillRect(0, headerHeight, vizStartPx, tracksHeight);
110 ctx.fillRect(vizEndPx, headerHeight, this.width - vizEndPx, tracksHeight);
114 ctx.fillRect(vizStartPx - 1, headerHeight, 1, tracksHeight);
115 ctx.fillRect(vizEndPx, headerHeight, 1, tracksHeight);
Dtime_selection_panel.ts48 ctx.fillRect(xLeft, yMid, xWidth, 1);
50 ctx.fillRect(xLeft, target.y, 1, target.height);
52 ctx.fillRect(xRight, target.y, 1, target.height);
75 ctx.fillRect(labelXLeft - 1, 0, labelWidth + 1, target.height);
93 ctx.fillRect(TRACK_SHELL_WIDTH - 1, 0, 2, size.height);
95 ctx.fillRect(xAndTime[0], 0, 1, size.height);
Dtime_axis_panel.ts40 ctx.fillRect(TRACK_SHELL_WIDTH - 1, 0, 2, size.height);
46 ctx.fillRect(x, 0, 1, size.height);
Dnotes_panel.ts73 ctx.fillRect(TRACK_SHELL_WIDTH - 1, 0, 2, size.height);
75 ctx.fillRect(xAndTime[0], 0, 1, size.height);
110 ctx.fillRect(
Dslice_panel.ts69 ctx.fillRect(size.width / 2, 10, 1, size.height - 10);
82 ctx.fillRect(startDraw.x - 1, startDraw.y, 2, 100);
Dcheckerboard.ts27 ctx.fillRect(leftPx, TRACK_PADDING, widthPx, SLICE_HEIGHT);
Dvertical_line_helper.ts54 ctx.fillRect(xStartPos, 0, xEndPos - xStartPos, height);
Dtrack_group_panel.ts101 ctx.fillRect(0, 0, size.width, size.height);
/external/skqp/experimental/canvaskit/tests/
Dcanvas2d.spec.js476 ctx.fillRect(20, 30, 100, 100);
480 ctx.fillRect(120, 30, 100, 100);
488 ctx.fillRect(220, 30, 100, 100);
490 ctx.fillRect(320, 30, 100, 100);
530 ctx.fillRect(0,0,600,600);
550 ctx.fillRect(200, 30, 200, 300);
553 ctx.fillRect(550, 550, 40, 40);
604 ctx.fillRect(0, 0, CANVAS_WIDTH, CANVAS_HEIGHT);
648 ctx.fillRect(0, 0, CANVAS_WIDTH, CANVAS_HEIGHT);
654 ctx.fillRect(0, 0, 1500, 750);
[all …]
/external/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js458 ctx.fillRect(20, 30, 100, 100);
462 ctx.fillRect(120, 30, 100, 100);
470 ctx.fillRect(220, 30, 100, 100);
472 ctx.fillRect(320, 30, 100, 100);
512 ctx.fillRect(0,0,600,600);
532 ctx.fillRect(200, 30, 200, 300);
535 ctx.fillRect(550, 550, 40, 40);
586 ctx.fillRect(0, 0, CANVAS_WIDTH, CANVAS_HEIGHT);
630 ctx.fillRect(0, 0, CANVAS_WIDTH, CANVAS_HEIGHT);
636 ctx.fillRect(0, 0, 1500, 750);
[all …]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarPanel.java204 g.fillRect(0,0,d.width,d.height); in paint()
241 g.fillRect((int)(width), labelHeight , in paint()
244 g.fillRect(0, labelHeight , in paint()
249 g.fillRect(0, (int)(labelHeight + cellHeight), in paint()
257 g.fillRect(0, (int)(labelHeight + (numWeeks-1) * cellHeight), in paint()
260 g.fillRect(d.width - width, (int)(labelHeight + (numWeeks-1) * cellHeight), in paint()
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
DGroupBorder.java35 gg.fillRect(0, titleHeight, width, height); in paintBorder()
39 gg.fillRect(0, 0, width, height); in paintBorder()
DImagePanel.java87 gg.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
92 gg.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
/external/proguard/src/proguard/gui/splash/
DBufferedSprite.java117 … bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null)); in paint()
123 … bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null)); in paint()
DClipSprite.java66 graphics.fillRect(0, 0, clip.width, clip.height); in paint()
/external/perfetto/ui/src/tracks/cpu_freq/
Dfrontend.ts130 ctx.fillRect(firstX, bottomY, secondX - firstX, lastY - bottomY);
168 ctx.fillRect(this.mouseXpos + 5, MARGIN_TOP, width + 16, RECT_HEIGHT);
182 ctx.fillRect(0, 0, 40, 16);
/external/perfetto/ui/src/tracks/vsync/
Dfrontend.ts91 ctx.fillRect(startPx, MARGIN_TOP, endPx - startPx, RECT_HEIGHT);
101 ctx.fillRect(leftPx, MARGIN_TOP, rightPx - leftPx, RECT_HEIGHT);
/external/perfetto/ui/src/tracks/cpu_slices/
Dfrontend.ts168 ctx.fillRect(rectStart, MARGIN_TOP, rectEnd - rectStart, RECT_HEIGHT);
217 ctx.fillRect(
263 ctx.fillRect(this.mouseXpos!, MARGIN_TOP, width + 16, RECT_HEIGHT);
/external/perfetto/ui/src/tracks/counter/
Dfrontend.ts159 ctx.fillRect(this.mouseXpos + 5, MARGIN_TOP, width + 16, RECT_HEIGHT);
168 ctx.fillRect(0, 0, 40, 16);
/external/perfetto/ui/src/tracks/process_scheduling/
Dfrontend.ts148 ctx.fillRect(rectStart, y, rectEnd - rectStart, cpuTrackHeight);
168 ctx.fillRect(this.mouseXpos!, MARGIN_TOP, width + 16, RECT_HEIGHT);
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java598 g.fillRect(0,0,d.width,d.height); in paint()
628 g.fillRect((int)(width), labelHeight , in paint()
632 g.fillRect(0, (int)(labelHeight + cellHeight), in paint()
639 g.fillRect(0, (int)(labelHeight + (numWeeks-1) * cellHeight), in paint()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java554 g.fillRect(x, y, w, h); in paintRect()
566 g.fillRect(line, activePoint.y, 1, lineHeight); in drawSelection()
594 g.fillRect(line, caretPoint.y, 1, lineHeight); in drawSelection()
597 g.fillRect(braces, caretPoint.y, w, 1); in drawSelection()
598 g.fillRect(braces, caretPoint.y + lineHeight - 1, w, 1); in drawSelection()
/external/perfetto/ui/src/tracks/android_log/
Dfrontend.ts110 ctx.fillRect(px, MARGIN_TOP + blockH * lev, quantWidth, blockH);
/external/v8/tools/profview/
Dprofview.js737 ctx.fillRect(0, this.imageOffset, left, height);
738 ctx.fillRect(right, this.imageOffset, this.buffer.width - right, height);
747 ctx.fillRect(0, 0, this.canvas.width, this.imageOffset);
907 ctx.fillRect(
916 ctx.fillRect(
/external/perfetto/ui/src/tracks/chrome_slices/
Dfrontend.ts100 ctx.fillRect(rectXStart, rectYStart, rectWidth, SLICE_HEIGHT);

12