OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetArea
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/
size_base.h
19
Type
GetArea
() const { return width_ * height_; }
/external/chromium_org/ppapi/cpp/
size.h
111
///
GetArea
() determines the area (width * height).
114
int
GetArea
() const {
Completed in 199 milliseconds