Searched defs:GetArea (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/geometry/
H A Dsize_base.h19 Type GetArea() const { return width_ * height_; } function in class:gfx::SizeBase
/external/chromium_org/ppapi/cpp/
H A Dsize.h111 /// GetArea() determines the area (width * height).
114 int GetArea() const { function in class:pp::Size
245 /// GetArea() determines the area (width * height).
248 float GetArea() const { function in class:pp::FloatSize

Completed in 190 milliseconds