Home
last modified time | relevance | path

Searched refs:makeRoundIn (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/experimental/graphite/src/geom/
DRect.h121 AI Rect makeRoundIn() const { return ceil(fVals); } in makeRoundIn() function
132 AI Rect& roundIn() { return *this = this->makeRoundIn(); } in roundIn()
/third_party/skia/tests/graphite/
DRectTest.cpp87 CHECK(rect2.makeRoundIn() == SkRect::Make(skRect2.roundIn())); in DEF_GRAPHITE_TEST()