Searched defs:SkIRect (Results 1 – 9 of 9) sorted by relevance
/external/skia/include/core/ |
D | SkRect.h | 20 struct SK_API SkIRect { struct 23 static SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() argument 29 static SkIRect SK_WARN_UNUSED_RESULT MakeLargest() { in MakeLargest() argument 35 static SkIRect SK_WARN_UNUSED_RESULT MakeWH(int32_t w, int32_t h) { in MakeWH() argument 41 static SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size) { in MakeSize() argument 47 static SkIRect SK_WARN_UNUSED_RESULT MakeLTRB(int32_t l, int32_t t, int32_t r, int32_t b) { in MakeLTRB() argument 53 static SkIRect SK_WARN_UNUSED_RESULT MakeXYWH(int32_t x, int32_t y, int32_t w, int32_t h) { in MakeXYWH() argument 59 int left() const { return fLeft; } in left() 60 int top() const { return fTop; } in top() 61 int right() const { return fRight; } in right() [all …]
|
D | SkPixelRef.h | 228 virtual SkPixelRef* deepCopy(SkColorType, SkColorProfileType, const SkIRect* /*subset*/) { in deepCopy()
|
D | SkImageDecoder.h | 319 virtual bool onDecodeSubset(SkBitmap*, const SkIRect&) { in onDecodeSubset()
|
/external/skia/experimental/iOSSampleApp/ |
D | SkSampleUIView.mm | 451 - (void)postInvalWithRect:(const SkIRect*)r {
|
/external/skia/experimental/iOSSampleApp/Shared/ |
D | SkUIView.mm | 110 - (void)postInvalWithRect:(const SkIRect*)r {
|
/external/skia/src/views/mac/ |
D | SkNSView.mm | 163 - (void)postInvalWithRect:(const SkIRect*)r {
|
/external/skia/src/views/ |
D | SkWindow.cpp | 274 void SkWindow::onHandleInval(const SkIRect&) { in onHandleInval()
|
/external/skia/src/ports/ |
D | SkImageDecoder_empty.cpp | 57 bool SkImageDecoder::decodeSubset(SkBitmap*, const SkIRect&, SkColorType) { in decodeSubset()
|
/external/skia/src/effects/ |
D | SkLightingImageFilter.cpp | 1220 const SkIRect&, in getFragmentProcessor() 1354 const SkIRect&, in getFragmentProcessor()
|