Home
last modified time | relevance | path

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

/frameworks/native/include/ui/
DColorSpace.h203 constexpr const clamping_function& getClamper() const noexcept { in getClamper() function
288 float3 linear = mSource.toLinear(apply(v, mSource.getClamper())); in transform()
289 return apply(mDestination.fromLinear(mTransform * linear), mDestination.getClamper()); in transform()
293 float3 linear = apply(v, mSource.getClamper()); in transformLinear()
294 return apply(mTransform * linear, mDestination.getClamper()); in transformLinear()