HomeSort by relevance Sort by last modified time
    Searched full:totalarea (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
Region.cpp 112 unsigned Region::totalArea() const
116 unsigned totalArea = 0;
120 totalArea += (rect.width() * rect.height());
123 return totalArea;
Region.h 60 unsigned totalArea() const;

Completed in 89 milliseconds