Searched refs:aCountNotWhite (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | PixelCounter.java | 128 CountPixel aCountNotWhite = new CountNotWhite(); in countNotWhitePixel() local 129 countPixel(_aImage, 0, 0, w, h, aCountNotWhite); in countNotWhitePixel() 130 return aCountNotWhite.getCount(); in countNotWhitePixel()
|
/aoo41x/main/qadevOOo/runner/graphical/ |
H A D | PixelCounter.java | 170 CountPixel aCountNotWhite = new CountNotWhite(); in countNotWhitePixel() local 171 countPixel(_aImage, 0, 0, w, h, aCountNotWhite); in countNotWhitePixel() 172 return aCountNotWhite.getCount(); in countNotWhitePixel()
|
Completed in 11 milliseconds