Searched refs:c1Low (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/tests/hwc/
H A DhwcTestLib.cpp800 int c1Min, c1Low, c1High, c1Max; member in struct:attrib
852 if ((c1Val < fromAttrib->c1Low) || (c1Val > fromAttrib->c1High)
866 color = ColorFract((c1Val - fromAttrib->c1Low)
867 / (fromAttrib->c1High - fromAttrib->c1Low),
930 c1Val = (toAttrib->c1Low
931 + (float) (toAttrib->c1High - toAttrib->c1Low) * color.c1());
932 c2Val = (toAttrib->c1Low
934 c3Val = (toAttrib->c1Low

Completed in 6 milliseconds