Searched refs:totalArea (Results 1 – 2 of 2) sorted by relevance
112 unsigned Region::totalArea() const in totalArea() function in WebCore::Region116 unsigned totalArea = 0; in totalArea() local120 totalArea += (rect.width() * rect.height()); in totalArea()123 return totalArea; in totalArea()
60 unsigned totalArea() const;