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

/haiku/src/libs/icon/style/
H A DGradientTransformable.h102 { return fInheritTransformation; }
119 bool fInheritTransformation; member in class:Gradient
H A DGradientTransformable.cpp37 fInheritTransformation(true)
59 fInheritTransformation(true)
90 &fInheritTransformation) < B_OK)
91 fInheritTransformation = true;
108 fInheritTransformation(other.fInheritTransformation)
154 ret = into->AddBool("inherit transformation", fInheritTransformation);
178 SetInheritTransformation(other.fInheritTransformation);
207 fInheritTransformation == other.fInheritTransformation) {
[all...]

Completed in 81 milliseconds