Lines Matching refs:fInterpolation
36 fInterpolation(INTERPOLATION_SMOOTH), in Gradient()
58 fInterpolation(INTERPOLATION_SMOOTH), in Gradient()
86 if (archive->FindInt32("interpolation", (int32*)&fInterpolation) < B_OK) in Gradient()
87 fInterpolation = INTERPOLATION_SMOOTH; in Gradient()
107 fInterpolation(other.fInterpolation), in Gradient()
152 ret = into->AddInt32("interpolation", (int32)fInterpolation); in Archive()
177 SetInterpolation(other.fInterpolation); in operator =()
206 fInterpolation == other.fInterpolation && in ColorStepsAreEqual()
371 if (fInterpolation != type) { in SetInterpolation()
372 fInterpolation = type; in SetInterpolation()
480 if (fInterpolation == INTERPOLATION_SMOOTH) in MakeGradient()
492 if (fInterpolation == INTERPOLATION_SMOOTH) in MakeGradient()
599 string_for_interpolation(fInterpolation), in PrintToStream()