Home
last modified time | relevance | path

Searched defs:SkIRect (Results 1 – 9 of 9) sorted by relevance

/external/skia/include/core/
DSkRect.h20 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 …]
DSkPixelRef.h228 virtual SkPixelRef* deepCopy(SkColorType, SkColorProfileType, const SkIRect* /*subset*/) { in deepCopy()
DSkImageDecoder.h319 virtual bool onDecodeSubset(SkBitmap*, const SkIRect&) { in onDecodeSubset()
/external/skia/experimental/iOSSampleApp/
DSkSampleUIView.mm451 - (void)postInvalWithRect:(const SkIRect*)r {
/external/skia/experimental/iOSSampleApp/Shared/
DSkUIView.mm110 - (void)postInvalWithRect:(const SkIRect*)r {
/external/skia/src/views/mac/
DSkNSView.mm163 - (void)postInvalWithRect:(const SkIRect*)r {
/external/skia/src/views/
DSkWindow.cpp274 void SkWindow::onHandleInval(const SkIRect&) { in onHandleInval()
/external/skia/src/ports/
DSkImageDecoder_empty.cpp57 bool SkImageDecoder::decodeSubset(SkBitmap*, const SkIRect&, SkColorType) { in decodeSubset()
/external/skia/src/effects/
DSkLightingImageFilter.cpp1220 const SkIRect&, in getFragmentProcessor()
1354 const SkIRect&, in getFragmentProcessor()