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

  /external/skia/include/core/
SkRect.h 30 /** \struct SkIRect
31 SkIRect holds four 32-bit integer coordinates describing the upper and
32 lower bounds of a rectangle. SkIRect may be created from outer bounds or
33 from position, width, and height. SkIRect describes an area; if its right
37 struct SK_API SkIRect {
43 /** Returns constructed SkIRect set to (0, 0, 0, 0).
50 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() {
51 return SkIRect{0, 0, 0, 0};
54 /** Returns constructed SkIRect set to (0, 0, w, h). Does not validate input; w or h
57 @param w width of constructed SkIRect
    [all...]
  /external/skqp/include/core/
SkRect.h 30 /** \struct SkIRect
31 SkIRect holds four 32-bit integer coordinates describing the upper and
32 lower bounds of a rectangle. SkIRect may be created from outer bounds or
33 from position, width, and height. SkIRect describes an area; if its right
37 struct SK_API SkIRect {
43 /** Returns constructed SkIRect set to (0, 0, 0, 0).
50 static constexpr SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() {
51 return SkIRect{0, 0, 0, 0};
54 /** Returns constructed SkIRect set to (0, 0, w, h). Does not validate input; w or h
57 @param w width of constructed SkIRect
    [all...]

Completed in 589 milliseconds