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/core/platform/graphics/
IntRect.cpp 31 #include "third_party/skia/include/core/SkRect.h"
159 IntRect::operator SkRect() const
161 SkRect rect;
FloatRect.cpp 33 #include "third_party/skia/include/core/SkRect.h"
52 FloatRect::FloatRect(const SkRect& r) : m_location(r.fLeft, r.fTop), m_size(r.width(), r.height())
231 FloatRect::operator SkRect() const
233 SkRect rect = { x(), y(), maxX(), maxY() };

Completed in 85 milliseconds