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

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntRect.cpp 31 #include "third_party/skia/include/core/SkRect.h"
156 IntRect::operator SkRect() const
158 SkRect rect;
FloatRect.h 31 #include "third_party/skia/include/core/SkRect.h"
61 FloatRect(const SkRect&);
173 operator SkRect() const { return SkRect::MakeXYWH(x(), y(), width(), height()); }

Completed in 71 milliseconds