Home
last modified time | relevance | path

Searched refs:clampValue (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ops/
DGrShadowRRectOp.cpp289 SkScalar clampValue = args.fClampValue; in fillInCircleVerts() local
304 (*verts)->fClampValue = clampValue; in fillInCircleVerts()
311 (*verts)->fClampValue = clampValue; in fillInCircleVerts()
318 (*verts)->fClampValue = clampValue; in fillInCircleVerts()
325 (*verts)->fClampValue = clampValue; in fillInCircleVerts()
332 (*verts)->fClampValue = clampValue; in fillInCircleVerts()
339 (*verts)->fClampValue = clampValue; in fillInCircleVerts()
346 (*verts)->fClampValue = clampValue; in fillInCircleVerts()
353 (*verts)->fClampValue = clampValue; in fillInCircleVerts()
368 (*verts)->fClampValue = clampValue; in fillInCircleVerts()
[all …]
/external/deqp/framework/common/
DtcuFloatFormat.cpp155 Interval FloatFormat::clampValue (double d) const in clampValue() function in tcu::FloatFormat
192 ret |= clampValue(round(tmp.lo(), true)) | clampValue(round(tmp.hi(), false)); in convert()
DtcuFloatFormat.hpp75 Interval clampValue (double d) const;