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

/haiku/src/libs/icon/style/
H A DGradientTransformable.h98 { return fInterpolation; }
118 interpolation_type fInterpolation; member in class:Gradient
H A DGradientTransformable.cpp36 fInterpolation(INTERPOLATION_SMOOTH),
58 fInterpolation(INTERPOLATION_SMOOTH),
86 if (archive->FindInt32("interpolation", (int32*)&fInterpolation) < B_OK)
87 fInterpolation = INTERPOLATION_SMOOTH;
107 fInterpolation(other.fInterpolation),
152 ret = into->AddInt32("interpolation", (int32)fInterpolation);
177 SetInterpolation(other.fInterpolation);
206 fInterpolation == other.fInterpolation
[all...]

Completed in 34 milliseconds