Searched defs:SkIRect (Results 1 – 11 of 11) 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 | SkImageGenerator.h | 255 virtual GrTexture* onGenerateTexture(GrContext*, const SkIRect*) { in onGenerateTexture()
|
D | SkPixelRef.h | 241 virtual SkPixelRef* deepCopy(SkColorType, SkColorProfileType, const SkIRect* /*subset*/) { in deepCopy()
|
/external/skia/src/codec/ |
D | SkRawAdapterCodec.h | 33 bool onGetSupportedSubset(SkIRect* /*desiredSubset*/) const override { return false; } in onGetSupportedSubset() argument
|
/external/skia/experimental/iOSSampleApp/ |
D | SkSampleUIView.mm | 461 - (void)postInvalWithRect:(const SkIRect*)r {
|
/external/skia/experimental/iOSSampleApp/Shared/ |
D | SkUIView.mm | 115 - (void)postInvalWithRect:(const SkIRect*)r {
|
/external/skia/src/views/mac/ |
D | SkNSView.mm | 163 - (void)postInvalWithRect:(const SkIRect*)r {
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 99 void drawDebugWireRect(GrRenderTarget*, const SkIRect&, GrColor) override { in drawDebugWireRect()
|
/external/skia/src/views/ |
D | SkWindow.cpp | 246 void SkWindow::onHandleInval(const SkIRect&) { in onHandleInval()
|
/external/skia/include/codec/ |
D | SkCodec.h | 542 virtual bool onGetValidSubset(SkIRect* /*desiredSubset*/) const { in onGetValidSubset() argument
|
/external/skia/src/gpu/ |
D | GrTest.cpp | 323 void drawDebugWireRect(GrRenderTarget*, const SkIRect&, GrColor) override {}; in drawDebugWireRect()
|