Home
last modified time | relevance | path

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

/frameworks/native/cmds/surfacereplayer/replayer/
DColor.h72 auto tempHue = static_cast<int>(h) % 360; in getRGB() local
73 tempHue = tempHue / 60; in getRGB()
75 int i = static_cast<int>(trunc(tempHue)); in getRGB()