Home
last modified time | relevance | path

Searched defs:roundOut (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuFloatFormat.cpp201 double FloatFormat::roundOut(double d, bool upward, bool roundUnderOverflow) const in roundOut() function in tcu::FloatFormat
215 Interval FloatFormat::roundOut(const Interval &x, bool roundUnderOverflow) const in roundOut() function in tcu::FloatFormat
318 double NormalizedFormat::roundOut(double d, bool upward, bool roundUnderOverflow) const in roundOut() function in tcu::NormalizedFormat
/external/skia/include/core/
DSkRect.h1242 void roundOut(SkIRect* dst) const { in roundOut() function
1255 void roundOut(SkRect* dst) const { in roundOut() function
1292 SkIRect roundOut() const { in roundOut() function
/external/skia/src/gpu/graphite/geom/
DRect.h157 AI Rect& roundOut() { return *this = this->makeRoundOut(); } in roundOut() function
/external/skia/src/core/
DSkImageFilterTypes.h468 LayerSpace<SkIRect> roundOut() const { return LayerSpace<SkIRect>(RoundOut(fData)); } in roundOut() function