Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DUtils.java167 int outr = clamp((int) ((float) Math.pow(f_r, 1.0 / 2.2) * 255.0f)); in interpolateColor() local
173 return (outa << 24 | outr << 16 | outg << 8 | outb); in interpolateColor()