Home
last modified time | relevance | path

Searched refs:y0 (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_data_repeater_test.cpp95 int y0 = f(x0); variable
98 EXPECT_EQ(y, y0);
140 int y0 = f(x0); variable
141 yVec.push_back(y0);
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/
DProcedureWorkerCommon.ts702 let y0;
710 y0 = start.y ?? 0;
724 y1 = y0 + 40 * percentage;
729 context.moveTo(x0, y0);
732 context.lineTo(x0 - wid, y0 + wid);
733 context.moveTo(x0, y0);
734 context.lineTo(x0 - wid, y0 - wid);
736 context.lineTo(x0 + wid, y0 + wid);
737 context.moveTo(x0, y0);
738 context.lineTo(x0 + wid, y0 - wid);
[all …]
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerCommon.ts721 let y0;
729 y0 = bezierCurveStart.y ?? 0;
743 y1 = y0 + 40 * percentage;
748 context.moveTo(x0, y0);
751 context.lineTo(x0 - wid, y0 + wid);
752 context.moveTo(x0, y0);
753 context.lineTo(x0 - wid, y0 - wid);
755 context.lineTo(x0 + wid, y0 + wid);
756 context.moveTo(x0, y0);
757 context.lineTo(x0 + wid, y0 - wid);
[all …]
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
Dsimple_excel_writer.py69 def write_merge(self, x0: int, y0: int, x1: int, y1: int, content: typing.Any,
76 sheet.write_merge(x0, x1, y0, y1, content, style=self.__content_style)
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
Dsimple_excel_writer.py86 def write_merge(self, x0: int, y0: int, x1: int, y1: int, content: typing.Any,
93 sheet.write_merge(x0, x1, y0, y1, content, style=self.__content_style)