Home
last modified time | relevance | path

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

/frameworks/native/cmds/surfacereplayer/replayer/
DColor.h36 struct HSV { struct
38 HSV(double hIn, double sIn, double vIn) : h(hIn), s(sIn), v(vIn) {} in HSV() argument
51 void inline HSV::modulate() { in modulate() argument