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

/external/webkit/Source/WebCore/platform/graphics/skia/
H A DFloatRectSkia.cpp34 #include "SkRect.h"
38 FloatRect::FloatRect(const SkRect& r)
44 FloatRect::operator SkRect() const
46 SkRect rect = { x(), y(), maxX(), maxY() };
H A DIntRectSkia.cpp34 #include "SkRect.h"
44 IntRect::operator SkRect() const
46 SkRect rect;
/external/skia/src/views/
H A DSkView.cpp92 SkRect r;
130 void SkView::inval(SkRect* rect) {
132 SkRect storage;
139 SkRect bounds;
466 bool SkView::handleInval(const SkRect*) { argument
472 void SkView::getLocalBounds(SkRect* bounds) const

Completed in 132 milliseconds