HomeSort by relevance Sort by last modified time
    Searched defs:SkIRect (Results 1 - 3 of 3) 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 16 /** \struct SkIRect
18 SkIRect holds four 32 bit integer coordinates for a rectangle
20 struct SK_API SkIRect {
23 static SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() {
24 SkIRect r;
29 static SkIRect SK_WARN_UNUSED_RESULT MakeWH(int32_t w, int32_t h) {
30 SkIRect r;
35 static SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) {
36 SkIRect r;
41 static SkIRect SK_WARN_UNUSED_RESULT MakeLTRB(int32_t l, int32_t t, int32_t r, int32_t b)
    [all...]
  /external/skia/legacy/include/core/
SkRect.h 16 /** \struct SkIRect
18 SkIRect holds four 32 bit integer coordinates for a rectangle
20 struct SK_API SkIRect {
23 static SkIRect MakeEmpty() {
24 SkIRect r;
29 static SkIRect MakeWH(int32_t w, int32_t h) {
30 SkIRect r;
35 static SkIRect MakeSize(const SkISize& size) {
36 SkIRect r;
41 static SkIRect MakeLTRB(int32_t l, int32_t t, int32_t r, int32_t b)
    [all...]

Completed in 3528 milliseconds