/dports/audio/mixxx/mixxx-2.3.0/src/waveform/renderers/ |
H A D | qtwaveformrenderersimplesignal.cpp | 113 int startPixel = 0; in draw() local 124 startPixel = m_waveformRenderer->getLength() - 1; in draw() 133 for (int x = startPixel; in draw() 134 (startPixel < endPixel) ? (x <= endPixel) : (x >= endPixel); in draw()
|
H A D | qtwaveformrendererfilteredsignal.cpp | 153 int startPixel = 0; in buildPolygon() local 164 startPixel = m_waveformRenderer->getLength() - 1; in buildPolygon() 176 for (int x = startPixel; in buildPolygon() 177 (startPixel < endPixel) ? (x <= endPixel) : (x >= endPixel); in buildPolygon()
|
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/map/ |
H A D | map_grid.pro | 79 startPixel = CONVERT_COORD(A, /DEVICE, /TO_DATA) 82 startPixel = MAP_PROJ_INVERSE(startPixel[0], startPixel[1], MAP_STRUCTURE=mapStruct) 85 startPixel = startPixel[type] 87 … if ~finite(startPixel) or ~finite(endPixel) or (endPixel eq startPixel) then return, !values.d_nan 88 …if (type eq 0) and (startPixel gt endPixel) then if val ge 0 then endPixel += 360. else startPixel… 89 x = (val - startPixel) / (endPixel-startPixel) 98 …if (type eq 0) then if point lt startPixel then point += 360. else if point gt endPixel then point… 99 if (val-startPixel) * (val - point) gt 0.0 then begin 101 startPixel = point
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.ui.console/src/org/eclipse/ui/console/ |
H A D | TextConsoleViewer.java | 815 int startPixel = -1; in internalRevealRange() local 821 startPixel = extent.getOffset() + textWidget.getHorizontalPixel(); in internalRevealRange() 822 endPixel = startPixel; in internalRevealRange() 825 startPixel = extent.getOffset() + textWidget.getHorizontalPixel(); in internalRevealRange() 826 endPixel = startPixel + extent.getLength(); in internalRevealRange() 833 if (startPixel < visibleStart || visibleEnd < endPixel) { in internalRevealRange() 838 int selectionPixelWidth = endPixel - startPixel; in internalRevealRange() 840 if (startPixel < visibleStart) { in internalRevealRange() 841 newOffset = startPixel; in internalRevealRange() 845 newOffset = startPixel; in internalRevealRange()
|
/dports/editors/e93/e93/xgui/ |
H A D | views.c | 1182 if(startPixel>totalPixels) in InvalidateViewPortion() 1184 startPixel=totalPixels; in InvalidateViewPortion() 1192 invalidRect.w=endPixel-startPixel; in InvalidateViewPortion() 1329 if(startPixel>totalPixels) in ScrollViewPortion() 1331 startPixel=totalPixels; in ScrollViewPortion() 1352 numPixels=endPixel-startPixel; in ScrollViewPortion() 1380 invalidX=copySrcX=startPixel; in ScrollViewPortion() 1381 copyDestX=startPixel+numPixels; in ScrollViewPortion() 1387 copySrcX=startPixel-numPixels; in ScrollViewPortion() 1388 copyDestX=startPixel; in ScrollViewPortion() [all …]
|
H A D | views.h | 53 void InvalidateViewPortion(EDITOR_VIEW *view,UINT32 startLine,UINT32 endLine,UINT32 startPixel,UINT… 56 …DITOR_VIEW *view,UINT32 startLine,UINT32 endLine,INT32 numLines,UINT32 startPixel,UINT32 endPixel,…
|
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/widgets/donut/ |
H A D | circle.go | 112 startPixel := image.Point{mid.X - pixels/2, mid.Y} 114 startPixel.X / braille.ColMult,
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/web-platform/ |
H A D | copyImageBitmapToTexture.spec.ts | 219 const startPixel = Color.Red; constant 220 for (let i = 0, currentPixel = startPixel; i < width * height; ++i) { 254 for (let i = 0, currentPixel = startPixel; i < width * height; ++i) {
|
/dports/editors/e93/e93/ |
H A D | guidefs.h | 29 void InvalidateViewPortion(EDITOR_VIEW *view,UINT32 startLine,UINT32 endLine,UINT32 startPixel,UINT… 32 …DITOR_VIEW *view,UINT32 startLine,UINT32 endLine,INT32 numLines,UINT32 startPixel,UINT32 endPixel,…
|
H A D | edit.c | 49 static INT32 GetNewLeftPixelLenient(INT32 startPixel,INT32 endPixel,INT32 viewLeft,UINT32 viewWidth… in GetNewLeftPixelLenient() argument 58 positionLeft=startPixel; in GetNewLeftPixelLenient() 81 static INT32 GetNewLeftPixelSemiStrict(INT32 startPixel,INT32 endPixel,INT32 viewLeft,UINT32 viewWi… in GetNewLeftPixelSemiStrict() argument 92 if(startPixel<newLeftPixel) in GetNewLeftPixelSemiStrict() 101 if(startPixel<newLeftPixel) in GetNewLeftPixelSemiStrict() 103 newLeftPixel=startPixel-HORIZONTAL_SCROLL_THRESHOLD; in GetNewLeftPixelSemiStrict() 112 if(startPixel<newLeftPixel) in GetNewLeftPixelSemiStrict() 116 if(startPixel>=newLeftPixel+(INT32)viewWidth) in GetNewLeftPixelSemiStrict() 118 newLeftPixel=startPixel-((INT32)viewWidth*3)/4; in GetNewLeftPixelSemiStrict() 134 static INT32 GetNewLeftPixelStrict(INT32 startPixel,INT32 endPixel,INT32 viewLeft,UINT32 viewWidth,… in GetNewLeftPixelStrict() argument [all …]
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/ |
H A D | TextViewer.java | 3187 int startPixel= -1; in internalRevealRange() local 3193 startPixel= extent.getOffset() + fTextWidget.getHorizontalPixel(); in internalRevealRange() 3194 endPixel= startPixel; in internalRevealRange() 3198 startPixel= extent.getOffset() + fTextWidget.getHorizontalPixel(); in internalRevealRange() 3199 endPixel= startPixel + extent.getLength(); in internalRevealRange() 3206 if (startPixel < visibleStart || visibleEnd < endPixel) { in internalRevealRange() 3214 int selectionPixelWidth= endPixel - startPixel; in internalRevealRange() 3216 if (startPixel < visibleStart) in internalRevealRange() 3217 newOffset= startPixel; in internalRevealRange() 3221 newOffset= startPixel; in internalRevealRange()
|
/dports/graphics/qgis/qgis-3.22.3/src/core/mesh/ |
H A D | qgsmeshtracerenderer.cpp | 423 void QgsMeshStreamField::addTrace( QPoint startPixel ) in addTrace() argument 429 if ( isTraceExists( startPixel ) || isTraceOutside( startPixel ) ) in addTrace() 446 QPoint currentPixel = startPixel; in addTrace()
|
H A D | qgsmeshtracerenderer.h | 218 void addTrace( QPoint startPixel );
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/mesh/ |
H A D | qgsmeshtracerenderer.cpp | 419 void QgsMeshStreamField::addTrace( QPoint startPixel ) in addTrace() argument 425 if ( isTraceExists( startPixel ) || isTraceOutside( startPixel ) ) in addTrace() 442 QPoint currentPixel = startPixel; in addTrace()
|
H A D | qgsmeshtracerenderer.h | 218 void addTrace( QPoint startPixel );
|
/dports/www/dojo/dojo-release-1.12.2/dojox/mobile/ |
H A D | Slider.js.map | 7 …EventData","point","isMouse","pageX","touches","clientX","pixelValue","startPixel","maxPixels","di…
|
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qcustomplot-source/ |
H A D | qcustomplot.cpp | 8867 const double startPixel = orientation() == Qt::Horizontal ? startPos.x() : startPos.y(); in mouseMoveEvent() local 8871 const double diff = pixelToCoord(startPixel) - pixelToCoord(currentPixel); in mouseMoveEvent() 8875 const double diff = pixelToCoord(startPixel) / pixelToCoord(currentPixel); in mouseMoveEvent()
|
/dports/www/grafana8/grafana-8.3.6/public/build/ |
H A D | 4017.0e38943fa459e872fe93.js.map | 1 …startPixel = this.startPixel_;\n var endPixel = this.endPixel_;\n var px = 'px';\n …
|
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/js/vendor/openlayers/ |
H A D | OpenLayers.js.map | 1 …startPixel = this.startPixel_;\n var endPixel = this.endPixel_;\n var px = 'px';\n …
|
/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/ |
H A D | qcustomplot.cpp | 9550 const double startPixel = orientation() == Qt::Horizontal ? startPos.x() : startPos.y(); in mouseMoveEvent() local 9554 const double diff = pixelToCoord(startPixel) - pixelToCoord(currentPixel); in mouseMoveEvent() 9558 const double diff = pixelToCoord(startPixel) / pixelToCoord(currentPixel); in mouseMoveEvent()
|
/dports/net/savvycan/SavvyCAN-1.0.245/ |
H A D | qcustomplot.cpp | 9567 const double startPixel = orientation() == Qt::Horizontal ? startPos.x() : startPos.y(); 9571 const double diff = pixelToCoord(startPixel) - pixelToCoord(currentPixel); 9575 const double diff = pixelToCoord(startPixel) / pixelToCoord(currentPixel);
|
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/widgets/ |
H A D | qcustomplot.cpp | 9558 const double startPixel = orientation() == Qt::Horizontal ? startPos.x() : startPos.y(); in mouseMoveEvent() local 9562 const double diff = pixelToCoord(startPixel) - pixelToCoord(currentPixel); in mouseMoveEvent() 9566 const double diff = pixelToCoord(startPixel) / pixelToCoord(currentPixel); in mouseMoveEvent()
|
/dports/net/wireshark/wireshark-3.6.1/ui/qt/widgets/ |
H A D | qcustomplot.cpp | 9558 const double startPixel = orientation() == Qt::Horizontal ? startPos.x() : startPos.y(); in mouseMoveEvent() local 9562 const double diff = pixelToCoord(startPixel) - pixelToCoord(currentPixel); in mouseMoveEvent() 9566 const double diff = pixelToCoord(startPixel) / pixelToCoord(currentPixel); in mouseMoveEvent()
|
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/widgets/ |
H A D | qcustomplot.cpp | 9558 const double startPixel = orientation() == Qt::Horizontal ? startPos.x() : startPos.y(); in mouseMoveEvent() local 9562 const double diff = pixelToCoord(startPixel) - pixelToCoord(currentPixel); in mouseMoveEvent() 9566 const double diff = pixelToCoord(startPixel) / pixelToCoord(currentPixel); in mouseMoveEvent()
|
/dports/net/tshark/wireshark-3.6.1/ui/qt/widgets/ |
H A D | qcustomplot.cpp | 9558 const double startPixel = orientation() == Qt::Horizontal ? startPos.x() : startPos.y(); in mouseMoveEvent() local 9562 const double diff = pixelToCoord(startPixel) - pixelToCoord(currentPixel); in mouseMoveEvent() 9566 const double diff = pixelToCoord(startPixel) / pixelToCoord(currentPixel); in mouseMoveEvent()
|