Searched refs:CountPixel (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | PixelCounter.java | 30 abstract class CountPixel class 38 class CountNotWhite extends CountPixel 62 class CountNotBlack extends CountPixel 114 …public static void countPixel(ImageHelper img, int _x, int _y, int _w, int _h, CountPixel _aPixelC… in countPixel() 128 CountPixel aCountNotWhite = new CountNotWhite(); in countNotWhitePixel() 138 CountPixel aCountNotBlack = new CountNotBlack(); in countNotBlackPixel()
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | PixelCounter.java | 28 abstract class CountPixel class 36 class CountNotWhite extends CountPixel 82 class CountNotBlack extends CountPixel 156 …public static void countPixel(ImageHelper img, int _x, int _y, int _w, int _h, CountPixel _aPixelC… in countPixel() 170 CountPixel aCountNotWhite = new CountNotWhite(); in countNotWhitePixel() 180 CountPixel aCountNotBlack = new CountNotBlack(); in countNotBlackPixel()
|
Completed in 20 milliseconds