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

  /external/webkit/Source/WebCore/platform/graphics/skia/
IntRectSkia.cpp 38 IntRect::operator SkIRect() const
40 SkIRect rect = { x(), y(), maxX(), maxY() };
51 IntRect::IntRect(const SkIRect& r)
  /external/skia/include/core/
SkRect.h 23 /** \struct SkIRect
25 SkIRect holds four 32 bit integer coordinates for a rectangle
27 struct SK_API SkIRect {
30 static SkIRect MakeEmpty() {
31 SkIRect r;
36 static SkIRect MakeWH(int32_t w, int32_t h) {
37 SkIRect r;
42 static SkIRect MakeSize(const SkISize& size) {
43 SkIRect r;
48 static SkIRect MakeLTRB(int32_t l, int32_t t, int32_t r, int32_t b)
    [all...]

Completed in 147 milliseconds