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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntRect.cpp150 IntRect::operator SkIRect() const
152 SkIRect rect = { x(), y(), maxX(), maxY() };
/external/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_empty.cpp51 bool SkImageDecoder::decodeSubset(SkBitmap*, const SkIRect&, SkColorType) { argument
/external/skia/src/ports/
H A DSkImageDecoder_empty.cpp51 bool SkImageDecoder::decodeSubset(SkBitmap*, const SkIRect&, SkColorType) { argument
/external/chromium_org/third_party/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...]
/external/chromium_org/third_party/skia/src/views/
H A DSkWindow.cpp78 SkIRect ir;
115 bool SkWindow::update(SkIRect* updateArea) {
271 void SkWindow::onHandleInval(const SkIRect&) { 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...]
/external/skia/src/views/
H A DSkWindow.cpp77 SkIRect ir;
114 bool SkWindow::update(SkIRect* updateArea) {
269 void SkWindow::onHandleInval(const SkIRect&) { argument

Completed in 416 milliseconds