Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/geom/
DRect.h124 AI Rect makeRoundIn() const { return ceil(fVals); } in makeRoundIn() function
135 AI Rect& roundIn() { return *this = this->makeRoundIn(); } in roundIn()
/external/skia/tests/graphite/
DRectTest.cpp90 CHECK(rect2.makeRoundIn() == SkRect::Make(skRect2.roundIn())); in DEF_GRAPHITE_TEST()