Home
last modified time | relevance | path

Searched refs:pBounds (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DResizer.cpp37 pBounds.x -= pDelta.x; in OnMouseMoved()
38 pBounds.w += pDelta.x; in OnMouseMoved()
46 pBounds.w += diff; in OnMouseMoved()
47 pBounds.x -= diff; in OnMouseMoved()
53 pBounds.y -= pDelta.y; in OnMouseMoved()
62 pBounds.h += diff; in OnMouseMoved()
63 pBounds.y -= diff; in OnMouseMoved()
78 if (pBounds.w < pntMin.x) pBounds.w = pntMin.x; in OnMouseMoved()
79 diff -= pBounds.w; in OnMouseMoved()
89 if (pBounds.h < pntMin.y) pBounds.h = pntMin.y; in OnMouseMoved()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DResizer.cpp37 pBounds.x -= pDelta.x; in OnMouseMoved()
38 pBounds.w += pDelta.x; in OnMouseMoved()
46 pBounds.w += diff; in OnMouseMoved()
47 pBounds.x -= diff; in OnMouseMoved()
53 pBounds.y -= pDelta.y; in OnMouseMoved()
62 pBounds.h += diff; in OnMouseMoved()
63 pBounds.y -= diff; in OnMouseMoved()
78 if (pBounds.w < pntMin.x) pBounds.w = pntMin.x; in OnMouseMoved()
79 diff -= pBounds.w; in OnMouseMoved()
89 if (pBounds.h < pntMin.y) pBounds.h = pntMin.y; in OnMouseMoved()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/tree/
H A DAbstractLayoutCache.java230 Rectangle pBounds = getBounds(paths.nextElement(), in getPreferredWidth() local
234 if(pBounds != null) { in getPreferredWidth()
235 width = pBounds.x + pBounds.width; in getPreferredWidth()
236 if (pBounds.y >= endY) { in getPreferredWidth()
242 while (pBounds != null && paths.hasMoreElements()) { in getPreferredWidth()
243 pBounds = getBounds(paths.nextElement(), in getPreferredWidth()
244 pBounds); in getPreferredWidth()
245 if (pBounds != null && pBounds.y < endY) { in getPreferredWidth()
246 width = Math.max(width, pBounds.x + pBounds.width); in getPreferredWidth()
249 pBounds = null; in getPreferredWidth()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/tree/
H A DAbstractLayoutCache.java230 Rectangle pBounds = getBounds(paths.nextElement(), in getPreferredWidth() local
234 if(pBounds != null) { in getPreferredWidth()
235 width = pBounds.x + pBounds.width; in getPreferredWidth()
236 if (pBounds.y >= endY) { in getPreferredWidth()
242 while (pBounds != null && paths.hasMoreElements()) { in getPreferredWidth()
243 pBounds = getBounds(paths.nextElement(), in getPreferredWidth()
244 pBounds); in getPreferredWidth()
245 if (pBounds != null && pBounds.y < endY) { in getPreferredWidth()
246 width = Math.max(width, pBounds.x + pBounds.width); in getPreferredWidth()
249 pBounds = null; in getPreferredWidth()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/tree/
H A DAbstractLayoutCache.java230 Rectangle pBounds = getBounds(paths.nextElement(), in getPreferredWidth() local
234 if(pBounds != null) { in getPreferredWidth()
235 width = pBounds.x + pBounds.width; in getPreferredWidth()
236 if (pBounds.y >= endY) { in getPreferredWidth()
242 while (pBounds != null && paths.hasMoreElements()) { in getPreferredWidth()
243 pBounds = getBounds(paths.nextElement(), in getPreferredWidth()
244 pBounds); in getPreferredWidth()
245 if (pBounds != null && pBounds.y < endY) { in getPreferredWidth()
246 width = Math.max(width, pBounds.x + pBounds.width); in getPreferredWidth()
249 pBounds = null; in getPreferredWidth()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/tree/
H A DAbstractLayoutCache.java230 Rectangle pBounds = getBounds(paths.nextElement(), in getPreferredWidth() local
234 if(pBounds != null) { in getPreferredWidth()
235 width = pBounds.x + pBounds.width; in getPreferredWidth()
236 if (pBounds.y >= endY) { in getPreferredWidth()
242 while (pBounds != null && paths.hasMoreElements()) { in getPreferredWidth()
243 pBounds = getBounds(paths.nextElement(), in getPreferredWidth()
244 pBounds); in getPreferredWidth()
245 if (pBounds != null && pBounds.y < endY) { in getPreferredWidth()
246 width = Math.max(width, pBounds.x + pBounds.width); in getPreferredWidth()
249 pBounds = null; in getPreferredWidth()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/tree/
H A DAbstractLayoutCache.java230 Rectangle pBounds = getBounds(paths.nextElement(), in getPreferredWidth() local
234 if(pBounds != null) { in getPreferredWidth()
235 width = pBounds.x + pBounds.width; in getPreferredWidth()
236 if (pBounds.y >= endY) { in getPreferredWidth()
242 while (pBounds != null && paths.hasMoreElements()) { in getPreferredWidth()
243 pBounds = getBounds(paths.nextElement(), in getPreferredWidth()
244 pBounds); in getPreferredWidth()
245 if (pBounds != null && pBounds.y < endY) { in getPreferredWidth()
246 width = Math.max(width, pBounds.x + pBounds.width); in getPreferredWidth()
249 pBounds = null; in getPreferredWidth()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/tree/
H A DAbstractLayoutCache.java230 Rectangle pBounds = getBounds(paths.nextElement(), in getPreferredWidth() local
234 if(pBounds != null) { in getPreferredWidth()
235 width = pBounds.x + pBounds.width; in getPreferredWidth()
236 if (pBounds.y >= endY) { in getPreferredWidth()
242 while (pBounds != null && paths.hasMoreElements()) { in getPreferredWidth()
243 pBounds = getBounds(paths.nextElement(), in getPreferredWidth()
244 pBounds); in getPreferredWidth()
245 if (pBounds != null && pBounds.y < endY) { in getPreferredWidth()
246 width = Math.max(width, pBounds.x + pBounds.width); in getPreferredWidth()
249 pBounds = null; in getPreferredWidth()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/tree/
H A DAbstractLayoutCache.java232 Rectangle pBounds = getBounds((TreePath)paths.nextElement(), in getPreferredWidth() local
236 if(pBounds != null) { in getPreferredWidth()
237 width = pBounds.x + pBounds.width; in getPreferredWidth()
238 if (pBounds.y >= endY) { in getPreferredWidth()
244 while (pBounds != null && paths.hasMoreElements()) { in getPreferredWidth()
245 pBounds = getBounds((TreePath)paths.nextElement(), in getPreferredWidth()
246 pBounds); in getPreferredWidth()
247 if (pBounds != null && pBounds.y < endY) { in getPreferredWidth()
248 width = Math.max(width, pBounds.x + pBounds.width); in getPreferredWidth()
251 pBounds = null; in getPreferredWidth()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/tree/
H A DAbstractLayoutCache.java232 Rectangle pBounds = getBounds((TreePath)paths.nextElement(), in getPreferredWidth() local
236 if(pBounds != null) { in getPreferredWidth()
237 width = pBounds.x + pBounds.width; in getPreferredWidth()
238 if (pBounds.y >= endY) { in getPreferredWidth()
244 while (pBounds != null && paths.hasMoreElements()) { in getPreferredWidth()
245 pBounds = getBounds((TreePath)paths.nextElement(), in getPreferredWidth()
246 pBounds); in getPreferredWidth()
247 if (pBounds != null && pBounds.y < endY) { in getPreferredWidth()
248 width = Math.max(width, pBounds.x + pBounds.width); in getPreferredWidth()
251 pBounds = null; in getPreferredWidth()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/tree/
H A DAbstractLayoutCache.java234 Rectangle pBounds = getBounds(paths.nextElement(), in getPreferredWidth() local
238 if(pBounds != null) { in getPreferredWidth()
239 width = pBounds.x + pBounds.width; in getPreferredWidth()
240 if (pBounds.y >= endY) { in getPreferredWidth()
246 while (pBounds != null && paths.hasMoreElements()) { in getPreferredWidth()
247 pBounds = getBounds(paths.nextElement(), in getPreferredWidth()
248 pBounds); in getPreferredWidth()
249 if (pBounds != null && pBounds.y < endY) { in getPreferredWidth()
250 width = Math.max(width, pBounds.x + pBounds.width); in getPreferredWidth()
253 pBounds = null; in getPreferredWidth()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/tree/
H A DAbstractLayoutCache.java234 Rectangle pBounds = getBounds(paths.nextElement(), in getPreferredWidth() local
238 if(pBounds != null) { in getPreferredWidth()
239 width = pBounds.x + pBounds.width; in getPreferredWidth()
240 if (pBounds.y >= endY) { in getPreferredWidth()
246 while (pBounds != null && paths.hasMoreElements()) { in getPreferredWidth()
247 pBounds = getBounds(paths.nextElement(), in getPreferredWidth()
248 pBounds); in getPreferredWidth()
249 if (pBounds != null && pBounds.y < endY) { in getPreferredWidth()
250 width = Math.max(width, pBounds.x + pBounds.width); in getPreferredWidth()
253 pBounds = null; in getPreferredWidth()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c126 SurfaceDataBounds *pBounds, in checkOverflow() argument
132 x = dxoff+pBounds->x1+0.5; /* Center of pixel x1 */ in checkOverflow()
133 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
142 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
181 SurfaceDataBounds *pBounds, in calculateEdges() argument
196 dx1 = pBounds->x1; in calculateEdges()
197 dy1 = pBounds->y1; in calculateEdges()
198 dx2 = pBounds->x2; in calculateEdges()
199 dy2 = pBounds->y2; in calculateEdges()
209 dx1 = pBounds->x1; in calculateEdges()
[all …]
H A DDrawLine.c109 cxmin = pBounds->x1; \
110 cymin = pBounds->y1; \
111 cxmax = pBounds->x2 - 1; \
112 cymax = pBounds->y2 - 1; \
264 SurfaceDataBounds *pBounds, in LineUtils_SetupBresenhamBig() argument
359 SurfaceDataBounds *pBounds, in LineUtils_SetupBresenham() argument
369 pBounds, in LineUtils_SetupBresenham()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c126 SurfaceDataBounds *pBounds, in checkOverflow() argument
132 x = dxoff+pBounds->x1+0.5; /* Center of pixel x1 */ in checkOverflow()
133 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
142 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
181 SurfaceDataBounds *pBounds, in calculateEdges() argument
196 dx1 = pBounds->x1; in calculateEdges()
197 dy1 = pBounds->y1; in calculateEdges()
198 dx2 = pBounds->x2; in calculateEdges()
199 dy2 = pBounds->y2; in calculateEdges()
209 dx1 = pBounds->x1; in calculateEdges()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c126 SurfaceDataBounds *pBounds, in checkOverflow() argument
132 x = dxoff+pBounds->x1+0.5; /* Center of pixel x1 */ in checkOverflow()
133 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
142 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
181 SurfaceDataBounds *pBounds, in calculateEdges() argument
196 dx1 = pBounds->x1; in calculateEdges()
197 dy1 = pBounds->y1; in calculateEdges()
198 dx2 = pBounds->x2; in calculateEdges()
199 dy2 = pBounds->y2; in calculateEdges()
209 dx1 = pBounds->x1; in calculateEdges()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/loops/
H A DTransformHelper.c126 SurfaceDataBounds *pBounds, in checkOverflow() argument
132 x = dxoff+pBounds->x1+0.5; /* Center of pixel x1 */ in checkOverflow()
133 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
142 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
181 SurfaceDataBounds *pBounds, in calculateEdges() argument
196 dx1 = pBounds->x1; in calculateEdges()
197 dy1 = pBounds->y1; in calculateEdges()
198 dx2 = pBounds->x2; in calculateEdges()
199 dy2 = pBounds->y2; in calculateEdges()
209 dx1 = pBounds->x1; in calculateEdges()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c126 SurfaceDataBounds *pBounds, in checkOverflow() argument
132 x = dxoff+pBounds->x1+0.5; /* Center of pixel x1 */ in checkOverflow()
133 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
142 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
181 SurfaceDataBounds *pBounds, in calculateEdges() argument
196 dx1 = pBounds->x1; in calculateEdges()
197 dy1 = pBounds->y1; in calculateEdges()
198 dx2 = pBounds->x2; in calculateEdges()
199 dy2 = pBounds->y2; in calculateEdges()
209 dx1 = pBounds->x1; in calculateEdges()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c126 SurfaceDataBounds *pBounds, in checkOverflow() argument
132 x = dxoff+pBounds->x1+0.5; /* Center of pixel x1 */ in checkOverflow()
133 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
142 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
181 SurfaceDataBounds *pBounds, in calculateEdges() argument
196 dx1 = pBounds->x1; in calculateEdges()
197 dy1 = pBounds->y1; in calculateEdges()
198 dx2 = pBounds->x2; in calculateEdges()
199 dy2 = pBounds->y2; in calculateEdges()
209 dx1 = pBounds->x1; in calculateEdges()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c126 SurfaceDataBounds *pBounds, in checkOverflow() argument
132 x = dxoff+pBounds->x1+0.5; /* Center of pixel x1 */ in checkOverflow()
133 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
142 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
181 SurfaceDataBounds *pBounds, in calculateEdges() argument
196 dx1 = pBounds->x1; in calculateEdges()
197 dy1 = pBounds->y1; in calculateEdges()
198 dx2 = pBounds->x2; in calculateEdges()
199 dy2 = pBounds->y2; in calculateEdges()
209 dx1 = pBounds->x1; in calculateEdges()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c126 SurfaceDataBounds *pBounds, in checkOverflow() argument
132 x = dxoff+pBounds->x1+0.5; /* Center of pixel x1 */ in checkOverflow()
133 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
142 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
181 SurfaceDataBounds *pBounds, in calculateEdges() argument
196 dx1 = pBounds->x1; in calculateEdges()
197 dy1 = pBounds->y1; in calculateEdges()
198 dx2 = pBounds->x2; in calculateEdges()
199 dy2 = pBounds->y2; in calculateEdges()
209 dx1 = pBounds->x1; in calculateEdges()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c126 SurfaceDataBounds *pBounds, in checkOverflow() argument
132 x = dxoff+pBounds->x1+0.5; /* Center of pixel x1 */ in checkOverflow()
133 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
142 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
181 SurfaceDataBounds *pBounds, in calculateEdges() argument
196 dx1 = pBounds->x1; in calculateEdges()
197 dy1 = pBounds->y1; in calculateEdges()
198 dx2 = pBounds->x2; in calculateEdges()
199 dy2 = pBounds->y2; in calculateEdges()
209 dx1 = pBounds->x1; in calculateEdges()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/loops/
H A DTransformHelper.c126 SurfaceDataBounds *pBounds, in checkOverflow() argument
132 x = dxoff+pBounds->x1+0.5; /* Center of pixel x1 */ in checkOverflow()
133 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
142 y = dyoff+pBounds->y1+0.5; /* Center of pixel y1 */ in checkOverflow()
181 SurfaceDataBounds *pBounds, in calculateEdges() argument
196 dx1 = pBounds->x1; in calculateEdges()
197 dy1 = pBounds->y1; in calculateEdges()
198 dx2 = pBounds->x2; in calculateEdges()
199 dy2 = pBounds->y2; in calculateEdges()
209 dx1 = pBounds->x1; in calculateEdges()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/Window/WindowSizeDifferentScreens/
H A DWindowSizeDifferentScreens.java85 Rectangle pBounds = packed.getBounds(); in test() local
89 !mBounds.equals(pBounds)) { in test()
92 System.err.println("Actual packed: " + pBounds); in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/Window/WindowSizeDifferentScreens/
H A DWindowSizeDifferentScreens.java85 Rectangle pBounds = packed.getBounds(); in test() local
89 !mBounds.equals(pBounds)) { in test()
92 System.err.println("Actual packed: " + pBounds); in test()

12345678910>>...12