Home
last modified time | relevance | path

Searched defs:SkIRect (Results 1 – 11 of 11) 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 …]
DSkImageGenerator.h255 virtual GrTexture* onGenerateTexture(GrContext*, const SkIRect*) { in onGenerateTexture()
DSkPixelRef.h241 virtual SkPixelRef* deepCopy(SkColorType, SkColorProfileType, const SkIRect* /*subset*/) { in deepCopy()
/external/skia/src/codec/
DSkRawAdapterCodec.h33 bool onGetSupportedSubset(SkIRect* /*desiredSubset*/) const override { return false; } in onGetSupportedSubset() argument
/external/skia/experimental/iOSSampleApp/
DSkSampleUIView.mm461 - (void)postInvalWithRect:(const SkIRect*)r {
/external/skia/experimental/iOSSampleApp/Shared/
DSkUIView.mm115 - (void)postInvalWithRect:(const SkIRect*)r {
/external/skia/src/views/mac/
DSkNSView.mm163 - (void)postInvalWithRect:(const SkIRect*)r {
/external/skia/src/gpu/vk/
DGrVkGpu.h99 void drawDebugWireRect(GrRenderTarget*, const SkIRect&, GrColor) override { in drawDebugWireRect()
/external/skia/src/views/
DSkWindow.cpp246 void SkWindow::onHandleInval(const SkIRect&) { in onHandleInval()
/external/skia/include/codec/
DSkCodec.h542 virtual bool onGetValidSubset(SkIRect* /*desiredSubset*/) const { in onGetValidSubset() argument
/external/skia/src/gpu/
DGrTest.cpp323 void drawDebugWireRect(GrRenderTarget*, const SkIRect&, GrColor) override {}; in drawDebugWireRect()