Home
last modified time | relevance | path

Searched refs:maxBounds (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dpalrtree.h43 PalRtree( const QgsRectangle &maxBounds ) in PalRtree() argument
44 : mXMin( maxBounds.xMinimum() ) in PalRtree()
45 , mYMin( maxBounds.yMinimum() ) in PalRtree()
46 …, mXRes( ( std::numeric_limits< float >::max() - 1 ) / ( maxBounds.xMaximum() - maxBounds.xMinimum… in PalRtree()
47 …, mYRes( ( std::numeric_limits< float >::max() - 1 ) / ( maxBounds.yMaximum() - maxBounds.yMinimum… in PalRtree()
48 , mMaxBounds( maxBounds ) in PalRtree()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dpalrtree.h43 PalRtree( const QgsRectangle &maxBounds ) in PalRtree() argument
44 : mXMin( maxBounds.xMinimum() ) in PalRtree()
45 , mYMin( maxBounds.yMinimum() ) in PalRtree()
46 …, mXRes( ( std::numeric_limits< float >::max() - 1 ) / ( maxBounds.xMaximum() - maxBounds.xMinimum… in PalRtree()
47 …, mYRes( ( std::numeric_limits< float >::max() - 1 ) / ( maxBounds.yMaximum() - maxBounds.yMinimum… in PalRtree()
48 , mMaxBounds( maxBounds ) in PalRtree()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qml/qmlpuppet/qml2puppet/editor3d/
H A Dlightgeometry.cpp74 QVector3D maxBounds; in doUpdateGeometry() local
76 fillVertexData(vertexData, indexData, minBounds, maxBounds); in doUpdateGeometry()
83 setBounds(minBounds, maxBounds); in doUpdateGeometry()
87 QVector3D &minBounds, QVector3D &maxBounds) in fillVertexData() argument
172 maxBounds = QVector3D(floatMin, floatMin, floatMin); in fillVertexData()
177 maxBounds[0] = qMax((*vertexPtr)[0], maxBounds[0]); in fillVertexData()
178 maxBounds[1] = qMax((*vertexPtr)[1], maxBounds[1]); in fillVertexData()
179 maxBounds[2] = qMax((*vertexPtr)[2], maxBounds[2]); in fillVertexData()
H A Dcamerageometry.cpp152 QVector3D maxBounds; in doUpdateGeometry() local
153 fillVertexData(vertexData, indexData, minBounds, maxBounds); in doUpdateGeometry()
159 setBounds(minBounds, maxBounds); in doUpdateGeometry()
163 QVector3D &minBounds, QVector3D &maxBounds) in fillVertexData() argument
224 maxBounds = QVector3D(floatMin, floatMin, floatMin); in fillVertexData()
229 maxBounds[0] = qMax((*vertexPtr)[0], maxBounds[0]); in fillVertexData()
230 maxBounds[1] = qMax((*vertexPtr)[1], maxBounds[1]); in fillVertexData()
231 maxBounds[2] = qMax((*vertexPtr)[2], maxBounds[2]); in fillVertexData()
H A Dselectionboxgeometry.cpp178 QVector3D maxBounds = minVec; in doUpdateGeometry() local
202 getBounds(m_targetNode, vertexData, indexData, minBounds, maxBounds); in doUpdateGeometry()
214 maxBounds = {}; in doUpdateGeometry()
222 setBounds(minBounds, maxBounds); in doUpdateGeometry()
224 m_bounds = QSSGBounds3(minBounds, maxBounds); in doUpdateGeometry()
226 setEmpty(minBounds.isNull() && maxBounds.isNull()); in doUpdateGeometry()
231 QVector3D &minBounds, QVector3D &maxBounds) in getBounds() argument
256 QVector3D newMaxBounds = maxBounds; in getBounds()
340 const QVector3D &maxBounds) in appendVertexData() argument
343 QVector3D extents = (maxBounds - minBounds) / 1000.f; in appendVertexData()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Robot/HiDPIScreenCapture/
H A DRobotMultiDPIScreenTest.java65 private static Rectangle maxBounds; field in RobotMultiDPIScreenTest
120 g.translate(-maxBounds.x, -maxBounds.y); in createUI()
222 maxBounds = screenBounds[0]; in initScreenBounds()
224 maxBounds = maxBounds.union(screenBounds[i]); in initScreenBounds()
239 …final BufferedImage img = new BufferedImage(maxBounds.width, maxBounds.height, BufferedImage.TYPE_… in getScreenImages()
242 g.fillRect(0, 0, maxBounds.width, maxBounds.height); in getScreenImages()
243 g.translate(-maxBounds.x, -maxBounds.y); in getScreenImages()
257 float fontSize = maxBounds.height / 7; in getScreenImages()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/Robot/HiDPIScreenCapture/
H A DRobotMultiDPIScreenTest.java65 private static Rectangle maxBounds; field in RobotMultiDPIScreenTest
120 g.translate(-maxBounds.x, -maxBounds.y); in createUI()
222 maxBounds = screenBounds[0]; in initScreenBounds()
224 maxBounds = maxBounds.union(screenBounds[i]); in initScreenBounds()
239 …final BufferedImage img = new BufferedImage(maxBounds.width, maxBounds.height, BufferedImage.TYPE_… in getScreenImages()
242 g.fillRect(0, 0, maxBounds.width, maxBounds.height); in getScreenImages()
243 g.translate(-maxBounds.x, -maxBounds.y); in getScreenImages()
257 float fontSize = maxBounds.height / 7; in getScreenImages()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/Robot/HiDPIScreenCapture/
H A DRobotMultiDPIScreenTest.java65 private static Rectangle maxBounds; field in RobotMultiDPIScreenTest
120 g.translate(-maxBounds.x, -maxBounds.y); in createUI()
222 maxBounds = screenBounds[0]; in initScreenBounds()
224 maxBounds = maxBounds.union(screenBounds[i]); in initScreenBounds()
239 …final BufferedImage img = new BufferedImage(maxBounds.width, maxBounds.height, BufferedImage.TYPE_… in getScreenImages()
242 g.fillRect(0, 0, maxBounds.width, maxBounds.height); in getScreenImages()
243 g.translate(-maxBounds.x, -maxBounds.y); in getScreenImages()
257 float fontSize = maxBounds.height / 7; in getScreenImages()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/Robot/HiDPIScreenCapture/
H A DRobotMultiDPIScreenTest.java65 private static Rectangle maxBounds; field in RobotMultiDPIScreenTest
120 g.translate(-maxBounds.x, -maxBounds.y); in createUI()
222 maxBounds = screenBounds[0]; in initScreenBounds()
224 maxBounds = maxBounds.union(screenBounds[i]); in initScreenBounds()
239 …final BufferedImage img = new BufferedImage(maxBounds.width, maxBounds.height, BufferedImage.TYPE_… in getScreenImages()
242 g.fillRect(0, 0, maxBounds.width, maxBounds.height); in getScreenImages()
243 g.translate(-maxBounds.x, -maxBounds.y); in getScreenImages()
257 float fontSize = maxBounds.height / 7; in getScreenImages()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/Robot/HiDPIScreenCapture/
H A DRobotMultiDPIScreenTest.java65 private static Rectangle maxBounds; field in RobotMultiDPIScreenTest
120 g.translate(-maxBounds.x, -maxBounds.y); in createUI()
222 maxBounds = screenBounds[0]; in initScreenBounds()
224 maxBounds = maxBounds.union(screenBounds[i]); in initScreenBounds()
239 …final BufferedImage img = new BufferedImage(maxBounds.width, maxBounds.height, BufferedImage.TYPE_… in getScreenImages()
242 g.fillRect(0, 0, maxBounds.width, maxBounds.height); in getScreenImages()
243 g.translate(-maxBounds.x, -maxBounds.y); in getScreenImages()
257 float fontSize = maxBounds.height / 7; in getScreenImages()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Robot/HiDPIScreenCapture/
H A DRobotMultiDPIScreenTest.java65 private static Rectangle maxBounds; field in RobotMultiDPIScreenTest
120 g.translate(-maxBounds.x, -maxBounds.y); in createUI()
222 maxBounds = screenBounds[0]; in initScreenBounds()
224 maxBounds = maxBounds.union(screenBounds[i]); in initScreenBounds()
239 …final BufferedImage img = new BufferedImage(maxBounds.width, maxBounds.height, BufferedImage.TYPE_… in getScreenImages()
242 g.fillRect(0, 0, maxBounds.width, maxBounds.height); in getScreenImages()
243 g.translate(-maxBounds.x, -maxBounds.y); in getScreenImages()
257 float fontSize = maxBounds.height / 7; in getScreenImages()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/Robot/HiDPIScreenCapture/
H A DRobotMultiDPIScreenTest.java65 private static Rectangle maxBounds; field in RobotMultiDPIScreenTest
120 g.translate(-maxBounds.x, -maxBounds.y); in createUI()
222 maxBounds = screenBounds[0]; in initScreenBounds()
224 maxBounds = maxBounds.union(screenBounds[i]); in initScreenBounds()
239 …final BufferedImage img = new BufferedImage(maxBounds.width, maxBounds.height, BufferedImage.TYPE_… in getScreenImages()
242 g.fillRect(0, 0, maxBounds.width, maxBounds.height); in getScreenImages()
243 g.translate(-maxBounds.x, -maxBounds.y); in getScreenImages()
257 float fontSize = maxBounds.height / 7; in getScreenImages()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/Robot/HiDPIScreenCapture/
H A DRobotMultiDPIScreenTest.java65 private static Rectangle maxBounds; field in RobotMultiDPIScreenTest
120 g.translate(-maxBounds.x, -maxBounds.y); in createUI()
222 maxBounds = screenBounds[0]; in initScreenBounds()
224 maxBounds = maxBounds.union(screenBounds[i]); in initScreenBounds()
239 …final BufferedImage img = new BufferedImage(maxBounds.width, maxBounds.height, BufferedImage.TYPE_… in getScreenImages()
242 g.fillRect(0, 0, maxBounds.width, maxBounds.height); in getScreenImages()
243 g.translate(-maxBounds.x, -maxBounds.y); in getScreenImages()
257 float fontSize = maxBounds.height / 7; in getScreenImages()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/collision/shapes/
H A DConcaveShape.cpp42 Vector3 minBounds, maxBounds; in getVolume() local
45 getLocalBounds(minBounds, maxBounds); in getVolume()
47 const decimal lengthX = maxBounds.x - minBounds.x; in getVolume()
48 const decimal lengthY = maxBounds.y - minBounds.y; in getVolume()
49 const decimal lengthZ = maxBounds.z - minBounds.z; in getVolume()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/GUI/Base/
H A DEZSpecEditor.sc12 var labelBounds, minBounds, maxBounds, warpBounds, stepBounds;
28 #labelBounds, minBounds, maxBounds, warpBounds, stepBounds = this.prSubViewBounds(innerBounds);
39 maxView = NumberBox.new(view, maxBounds);
62 var labelBounds, minBounds, maxBounds, warpBounds, stepBounds;
74 maxBounds = componentSize.asRect.left_(warpBounds.left-componentSize.x-gap.x);
75 minBounds = componentSize.asRect.left_(maxBounds.left-componentSize.x-gap.x);
84 maxBounds = (rect.width@componentSize.y)
87 .asRect.top_(maxBounds.bottom + gap.y);
96 maxBounds = componentSize.asRect.left_(warpBounds.left-componentSize.x-gap.x);
97 minBounds = componentSize.asRect.left_(maxBounds.left-componentSize.x-gap.x);
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu_large_scale/src/cuda/
H A Dextract.cu292 … ( (x >= minBounds.x && x <= maxBounds.x) || (y >= minBounds.y && y <= maxBounds.y) || ( z >= minB… in operator ()()
426 fs (buffer, minBounds, maxBounds); in extractSliceKernel()
477 int3 minBounds, maxBounds; in extractSliceAsCloud() local
483 maxBounds.x = newX; in extractSliceAsCloud()
491 if (minBounds.x > maxBounds.x) in extractSliceAsCloud()
498 maxBounds.y = newY; in extractSliceAsCloud()
506 if(minBounds.y > maxBounds.y) in extractSliceAsCloud()
513 maxBounds.z = newZ; in extractSliceAsCloud()
521 if (minBounds.z > maxBounds.z) in extractSliceAsCloud()
525 maxBounds.x -= buffer->origin_GRID.x; in extractSliceAsCloud()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/maprenderer/
H A Dqgsrendereditemresults.cpp29 explicit QgsRenderedItemResultsSpatialIndex( const QgsRectangle &maxBounds ) in QgsRenderedItemResultsSpatialIndex() argument
30 : mXMin( maxBounds.xMinimum() ) in QgsRenderedItemResultsSpatialIndex()
31 , mYMin( maxBounds.yMinimum() ) in QgsRenderedItemResultsSpatialIndex()
32 …, mXRes( ( std::numeric_limits< float >::max() - 1 ) / ( maxBounds.xMaximum() - maxBounds.xMinimum… in QgsRenderedItemResultsSpatialIndex()
33 …, mYRes( ( std::numeric_limits< float >::max() - 1 ) / ( maxBounds.yMaximum() - maxBounds.yMinimum… in QgsRenderedItemResultsSpatialIndex()
34 , mMaxBounds( maxBounds ) in QgsRenderedItemResultsSpatialIndex()
35 , mUseScale( !maxBounds.isNull() ) in QgsRenderedItemResultsSpatialIndex()
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/engine/shaders/
H A Dtexture3dslice.frag13 uniform highp vec3 maxBounds;
85 if (clamp(texelVec.x, minBounds.x, maxBounds.x) == texelVec.x
86 && clamp(texelVec.y, maxBounds.y, minBounds.y) == texelVec.y
87 && clamp(texelVec.z, maxBounds.z, minBounds.z) == texelVec.z) {
105 if (clamp(texelVec.x, minBounds.x, maxBounds.x) == texelVec.x
106 && clamp(texelVec.y, maxBounds.y, minBounds.y) == texelVec.y
107 && clamp(texelVec.z, maxBounds.z, minBounds.z) == texelVec.z) {
124 if (clamp(texelVec.x, minBounds.x, maxBounds.x) == texelVec.x
125 && clamp(texelVec.y, maxBounds.y, minBounds.y) == texelVec.y
126 && clamp(texelVec.z, maxBounds.z, minBounds.z) == texelVec.z) {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Dsearch_aggs_bucket_histogram.go24 maxBounds *float64 member
155 a.maxBounds = &max
170 a.maxBounds = &max
175 a.maxBounds = &max
235 if a.minBounds != nil || a.maxBounds != nil {
240 if a.maxBounds != nil {
241 bounds["max"] = a.maxBounds
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dsearch_aggs_bucket_histogram.go24 maxBounds *float64 member
155 a.maxBounds = &max
170 a.maxBounds = &max
175 a.maxBounds = &max
235 if a.minBounds != nil || a.maxBounds != nil {
240 if a.maxBounds != nil {
241 bounds["max"] = a.maxBounds
/dports/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/
H A Dsearch_aggs_bucket_histogram.go24 maxBounds *float64 member
155 a.maxBounds = &max
170 a.maxBounds = &max
175 a.maxBounds = &max
235 if a.minBounds != nil || a.maxBounds != nil {
240 if a.maxBounds != nil {
241 bounds["max"] = a.maxBounds
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/gopkg.in/olivere/elastic.v6/
H A Dsearch_aggs_bucket_histogram.go24 maxBounds *float64 member
155 a.maxBounds = &max
170 a.maxBounds = &max
175 a.maxBounds = &max
235 if a.minBounds != nil || a.maxBounds != nil {
240 if a.maxBounds != nil {
241 bounds["max"] = a.maxBounds
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dsearch_aggs_bucket_histogram.go24 maxBounds *float64 member
155 a.maxBounds = &max
170 a.maxBounds = &max
175 a.maxBounds = &max
235 if a.minBounds != nil || a.maxBounds != nil {
240 if a.maxBounds != nil {
241 bounds["max"] = a.maxBounds
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/
H A Dsearch_aggs_bucket_histogram.go24 maxBounds *float64 member
155 a.maxBounds = &max
170 a.maxBounds = &max
175 a.maxBounds = &max
235 if a.minBounds != nil || a.maxBounds != nil {
240 if a.maxBounds != nil {
241 bounds["max"] = a.maxBounds
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v5/
H A Dsearch_aggs_bucket_histogram.go24 maxBounds *float64 member
155 a.maxBounds = &max
170 a.maxBounds = &max
175 a.maxBounds = &max
235 if a.minBounds != nil || a.maxBounds != nil {
240 if a.maxBounds != nil {
241 bounds["max"] = a.maxBounds

123456789