Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Dpoint_f.cc11 template class PointBase<PointF, float, Vector2dF>; variable
Dpoint.cc15 template class PointBase<Point, int, Vector2d>; variable
Dpoint_base.h75 PointBase(Type x, Type y) : x_(x), y_(y) {} in PointBase() function