Home
last modified time | relevance | path

Searched refs:normalizedY (Results 1 – 25 of 29) sorted by relevance

12

/dports/audio/traverso/traverso-0.49.6/src/sheetcanvas/
H A DSheetView.cpp447 if (normalizedY < 0) normalizedY = 0; in update_shuttle_factor()
448 if (normalizedY > 1) normalizedY = 1; in update_shuttle_factor()
450 if (normalizedY > 0.35 && normalizedY < 0.65) { in update_shuttle_factor()
451 normalizedY = 0; in update_shuttle_factor()
452 } else if (normalizedY < 0.5) { in update_shuttle_factor()
453 normalizedY = 0.5 - normalizedY; in update_shuttle_factor()
455 } else if (normalizedY > 0.5) { in update_shuttle_factor()
456 normalizedY = normalizedY - 0.5; in update_shuttle_factor()
459 normalizedY *= 2; in update_shuttle_factor()
462 m_dragShuttleCurve->get_vector(normalizedY, normalizedY + 0.01, vec, 2); in update_shuttle_factor()
[all …]
/dports/graphics/diffpdf/diffpdf-2.1.3/
H A Dtextitem.cpp63 const int y = normalizedY(static_cast<int>(item.rect.y()), in columnZoneYxOrder()
86 const int y = normalizedY(static_cast<int>(rect.y()), ToleranceY); in columnYxOrder()
132 const int y = normalizedY(static_cast<int>(rect.y()), ToleranceY); in generateZones()
166 const int y = normalizedY(static_cast<int>(item.rect.y()), in debug()
176 inline int normalizedY(const int y, const int ToleranceY) in normalizedY() function
H A Dtextitem.hpp59 inline int normalizedY(const int y, const int ToleranceY);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/android/appmenu/internal/java/src/org/chromium/chrome/browser/ui/appmenu/
H A DAppMenuDragHelper.java208 float normalizedY = in handleDragging() local
210 if (normalizedY < autoScrollAreaRatio) { in handleDragging()
213 (normalizedY / autoScrollAreaRatio - 1.0f) * mAutoScrollFullVelocity; in handleDragging()
214 } else if (normalizedY > 1.0f - autoScrollAreaRatio) { in handleDragging()
216 mDragScrollingVelocity = ((normalizedY - 1.0f) / autoScrollAreaRatio + 1.0f) in handleDragging()
/dports/graphics/okular/okular-21.12.3/mobile/components/
H A Dpageitem.cpp214 …("contentY", qMax((qreal)0, height() - m_flickable.data()->height()) * viewPort.rePos.normalizedY); in goToBookmark()
226 …normalizedX, qMax((qreal)0, height() - m_flickable.data()->height()) * viewPort.rePos.normalizedY); in bookmarkPosition()
233 viewPort.rePos.normalizedY = y; in setBookmarkAtPos()
250 viewPort.rePos.normalizedY = y; in removeBookmarkAtPos()
403 …m_viewPort.rePos.normalizedY = m_flickable.data()->property("contentY").toReal() / (height() - m_f… in contentYChanged()
/dports/graphics/okular/okular-21.12.3/part/
H A Dthumbnaillist.cpp499 vp.rePos.normalizedY -= deltaY; in forwardTrack()
500 if (vp.rePos.normalizedY > 1.0) in forwardTrack()
502 if (vp.rePos.normalizedY < 0.0) in forwardTrack()
766 vp.rePos.normalizedY = double(p.y()) / double(item->rect().height()); in mouseReleaseEvent()
821 const float origNormalY = vp.rePos.normalizedY; in mouseMoveEvent()
824 vp.rePos.normalizedY = origNormalY; in mouseMoveEvent()
826 vp.rePos.normalizedY = 1.0; in mouseMoveEvent()
838 vp.rePos.normalizedY = 0.0; in mouseMoveEvent()
H A Dsignaturepanel.cpp82 vp.rePos.normalizedY = (nr.bottom + nr.top) / 2.0; in activated()
H A Dside_reviews.cpp252 vp.rePos.normalizedY = (nr.bottom + nr.top) / 2.0; in activated()
H A Dpageview.cpp1387 d->lastSourceLocationViewportNormalizedY = normClamp(vp.rePos.normalizedY, 0.0); in setLastSourceLocationViewport()
3191 newViewport.rePos.normalizedY = 0.0; in wheelEvent()
3204 newViewport.rePos.normalizedY = 1.0; in wheelEvent()
3623 … const double normalized_on_crop_y = (vp.rePos.normalizedY - crop.top) / (crop.bottom - crop.top); in viewportToContentArea()
4673 newViewport.rePos.normalizedY = focusedY; in slotRequestVisiblePixmaps()
4934 newViewport.rePos.normalizedY = 1.0; in slotScrollUp()
4956 newViewport.rePos.normalizedY = 0.0; in slotScrollDown()
H A Dpart.cpp1026 vp.rePos.normalizedY = 0; in openDocument()
1751 vp.rePos.normalizedY = 0; in openUrl()
2331 endPage.rePos.normalizedY = 1; in slotGotoLast()
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/plugins/wolf-shaper/Widgets/src/
H A DGraphWidget.cpp649 const float normalizedY = wolf::normalize(pos.getY(), height);
651 …E_ASSERT_RETURN(normalizedX >= 0.f && normalizedX <= 1.f && normalizedY >= 0.f && normalizedY <= 1…
672 lineEditor.insertVertex(normalizedX, normalizedY, 0, fLastCurveTypeSelected);
H A DGraphNode.cpp232 const float normalizedY = wolf::normalize(surface.getY(), height); in updateGraph() local
236 lineEditor->getVertexAtIndex(index)->setPosition(normalizedX, normalizedY); in updateGraph()
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/utils/
H A Dsurfaceobject.cpp871 float normalizedY = m_axisCacheY.positionAt(data.y()); in getNormalizedVertex() local
872 m_minY = qMin(normalizedY, m_minY); in getNormalizedVertex()
873 m_maxY = qMax(normalizedY, m_maxY); in getNormalizedVertex()
875 vertex.setY(normalizedY); in getNormalizedVertex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/inspector_overlay/
H A Dcss_grid_label_helpers.ts246 const normalizedY = Math.round(y); constant
250 const existingIndex = positions.findIndex(({x, y}) => x === normalizedX && y === normalizedY);
254 positions.push({x: normalizedX, y: normalizedY});
/dports/graphics/libpano13/libpano13-2.9.20/
H A Dmath.c2535 register double normalizedX, normalizedY; in sphere_tp_mirror() local
2539 normalizedY = y_dest/ distanceparam; in sphere_tp_mirror()
2541 c = 2 * asin(hypot(normalizedX, normalizedY)); in sphere_tp_mirror()
2554 register double normalizedX, normalizedY; in mirror_sphere_tp() local
2556 normalizedY = y_dest/ distanceparam; in mirror_sphere_tp()
2560 c = hypot(normalizedX, normalizedY); in mirror_sphere_tp()
/dports/editors/calligra/calligra-3.2.1/extras/okularodtgenerator/
H A DOkularOdtGenerator.cpp78 viewport.rePos.normalizedY = static_cast<double>(rect.y()) / static_cast<double>(pageHeight); in calculateViewport()
/dports/graphics/okular/okular-21.12.3/core/
H A Dtextdocumentgenerator_p.h144 viewport.rePos.normalizedY = (double)offset / (double)pageSize.height(); in calculateViewport()
H A Ddocument.cpp1668 searchViewport.rePos.normalizedY = (match->first().top + match->first().bottom) / 2.0; in doProcessSearchMatch()
2995 viewport.rePos.normalizedY = (py + 0.5) / page(viewport.pageNumber)->height(); in metaData()
5148 rePos.normalizedY = 0.0; in DocumentViewport()
5161 rePos.normalizedY = 0.0; in DocumentViewport()
5184 rePos.normalizedY = token.section(QLatin1Char(':'), 2, 2).toDouble(); in DocumentViewport()
5189 rePos.normalizedY = token.section(QLatin1Char(':'), 2, 2).toDouble(); in DocumentViewport()
5211 …::number(rePos.normalizedX) + QLatin1Char(':') + QString::number(rePos.normalizedY) + QLatin1Char(… in toString()
5228 …(rePos.normalizedX != other.rePos.normalizedX) || (rePos.normalizedY != other.rePos.normalizedY) |… in operator ==()
5248 if (rePos.normalizedY != other.rePos.normalizedY) in operator <()
5249 return rePos.normalizedY < other.rePos.normalizedY; in operator <()
H A Dbookmarkmanager.cpp77 if (qAbs(vp1.rePos.normalizedY - vp2.rePos.normalizedY) >= 0.000001) in documentViewportFuzzyCompare()
H A Ddocument.h1350 double normalizedY; member
H A Ddocumentcommands.cpp33 searchViewport.rePos.normalizedY = (boundingRect.top + boundingRect.bottom) / 2.0; in moveViewportIfBoundingRectNotFullyVisible()
/dports/graphics/okular/okular-21.12.3/generators/plucker/unpluck/
H A Dqunpluck.cpp97 viewport.rePos.normalizedY = (double)rect.y() / (double)size.height(); in calculateViewport()
189 viewport.rePos.normalizedY = 0; in open()
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/chartsqml2/
H A Ddeclarativechart.cpp730 const qreal normalizedY = plotArea.y() / chartAreaSize.height(); in updatePaintNode() local
735 normalizedY * bRect.height(), in updatePaintNode()
/dports/graphics/okular/okular-21.12.3/generators/dvi/
H A Dgenerator_dvi.cpp134 vp.rePos.normalizedY = py / (double)pH; in fillViewportFromAnchor()
/dports/graphics/okular/okular-21.12.3/autotests/
H A Dparttest.cpp2161 …ewport().rePos.normalizedY - 0.167102333237) < 0.01, qPrintable(QString("We are at %1").arg(part.m… in testLinkWithCrop()

12