Searched refs:bigWidth (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
48 bigWidth = area.getWidth();
50 bigPixels = new int[bigWidth][bigHeight];
51 for (int x = 0; x < bigWidth; x++) {
77 for (int X = 0; X <= bigWidth - smallWidth; X++) {
H A DStrictImageFinder.java35 int bigWidth, bigHeight; field in class:StrictImageFinder
44 bigWidth = area.getWidth();
46 bigPixels = new int[bigWidth][bigHeight];
47 for (int x = 0; x < bigWidth; x++) {
74 for (int X = 0; X <= bigWidth - smallWidth; X++) {

Completed in 38 milliseconds