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

/external/chromium_org/ui/gfx/geometry/
H A Dpoint_base.h18 class GFX_EXPORT PointBase { class in namespace:gfx
75 PointBase(Type x, Type y) : x_(x), y_(y) {} function in class:gfx::PointBase
78 ~PointBase() {}

Completed in 351 milliseconds