Home
last modified time | relevance | path

Searched refs:totalArea (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRegion.cpp112 unsigned Region::totalArea() const in totalArea() function in WebCore::Region
116 unsigned totalArea = 0; in totalArea() local
120 totalArea += (rect.width() * rect.height()); in totalArea()
123 return totalArea; in totalArea()
DRegion.h60 unsigned totalArea() const;