Home
last modified time | relevance | path

Searched refs:roundIn (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/docs/examples/
DRect_roundIn.cpp9 rect.roundIn(&round); in draw()
/third_party/skia/include/core/
DSkRect.h1276 void roundIn(SkIRect* dst) const { in roundIn() function
1313 SkIRect roundIn() const { in roundIn() function
1315 this->roundIn(&ir); in roundIn()
/third_party/skia/tests/graphite/
DRectTest.cpp87 CHECK(rect2.makeRoundIn() == SkRect::Make(skRect2.roundIn())); in DEF_GRAPHITE_TEST()
/third_party/skia/experimental/graphite/src/geom/
DRect.h132 AI Rect& roundIn() { return *this = this->makeRoundIn(); } in roundIn() function
/third_party/skia/src/core/
DSkImageFilterTypes.h404 LayerSpace<SkIRect> roundIn() const { return LayerSpace<SkIRect>(fData.roundIn()); } in roundIn() function
DSkDevice.cpp598 if (SkRectPriv::Subtract(fClipBounds, isAA ? devBounds.roundIn() : devBounds.round(), in op()
DSkBlurMF.cpp492 rects[1].roundIn(&innerIR); in filterRectsToNine()
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt3594 void roundIn(SkIRect* dst) const;