Searched defs:SkIRect (Results 1 - 4 of 4) sorted by last modified time

/external/skia/src/views/
H A DSkWindow.cpp75 SkIRect ir;
106 bool SkWindow::update(SkIRect* updateArea) {
246 void SkWindow::onHandleInval(const SkIRect&) { argument
/external/skia/src/core/
H A DSkDevice.h19 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) {}
214 virtual void drawBitmapNine(const SkBitmap&, const SkIRect& center,
222 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/skia/include/core/
H A DSkRect.h16 /** \struct SkIRect
18 SkIRect holds four 32 bit integer coordinates for a rectangle
20 struct SK_API SkIRect { struct
23 static SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() {
24 SkIRect r;
29 static SkIRect SK_WARN_UNUSED_RESULT MakeLargest() {
30 SkIRect r;
35 static SkIRect SK_WARN_UNUSED_RESULT MakeWH(int32_t w, int32_t h) {
36 SkIRect r;
41 static SkIRect SK_WARN_UNUSED_RESUL
[all...]

Completed in 125 milliseconds