Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuFloatFormat.cpp202 double FloatFormat::roundOut (double d, bool upward, bool roundUnderOverflow) const in roundOut() function in tcu::FloatFormat
216 Interval FloatFormat::roundOut (const Interval& x, bool roundUnderOverflow) const in roundOut() function in tcu::FloatFormat
326 double NormalizedFormat::roundOut (double d, bool upward, bool roundUnderOverflow) const in roundOut() function in tcu::NormalizedFormat
/third_party/skia/include/core/
DSkRect.h1251 void roundOut(SkIRect* dst) const { in roundOut() function
1264 void roundOut(SkRect* dst) const { in roundOut() function
1301 SkIRect roundOut() const { in roundOut() function
/third_party/skia/experimental/graphite/src/geom/
DRect.h133 AI Rect& roundOut() { return *this = this->makeRoundOut(); } in roundOut() function
/third_party/skia/src/core/
DSkImageFilterTypes.h405 LayerSpace<SkIRect> roundOut() const { return LayerSpace<SkIRect>(fData.roundOut()); } in roundOut() function