Home | History | Annotate | Download | only in hwc

Lines Matching full:c1min

802         int          c1Min, c1Low, c1High, c1Max;
844 float c1Val = fromAttrib->c1Min
845 + ((float) (fromAttrib->c1Max - fromAttrib->c1Min) * color.c1());
934 color = ColorFract((float) (c1Val - toAttrib->c1Min)
935 / (float) (toAttrib->c1Max - toAttrib->c1Min),