Searched refs:nNotBlackCount_DiffGraphic (Results 1 – 2 of 2) sorted by relevance
618 final int nNotBlackCount_DiffGraphic = PixelCounter.countNotBlackPixelsFromImage(_sDiffGfx); in estimateGfx() local670 int nPercent = Math.abs(nNotBlackCount_DiffGraphic * 100 / nMinNotWhiteCount); in estimateGfx()
736 int nNotBlackCount_DiffGraphic = PixelCounter.countNotBlackPixelsFromImage(_sDiffGfx); in estimateGfx() local750 int nPercent = Math.abs(nNotBlackCount_DiffGraphic * 100 / nMinNotWhiteCount); in estimateGfx()
Completed in 27 milliseconds