Searched defs:SkIRect (Results 1 - 6 of 6) sorted by relevance

/external/skia/include/core/
H A DSkRect.h18 /** \struct SkIRect
19 SkIRect holds four 32 bit integer coordinates describing the upper and
20 lower bounds of a rectangle. SkIRect may be created from outer bounds or
21 from position, width, and height. SkIRect describes an area; if its right
25 struct SK_API SkIRect { struct
28 When equal to or greater than fRight, SkIRect is empty.
33 When equal to or greater than fBottom, SkIRect is empty.
38 When equal to or less than fLeft, SkIRect is empty.
43 When equal to or less than fTop, SkIRect is empty.
47 /** Returns constructed SkIRect se
[all...]
/external/skia/src/core/
H A DSkDevice.h20 struct SkIRect;
48 void getGlobalBounds(SkIRect* bounds) const {
54 SkIRect getGlobalBounds() const {
55 SkIRect bounds;
116 void androidFramework_setDeviceClipRestriction(SkIRect* mutableClipRestriction) {
126 virtual void validateDevBounds(const SkIRect&) {} argument
152 virtual void onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) {}
216 virtual void drawBitmapNine(const SkBitmap&, const SkIRect& center,
224 virtual void drawImageNine(const SkImage*, const SkIRect& center,
H A DSkOverdrawCanvas.cpp247 void SkOverdrawCanvas::onDrawImageNine(const SkImage*, const SkIRect&, const SkRect& dst, argument
254 SkIRect bounds;
257 bounds = SkIRect::MakeWH(image->width(), image->height());
283 void SkOverdrawCanvas::onDrawBitmapNine(const SkBitmap&, const SkIRect&, const SkRect& dst, argument
/external/skqp/include/core/
H A DSkRect.h18 /** \struct SkIRect
19 SkIRect holds four 32 bit integer coordinates describing the upper and
20 lower bounds of a rectangle. SkIRect may be created from outer bounds or
21 from position, width, and height. SkIRect describes an area; if its right
25 struct SK_API SkIRect { struct
28 When equal to or greater than fRight, SkIRect is empty.
33 When equal to or greater than fBottom, SkIRect is empty.
38 When equal to or less than fLeft, SkIRect is empty.
43 When equal to or less than fTop, SkIRect is empty.
47 /** Returns constructed SkIRect se
[all...]
/external/skqp/src/core/
H A DSkDevice.h20 struct SkIRect;
48 void getGlobalBounds(SkIRect* bounds) const {
54 SkIRect getGlobalBounds() const {
55 SkIRect bounds;
116 void androidFramework_setDeviceClipRestriction(SkIRect* mutableClipRestriction) {
126 virtual void validateDevBounds(const SkIRect&) {} argument
152 virtual void onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) {}
216 virtual void drawBitmapNine(const SkBitmap&, const SkIRect& center,
224 virtual void drawImageNine(const SkImage*, const SkIRect& center,
H A DSkOverdrawCanvas.cpp247 void SkOverdrawCanvas::onDrawImageNine(const SkImage*, const SkIRect&, const SkRect& dst, argument
254 SkIRect bounds;
257 bounds = SkIRect::MakeWH(image->width(), image->height());
283 void SkOverdrawCanvas::onDrawBitmapNine(const SkBitmap&, const SkIRect&, const SkRect& dst, argument

Completed in 758 milliseconds