Home
last modified time | relevance | path

Searched refs:bigHeight (Results 1 – 24 of 24) sorted by relevance

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/image/
H A DStrictImageFinder.java37 int bigWidth, bigHeight; field in StrictImageFinder
47 bigHeight = area.getHeight(); in StrictImageFinder()
48 bigPixels = new int[bigWidth][bigHeight]; in StrictImageFinder()
50 for (int y = 0; y < bigHeight; y++) { in StrictImageFinder()
77 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) { in findImage()
H A DRoughImageFinder.java38 int bigWidth, bigHeight; field in RoughImageFinder
51 bigHeight = area.getHeight(); in RoughImageFinder()
52 bigPixels = new int[bigWidth][bigHeight]; in RoughImageFinder()
54 for (int y = 0; y < bigHeight; y++) { in RoughImageFinder()
80 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) { in findImage()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/image/
H A DStrictImageFinder.java37 int bigWidth, bigHeight; field in StrictImageFinder
47 bigHeight = area.getHeight(); in StrictImageFinder()
48 bigPixels = new int[bigWidth][bigHeight]; in StrictImageFinder()
50 for (int y = 0; y < bigHeight; y++) { in StrictImageFinder()
77 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) { in findImage()
H A DRoughImageFinder.java38 int bigWidth, bigHeight; field in RoughImageFinder
51 bigHeight = area.getHeight(); in RoughImageFinder()
52 bigPixels = new int[bigWidth][bigHeight]; in RoughImageFinder()
54 for (int y = 0; y < bigHeight; y++) { in RoughImageFinder()
80 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) { in findImage()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/image/
H A DStrictImageFinder.java37 int bigWidth, bigHeight; field in StrictImageFinder
47 bigHeight = area.getHeight(); in StrictImageFinder()
48 bigPixels = new int[bigWidth][bigHeight]; in StrictImageFinder()
50 for (int y = 0; y < bigHeight; y++) { in StrictImageFinder()
77 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) { in findImage()
H A DRoughImageFinder.java38 int bigWidth, bigHeight; field in RoughImageFinder
51 bigHeight = area.getHeight(); in RoughImageFinder()
52 bigPixels = new int[bigWidth][bigHeight]; in RoughImageFinder()
54 for (int y = 0; y < bigHeight; y++) { in RoughImageFinder()
80 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) { in findImage()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/image/
H A DStrictImageFinder.java37 int bigWidth, bigHeight; field in StrictImageFinder
47 bigHeight = area.getHeight(); in StrictImageFinder()
48 bigPixels = new int[bigWidth][bigHeight]; in StrictImageFinder()
50 for (int y = 0; y < bigHeight; y++) { in StrictImageFinder()
77 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) { in findImage()
H A DRoughImageFinder.java38 int bigWidth, bigHeight; field in RoughImageFinder
51 bigHeight = area.getHeight(); in RoughImageFinder()
52 bigPixels = new int[bigWidth][bigHeight]; in RoughImageFinder()
54 for (int y = 0; y < bigHeight; y++) { in RoughImageFinder()
80 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) { in findImage()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/image/
H A DStrictImageFinder.java37 int bigWidth, bigHeight; field in StrictImageFinder
47 bigHeight = area.getHeight(); in StrictImageFinder()
48 bigPixels = new int[bigWidth][bigHeight]; in StrictImageFinder()
50 for (int y = 0; y < bigHeight; y++) { in StrictImageFinder()
77 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) { in findImage()
H A DRoughImageFinder.java38 int bigWidth, bigHeight; field in RoughImageFinder
51 bigHeight = area.getHeight(); in RoughImageFinder()
52 bigPixels = new int[bigWidth][bigHeight]; in RoughImageFinder()
54 for (int y = 0; y < bigHeight; y++) { in RoughImageFinder()
80 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) { in findImage()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/image/
H A DStrictImageFinder.java37 int bigWidth, bigHeight; field in StrictImageFinder
47 bigHeight = area.getHeight(); in StrictImageFinder()
48 bigPixels = new int[bigWidth][bigHeight]; in StrictImageFinder()
50 for (int y = 0; y < bigHeight; y++) { in StrictImageFinder()
77 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) { in findImage()
H A DRoughImageFinder.java38 int bigWidth, bigHeight; field in RoughImageFinder
51 bigHeight = area.getHeight(); in RoughImageFinder()
52 bigPixels = new int[bigWidth][bigHeight]; in RoughImageFinder()
54 for (int y = 0; y < bigHeight; y++) { in RoughImageFinder()
80 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) { in findImage()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/image/
H A DStrictImageFinder.java37 int bigWidth, bigHeight; field in StrictImageFinder
47 bigHeight = area.getHeight(); in StrictImageFinder()
48 bigPixels = new int[bigWidth][bigHeight]; in StrictImageFinder()
50 for (int y = 0; y < bigHeight; y++) { in StrictImageFinder()
77 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) { in findImage()
H A DRoughImageFinder.java38 int bigWidth, bigHeight;
51 bigHeight = area.getHeight();
52 bigPixels = new int[bigWidth][bigHeight];
54 for (int y = 0; y < bigHeight; y++) {
80 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) {
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/image/
H A DStrictImageFinder.java37 int bigWidth, bigHeight; field in StrictImageFinder
47 bigHeight = area.getHeight(); in StrictImageFinder()
48 bigPixels = new int[bigWidth][bigHeight]; in StrictImageFinder()
50 for (int y = 0; y < bigHeight; y++) { in StrictImageFinder()
77 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) { in findImage()
H A DRoughImageFinder.java38 int bigWidth, bigHeight; field in RoughImageFinder
51 bigHeight = area.getHeight(); in RoughImageFinder()
52 bigPixels = new int[bigWidth][bigHeight]; in RoughImageFinder()
54 for (int y = 0; y < bigHeight; y++) { in RoughImageFinder()
80 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) { in findImage()
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Texture.BmpGifJpegPngTiff/
H A DPlugin.cs60 uint bigHeight = reader.ReadUInt32(); in QueryTextureDimensions()
62 …height = (int)((bigHeight >> 24) | ((bigHeight >> 8) & 0xFF00) | ((bigHeight & 0xFF00) << 8) | (bi… in QueryTextureDimensions()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/test/unit/
H A Dimagetest.h22 int bigHeight = 234; in testSlice() local
23 Image big(bigWidth, bigHeight); in testSlice()
24 for (int y = 0; y < bigHeight; y++) { in testSlice()
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DQuickKeysMenu.cxx140 const float bigHeight = fm.getStrHeight(fontFace, bigFontSize, " "); in resize() local
142 y -= 1.1f * bigHeight; in resize()
149 y -= 1.5f * bigHeight; in resize()
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DQuickKeysMenu.cxx140 const float bigHeight = fm.getStrHeight(fontFace, bigFontSize, " "); in resize() local
142 y -= 1.1f * bigHeight; in resize()
149 y -= 1.5f * bigHeight; in resize()
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dwxshowmath.cpp199 int bigWidth, bigHeight; variable
423 bigHeight=4*screenHeight, in showmathFrame()
/dports/x11-toolkits/tk87/tk8.7a5/tests/
H A DtextDisp.test95 set bigHeight [font metrics $bigFont -linespace]
2110 set count [expr {5 * $bigHeight + 150 * $fixedHeight}]
/dports/x11-toolkits/tk86/tk8.6.12/tests/
H A DtextDisp.test87 set bigHeight [font metrics $bigFont -linespace]
2102 set count [expr {5 * $bigHeight + 150 * $fixedHeight}]
/dports/x11-toolkits/tk85/tk8.5.19/tests/
H A DtextDisp.test62 set bigHeight [font metrics $bigFont -linespace]
2032 set count [expr {5 * $bigHeight + 150 * $fixedHeight}]