Searched refs:fInterpolation (Results 1 – 2 of 2) sorted by relevance
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()[all …]
98 { return fInterpolation; } in Interpolation()118 interpolation_type fInterpolation; variable