Searched refs:bigHeight (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/image/
H A DRoughImageFinder.java36 int bigWidth, bigHeight; field in class:RoughImageFinder
49 bigHeight = area.getHeight();
50 bigPixels = new int[bigWidth][bigHeight];
52 for (int y = 0; y < bigHeight; y++) {
78 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) {
H A DStrictImageFinder.java35 int bigWidth, bigHeight; field in class:StrictImageFinder
45 bigHeight = area.getHeight();
46 bigPixels = new int[bigWidth][bigHeight];
48 for (int y = 0; y < bigHeight; y++) {
75 for (int Y = 0; Y <= bigHeight - smallHeight; Y++) {

Completed in 39 milliseconds