Home
last modified time | relevance | path

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

/haiku/src/libs/icon/style/
H A DGradientTransformable.cpp37 fInheritTransformation(true) in Gradient()
59 fInheritTransformation(true) in Gradient()
90 &fInheritTransformation) < B_OK) in Gradient()
91 fInheritTransformation = true; in Gradient()
108 fInheritTransformation(other.fInheritTransformation) in Gradient()
154 ret = into->AddBool("inherit transformation", fInheritTransformation); in Archive()
178 SetInheritTransformation(other.fInheritTransformation); in operator =()
207 fInheritTransformation == other.fInheritTransformation) { in ColorStepsAreEqual()
381 if (fInheritTransformation != inherit) { in SetInheritTransformation()
382 fInheritTransformation = inherit; in SetInheritTransformation()
[all …]
H A DGradientTransformable.h102 { return fInheritTransformation; } in InheritTransformation()
119 bool fInheritTransformation; variable