Home
last modified time | relevance | path

Searched refs:points (Results 1 – 10 of 10) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/setting/
DSpWebHdcShell.ts40 private points: Point | undefined; property in SpWebHdcShell
73 if (keyboardEvent.ctrlKey && keyboardEvent.code === 'KeyC' && listenerThis.points) {
75 listenerThis.points = undefined;
163 let startX = this.points!.startX!;
164 let startY = this.points!.startY!;
165 let endX = this.points!.endX!;
166 let endY = this.points!.endY!;
244 this.points = { startX: startPointX, startY: startPointY, endX: endPointX, endY: endPointY };
298 this.points = { startX: startPointX, startY: startPointY, endX: endPointX, endY: endPointY };
606 that.points = undefined;
/developtools/smartperf_host/ide/src/base-ui/
Dicon.svg39 <polygon points="5.75640322 2 11 2 11 9 0 9 0 2 0 0 4.60006714 0"></polygon>
74points="1.9125 -0.7375 5.7375 3.0875 1.9125 6.9125 3.0875 8.0875 8.0875 3.0875 3.0875 -1.9125"></p…
83points="1.9125 -0.7375 5.7375 3.0875 1.9125 6.9125 3.0875 8.0875 8.0875 3.0875 3.0875 -1.9125"></p…
94 points="7 8 10 8 6 12 2 8 5 8 5 3 7 3"></polygon>
126 <polygon id="path" points="1 7 4 7 4 13 1 13"></polygon>
127 <polygon id="path" points="5 1 8 1 8 13 5 13"></polygon>
128 <polygon id="path" points="9 4 12 4 12 13 9 13"></polygon>
196points="5.5 9.121 2.101 11 2.75 7.02 0 4.202 3.8 3.621 5.5 0 7.2 3.621 11 4.202 8.25 7.02 8.899 11…
207 points="4.5 0 9 5 0 5"></polygon>
218 points="2.5 2 7 7 -2 7"></polygon>
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DEntryOhos.ets65 * are equal in those points, false if not. Does not check by hash-code like
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/listener/
DChartTouchListener.ets139 * returns the distance between two points
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Drich_component_map.js672 points: {}, property
706 points: {},
/developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/
Dperf_event.h.patch296 - * Indicates that the content of PERF_SAMPLE_IP points to
305 + * Indicates that the content of PERF_SAMPLE_IP points to
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/highlight/
DChartHighlighter.ets240 * Calculates the distance between the two given points.
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DTransformer.ets262 * Transform an array of points with all matrices. VERY IMPORTANT: Keep
DViewPortHandler.ets296 * Post-translates to the specified points. Less Performant.
/developtools/profiler/hiebpf/include/
Dvmlinux.h149763 struct net_dm_drop_point points[0]; member