Searched refs:totalPixelCount (Results 1 – 2 of 2) sorted by relevance
136 int totalPixelCount = 0; in AssetAtlasService() local145 totalPixelCount += drawables.valueAt(i).addAtlasableBitmaps(bitmaps); in AssetAtlasService()166 new Thread(new Renderer(sortedBitmaps, totalPixelCount)).start(); in AssetAtlasService()
235 float totalPixelCount = idealWidth * idealHeight; in compareImages() local258 if ((totalDiffPixelCount / totalPixelCount) >= PIXEL_DIFF_COUNT_THRESHOLD) { in compareImages()