Searched refs:roundIn (Results 1 – 8 of 8) sorted by relevance
9 rect.roundIn(&round); in draw()
1276 void roundIn(SkIRect* dst) const { in roundIn() function1313 SkIRect roundIn() const { in roundIn() function1315 this->roundIn(&ir); in roundIn()
87 CHECK(rect2.makeRoundIn() == SkRect::Make(skRect2.roundIn())); in DEF_GRAPHITE_TEST()
132 AI Rect& roundIn() { return *this = this->makeRoundIn(); } in roundIn() function
404 LayerSpace<SkIRect> roundIn() const { return LayerSpace<SkIRect>(fData.roundIn()); } in roundIn() function
598 if (SkRectPriv::Subtract(fClipBounds, isAA ? devBounds.roundIn() : devBounds.round(), in op()
492 rects[1].roundIn(&innerIR); in filterRectsToNine()
3594 void roundIn(SkIRect* dst) const;