Home
last modified time | relevance | path

Searched refs:bottomRightX (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/seed7/seed7/prg/
H A Dmirror.sd735 var integer: bottomRightX is 0;
59 area.bottomRightX := pointerXPos(PRIMITIVE_WINDOW.value);
62 if area.bottomRightX < area.topLeftX then
63 area.bottomRightX := area.topLeftX;
83 area.bottomRightX, area.topLeftY, light_red);
85 area.bottomRightX, area.bottomRightY, light_red);
86 lineTo(wholeScreen, area.bottomRightX, area.topLeftY,
87 area.bottomRightX, area.bottomRightY, light_red);
88 oldBottomRightX := area.bottomRightX;
119 area.bottomRightX - area.topLeftX + 1,
[all …]
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/animationaddon/
H A Dairplane3d.c119 float topLeftX, topRightX, bottomLeftX, bottomRightX; in tessellateIntoAirplane() local
137 bottomRightX = -H3; in tessellateIntoAirplane()
147 bottomRightX = 0; in tessellateIntoAirplane()
157 bottomRightX = W - H2; in tessellateIntoAirplane()
167 bottomRightX = W - H2; in tessellateIntoAirplane()
177 bottomRightX = W - H2; in tessellateIntoAirplane()
187 bottomRightX = W - H2; in tessellateIntoAirplane()
197 bottomRightX = -H3; in tessellateIntoAirplane()
207 bottomRightX = -H3; in tessellateIntoAirplane()
238 pv[6] = bottomRightX; in tessellateIntoAirplane()
[all …]
H A Dpolygon.c507 float topLeftX, topRightX, bottomLeftX, bottomRightX; in tessellateIntoHexagons() local
512 bottomRightX = halfW; in tessellateIntoHexagons()
514 topRightX = bottomRightX = 0; in tessellateIntoHexagons()
519 topRightX = bottomRightX = halfW; in tessellateIntoHexagons()
523 topRightX = bottomRightX = halfW; in tessellateIntoHexagons()
585 pv[12] = bottomRightX; in tessellateIntoHexagons()
598 pv[21] = bottomRightX; in tessellateIntoHexagons()
713 p->boundingBox.x2 = ceil(bottomRightX + p->centerPos.x); in tessellateIntoHexagons()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/GridLayout/ChangeGridSize/
H A DChangeGridSize.java117 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
133 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/GridLayout/ComponentPreferredSize/
H A DComponentPreferredSize.java110 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
126 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/GridLayout/ComponentPreferredSize/
H A DComponentPreferredSize.java110 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
126 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/GridLayout/ChangeGridSize/
H A DChangeGridSize.java117 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
133 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/GridLayout/ComponentPreferredSize/
H A DComponentPreferredSize.java110 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
126 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/GridLayout/ChangeGridSize/
H A DChangeGridSize.java117 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
133 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/GridLayout/ComponentPreferredSize/
H A DComponentPreferredSize.java110 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
126 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/GridLayout/ComponentPreferredSize/
H A DComponentPreferredSize.java110 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
126 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/GridLayout/ChangeGridSize/
H A DChangeGridSize.java117 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
133 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/GridLayout/ChangeGridSize/
H A DChangeGridSize.java117 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
133 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/GridLayout/ComponentPreferredSize/
H A DComponentPreferredSize.java110 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
126 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/GridLayout/ChangeGridSize/
H A DChangeGridSize.java117 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
133 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/GridLayout/ComponentPreferredSize/
H A DComponentPreferredSize.java110 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
126 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/GridLayout/ChangeGridSize/
H A DChangeGridSize.java117 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
133 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/GridLayout/ChangeGridSize/
H A DChangeGridSize.java117 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
133 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/GridLayout/ComponentPreferredSize/
H A DComponentPreferredSize.java110 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
126 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/GridLayout/ComponentPreferredSize/
H A DComponentPreferredSize.java110 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
124 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/GridLayout/ChangeGridSize/
H A DChangeGridSize.java117 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
131 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/GridLayout/ChangeGridSize/
H A DChangeGridSize.java117 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
131 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/GridLayout/ComponentPreferredSize/
H A DComponentPreferredSize.java110 …public void testBoundaries(int topLeftX, int topLeftY, int bottomRightX, int bottomRightY) throws … in testBoundaries() argument
124 robot.mouseMove(bottomRightX, bottomRightY); in testBoundaries()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/wechat_qrcode/src/zxing/qrcode/detector/
H A Ddetector.cpp239 float bottomRightX = topRight->getX() - topLeft->getX() + bottomLeft->getX(); in processFinderPatternInfo() local
245 (int)(topLeft->getX() + correctionToTopLeft * (bottomRightX - topLeft->getX())); in processFinderPatternInfo()
985 float bottomRightX; in createTransform() local
990 bottomRightX = alignmentPattern->getX(); in createTransform()
996 bottomRightX = (topRight->getX() - topLeft->getX()) + bottomLeft->getX(); in createTransform()
1004 bottomRightX += 2 * deltaX; in createTransform()
1012 bottomRightX, bottomRightY, bottomLeft->getX(), bottomLeft->getY())); in createTransform()
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp2385 double bottomRightX = 0; in fitViewportToMapItemsRefine() local
2426 bottomRightX = topLeftX + brect.width(); in fitViewportToMapItemsRefine()
2431 bottomRightX = topLeftX + item->width(); in fitViewportToMapItemsRefine()
2436 maxX = qMax(maxX, bottomRightX); in fitViewportToMapItemsRefine()

12