Home
last modified time | relevance | path

Searched refs:startPx (Results 1 – 20 of 20) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/frontend/
H A Dtime_scale.ts72 get startPx(): number { method in TimeScale
84 const startPx = scale.startPx; constant
86 const deltaPx = endPx - startPx; constant
89 const clampedZoomPx = Math.max(startPx, Math.min(endPx, zoomPx));
91 const r = (clampedZoomPx - startPx) / deltaPx;
H A Dcheckerboard.ts50 startPx: number,
55 if (rightPx <= startPx || leftPx >= endPx) {
56 checkerboard(ctx, heightPx, startPx, endPx);
61 if (leftPx > startPx) {
62 checkerboard(ctx, heightPx, startPx, leftPx);
H A Dtrack.ts77 const startPx = Math.floor(timeScale.timeToPx(visibleWindowTime.start)); constant
79 checkerboard(ctx, this.getHeight(), startPx, endPx);
H A Dviewer_page.ts288 newTime = Math.max(newTime, scale.pxToTime(scale.startPx));
298 const startPx = Math.max( constant
300 scale.startPx);
304 scale.pxToTime(startPx), scale.pxToTime(endPx));
H A Dnotes_panel.ts156 if (x >= globals.frontendLocalState.timeScale.startPx + TRACK_SHELL_WIDTH) {
179 globals.frontendLocalState.timeScale.startPx + TRACK_SHELL_WIDTH) -
H A Dfrontend_local_state.ts299 this.updateResolution(this.timeScale.startPx, this.timeScale.endPx);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/frontend/
H A Dtime_scale.ts75 get startPx(): number { method in TimeScale
87 const startPx = scale.startPx; constant
89 const deltaPx = endPx - startPx; constant
92 const clampedZoomPx = Math.max(startPx, Math.min(endPx, zoomPx));
94 const r = (clampedZoomPx - startPx) / deltaPx;
H A Dcheckerboard.ts50 startPx: number,
55 if (rightPx <= startPx || leftPx >= endPx) {
56 checkerboard(ctx, heightPx, startPx, endPx);
61 if (leftPx > startPx) {
62 checkerboard(ctx, heightPx, startPx, leftPx);
H A Dviewer_page.ts157 newTime = Math.max(newTime, scale.pxToTime(scale.startPx));
169 let startPx = Math.min(dragStartX, currentX) - TRACK_SHELL_WIDTH; variable
171 if (startPx < 0 && endPx < 0) return;
172 startPx = Math.max(startPx, scale.startPx);
175 scale.pxToTime(startPx), scale.pxToTime(endPx));
H A Dtrack.ts92 const startPx = Math.floor(timeScale.timeToPx(visibleWindowTime.start)); constant
94 checkerboard(ctx, this.getHeight(), startPx, endPx);
H A Dnotes_panel.ts165 if (x >= globals.frontendLocalState.timeScale.startPx + TRACK_SHELL_WIDTH) {
188 globals.frontendLocalState.timeScale.startPx + TRACK_SHELL_WIDTH) -
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/tracks/vsync/
H A Dfrontend.ts59 const startPx = Math.floor(Math.max(dataStartPx, visibleStartPx)); constant
63 ctx.fillRect(startPx, MARGIN_TOP, endPx - startPx, RECT_HEIGHT);
69 if (rightPx < startPx) continue;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/tracks/process_summary/
H A Dfrontend.ts66 const startPx = Math.floor(timeScale.timeToPx(visibleWindowTime.start)); constant
69 let lastX = startPx;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/tracks/process_summary/
H A Dfrontend.ts66 const startPx = Math.floor(timeScale.timeToPx(visibleWindowTime.start)); constant
69 let lastX = startPx;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/widgets/
H A Dmathplot.cpp415 for( wxCoord i = startPx; i < endPx; ++i ) in Plot()
426 for( wxCoord i = startPx; i < endPx; ++i ) in Plot()
580 dc.SetClippingRegion( startPx, minYpx, endPx - startPx + 1, maxYpx - minYpx + 1 ); in Plot()
644 pointList.reserve( endPx - startPx + 1 ); in Plot()
664 if( x1 >= startPx-1 && x1 <= endPx ) in Plot()
795 for( wxCoord i = startPx; i < endPx; ++i ) in Plot()
1126 double pxmin = w.p2x( startPx ); in getVisibleDataRange()
1264 if( (p >= startPx) && (p <= endPx) ) in Plot()
1307 dc.DrawLine( startPx, minYpx, endPx, minYpx ); in Plot()
1308 dc.DrawLine( startPx, maxYpx, endPx, maxYpx ); in Plot()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxmathplot/
H A Dmathplot.cpp378 wxCoord startPx = m_drawOutsideMargins ? 0 : w.GetMarginLeft(); in Plot() local
386 for (wxCoord i = startPx; i < endPx; ++i) in Plot()
396 for (wxCoord i = startPx; i < endPx; ++i) in Plot()
448 wxCoord startPx = m_drawOutsideMargins ? 0 : w.GetMarginLeft(); in Plot() local
524 wxCoord startPx = m_drawOutsideMargins ? 0 : w.GetMarginLeft(); in Plot() local
576 if((x1 >= startPx)&&(x0 <= endPx)) { in Plot()
603 if (x0 < startPx) { in Plot()
605 x0 = startPx; in Plot()
683 for (wxCoord i = startPx; i < endPx; ++i) { in Plot()
818 if ((p >= startPx) && (p <= endPx)) { in Plot()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/tracks/gpu_freq/
H A Dfrontend.ts58 const startPx = Math.floor(timeScale.timeToPx(visibleWindowTime.start)); constant
62 let lastX = startPx;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/tracks/cpu_freq/
H A Dfrontend.ts64 const startPx = Math.floor(timeScale.timeToPx(visibleWindowTime.start)); constant
68 let lastX = startPx;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/tracks/process_scheduling/
H A Dfrontend.ts80 const startPx = Math.floor(timeScale.timeToPx(visibleWindowTime.start)); constant
83 let lastX = startPx;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/tracks/cpu_slices/
H A Dfrontend.ts85 const startPx = Math.floor(timeScale.timeToPx(visibleWindowTime.start)); constant
88 let lastX = startPx;