Searched refs:SetEnd (Results 1 - 19 of 19) sorted by relevance

/haiku/headers/os/interface/
H A DGradientLinear.h32 void SetEnd(const BPoint& end);
33 void SetEnd(float x2, float y2);
/haiku/src/kits/interface/
H A DGradientLinear.cpp81 // SetEnd
83 BGradientLinear::SetEnd(const BPoint& end) function in class:BGradientLinear
90 // SetEnd
92 BGradientLinear::SetEnd(float x, float y) function in class:BGradientLinear
H A DHaikuControlLook.cpp524 bevelGradient.SetEnd(rect.RightBottom());
1668 fillGradient.SetEnd(rect.LeftBottom() + BPoint(3, -3));
1838 fillGradient.SetEnd(rect.LeftBottom() + BPoint(3, -3));
3184 gradient.SetEnd(rightTopCorner.RightBottom());
3222 gradient.SetEnd(leftBottomCorner.RightBottom());
3393 gradient.SetEnd(cornerRect.RightBottom());
3407 gradient.SetEnd(cornerRect.RightBottom());
3438 gradient.SetEnd(cornerRect.RightBottom());
3489 gradient.SetEnd(cornerRect.RightBottom());
3503 gradient.SetEnd(cornerRec
[all...]
/haiku/src/apps/gradients/
H A DGradientsView.cpp83 gradient.SetEnd(BPoint(220, 110));
90 gradient.SetEnd(BPoint(220, 220));
97 gradient.SetEnd(BPoint(60, 330));
105 gradient.SetEnd(BPoint(60, 440));
/haiku/src/add-ons/screen_savers/gravity/
H A DRainbowItem.cpp70 gradient.SetEnd(colorRect.RightBottom());
/haiku/src/apps/mediaplayer/interface/
H A DSymbolButton.cpp77 gradient.SetEnd(offset);
H A DPlayPauseButton.cpp91 gradient.SetEnd(offset);
112 gradient.SetEnd(offset);
H A DVolumeSlider.cpp184 frameGradient.SetEnd(rect.RightBottom());
206 gradient.SetEnd(rect.LeftBottom());
/haiku/src/tests/servers/app/transformation/
H A Dmain.cpp213 gradient.SetEnd(rect.LeftBottom());
248 gradient.SetEnd(rect.LeftBottom());
/haiku/src/servers/app/
H A DSimpleTransform.h119 linear->SetEnd(end);
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp456 gradient.SetEnd(bg.RightBottom());
613 gradient.SetEnd(tabRect.LeftBottom());
617 gradient.SetEnd(tabRect.RightTop());
797 gradient.SetEnd(fillRect.LeftTop());
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp447 gradient.SetEnd(rect.RightBottom());
547 gradient.SetEnd(tabRect.LeftBottom());
551 gradient.SetEnd(tabRect.RightTop());
729 gradient.SetEnd(fillRect.RightBottom());
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp1027 fillGradient.SetEnd(rect.LeftBottom() + BPoint(3, -3));
1991 gradient.SetEnd(rightTopCorner.RightBottom());
2029 gradient.SetEnd(leftBottomCorner.RightBottom());
2119 gradient.SetEnd(rect.LeftBottom());
2121 gradient.SetEnd(rect.RightTop());
2135 gradient.SetEnd(rect.LeftBottom());
2137 gradient.SetEnd(rect.RightTop());
/haiku/src/preferences/locale/
H A DLanguageListView.cpp296 gradient.SetEnd(fDropTargetHighlightFrame.RightBottom());
/haiku/src/kits/app/
H A DLinkReceiver.cpp523 linear->SetEnd(end);
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp512 gradient.SetEnd(bg.RightBottom());
851 gradient.SetEnd(fillRect.LeftTop());
854 gradient.SetEnd(fillRect.RightBottom());
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp194 gradient.SetEnd(r.LeftBottom());
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp934 gradient.SetEnd(rect.RightBottom());
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp277 gradient.SetEnd(fill.LeftBottom());

Completed in 150 milliseconds