Searched refs:unionPixels (Results 1 – 3 of 3) sorted by relevance
622 float unionPixels = (rect.width() * rect.height()); in shouldCoalesce() local626 float wastedSpace = 1 - (singlePixels / unionPixels); in shouldCoalesce()
931 double unionPixels = dirtyRect.width() * dirtyRect.height(); in getUpdateRects() local932 double wastedSpace = 1.0 - (singlePixels / unionPixels); in getUpdateRects()
841 float unionPixels = (rect.size.width * rect.size.height);845 float wastedSpace = 1 - (singlePixels / unionPixels);