OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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