Searched defs:iRect (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/docs/examples/ |
D | Canvas_clipRegion.cpp | 9 SkIRect iRect = {30, 40, 120, 130 }; in draw() local
|
/third_party/flutter/skia/docs/examples/ |
D | Canvas_clipRegion.cpp | 9 SkIRect iRect = {30, 40, 120, 130 }; in draw() local
|
/third_party/skia/src/core/ |
D | SkGlyph.h | 196 SkIRect iRect() const { in iRect() function 310 SkIRect iRect() const { return SkIRect::MakeXYWH(fLeft, fTop, fWidth, fHeight); } in iRect() function
|
/third_party/flutter/skia/src/core/ |
D | SkGlyph.h | 198 SkIRect iRect() const { return SkIRect::MakeXYWH(fLeft, fTop, fWidth, fHeight); } in iRect() function
|
/third_party/flutter/skia/tests/ |
D | RegionTest.cpp | 500 auto iRect = iter.rect(); in DEF_TEST() local
|
/third_party/skia/tests/ |
D | RegionTest.cpp | 500 auto iRect = iter.rect(); in DEF_TEST() local
|
/third_party/skia/src/gpu/v1/ |
D | Device_drawTexture.cpp | 220 inline void clamped_outset_with_offset(SkIRect* iRect, int outset, SkPoint* offset, in clamped_outset_with_offset()
|
/third_party/flutter/skia/src/gpu/ |
D | SkGpuDevice.cpp | 798 static inline void clamped_outset_with_offset(SkIRect* iRect, in clamped_outset_with_offset()
|