Home
last modified time | relevance | path

Searched refs:errMax (Results 1 – 2 of 2) sorted by path

/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DGraphicsUtil.java219 int errMax = (int)(perimeter * ERR_RANGLE_RECTANGLE); in findRectangle() local
221 if (!(detect(src, color, dst, 0xff000000, errMax) && detect(dst, 0xff000000, in findRectangle()
222 src, color, errMax))) in findRectangle()
233 BufferedImage dst, int colorDst, double errMax) { in detect() argument
247 if (errCount <= errMax) in detect()

Completed in 11 milliseconds