Searched refs:fGradient (Results 1 - 15 of 15) sorted by relevance

/haiku/src/apps/icon-o-matic/style/
H A DSetGradientCommand.cpp32 fGradient(gradient ? new (nothrow) Gradient(*gradient) : NULL)
39 if (fGradient != NULL)
40 fGradient->ReleaseReference();
49 if (fGradient && fStyle->Gradient()) {
50 if (*fGradient == *fStyle->Gradient()) {
64 if (fGradient) {
65 clone = new (nothrow) Gradient(*fGradient);
72 if (fGradient)
73 *fGradient = *fStyle->Gradient();
75 fGradient
[all...]
H A DSetGradientCommand.h41 Gradient* fGradient; member in class:SetGradientCommand
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformGradientBox.cpp33 fGradient(gradient)
39 if (fGradient.IsSet()) {
41 ObjectChanged(fGradient);
55 if (fGradient.IsSet()) {
56 fGradient->RemoveObserver(this);
73 if (!deep || !fGradient.IsSet())
76 fGradient->RemoveObserver(this);
77 fGradient->SuspendNotifications(true);
80 fGradient->Reset();
82 fGradient
[all...]
H A DTransformGradientCommand.cpp24 fGradient(gradient)
26 if (fGradient == NULL)
29 fGradient->AcquireReference();
38 if (fGradient != NULL)
39 fGradient->ReleaseReference();
49 return fGradient != NULL ? TransformCommand::InitCheck() : B_NO_INIT;
85 fGradient->Reset();
86 fGradient->Multiply(transform);
H A DTransformGradientCommand.h45 Gradient* fGradient; member in class:TransformGradientCommand
H A DTransformGradientBox.h54 BReference<Gradient> fGradient; member in class:TransformGradientBox
/haiku/src/libs/icon/style/
H A DStyle.cpp37 fGradient(NULL),
59 fGradient(NULL),
78 fGradient(NULL),
98 fGradient(NULL),
108 SetGradient(other.fGradient);
121 fGradient(NULL),
159 if (object == fGradient && fColors) {
160 fGradient->MakeGradient((uint32*)fColors, 256);
178 if (ret == B_OK && fGradient) {
180 ret = fGradient
[all...]
H A DStyle.h78 { return fGradient; }
102 _ICON_NAMESPACE Gradient* fGradient; member in class:Style
/haiku/src/apps/icon-o-matic/gui/
H A DStyleView.cpp60 fGradient(NULL),
126 if (fGradient.IsSet()) {
127 fGradient->RemoveObserver(this);
200 if (!fGradient.IsSet())
206 if (!fGradient->ColorStepsAreEqual(*controlGradient)) {
211 controlGradient->SetTransform(*fGradient);
217 *fGradient = *controlGradient;
224 } else if (object == fGradient) {
225 if (!fGradient->ColorStepsAreEqual(*controlGradient)) {
226 fGradientControl->SetGradient(fGradient);
[all...]
H A DGradientControl.h60 { return fGradient; }
77 _ICON_NAMESPACE Gradient* fGradient; member in class:GradientControl
H A DGradientControl.cpp29 fGradient(new ::Gradient()),
47 delete fGradient;
101 fGradient->MakeGradient((uint32*)temp, width);
110 fCurrentStepIndex = fGradient->AddColor(color, offset);
144 BGradient::ColorStop* step = fGradient->ColorAt(fDraggingStepIndex);
146 if (fGradient->SetOffset(fDraggingStepIndex, offset)) {
182 = fGradient->ColorAt(fDropIndex)) {
185 fGradient->SetColor(fDropIndex, color);
190 fCurrentStepIndex = fGradient->AddColor(color,
220 int32 count = fGradient
[all...]
H A DStyleView.h74 BReference<Gradient> fGradient; member in class:StyleView
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp1042 fGradient = new named_gradient;
1044 fGradient->name = strdup(GetStringAttribute(attributes, "id"));
1045 fGradient->color.red = 0;
1046 fGradient->color.green = 0;
1047 fGradient->color.blue = 0;
1048 fGradient->color.alpha = 255;
1049 fGradient->started = false;
1092 fGradient = new named_gradient;
1094 fGradient->name = strdup(GetStringAttribute(attributes, "id"));
1095 fGradient
[all...]
H A DSVGViewView.h109 named_gradient *fGradient; member in class:Svg2PictureView
/haiku/src/servers/app/
H A DServerPicture.cpp68 BGradient* fGradient; member in class:ShapePainter
77 fGradient(gradient)
223 if (fGradient != NULL && filled) {
225 ptCount, ptList, *fGradient, screenOffset, fCanvas->Scale());

Completed in 86 milliseconds