HomeSort by relevance Sort by last modified time
    Searched refs:RectBaseT (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/
rect.cc 24 typedef class RectBase<Rect, Point, Size, Insets, Vector2d, int> RectBaseT;
28 : RectBaseT(gfx::Point(r.left, r.top)) {
34 : RectBaseT(gfx::Point(r.origin.x, r.origin.y)) {
40 : RectBaseT(gfx::Point(r.x, r.y)) {
rect_f.cc 20 float> RectBaseT;

Completed in 89 milliseconds