Home | History | Annotate | Download | only in hwc

Lines Matching refs:c1Min

798         int          c1Min, c1Low, c1High, c1Max;
840 float c1Val = fromAttrib->c1Min
841 + ((float) (fromAttrib->c1Max - fromAttrib->c1Min) * color.c1());
930 color = ColorFract((float) (c1Val - toAttrib->c1Min)
931 / (float) (toAttrib->c1Max - toAttrib->c1Min),