Searched defs:center (Results 1 - 25 of 36) sorted by relevance

12

/haiku/src/kits/interface/
H A DGradientDiamond.cpp24 BGradientDiamond::BGradientDiamond(const BPoint& center) argument
51 BGradientDiamond::SetCenter(const BPoint& center) argument
H A DGradientConic.cpp25 BGradientConic::BGradientConic(const BPoint& center, float angle) argument
54 BGradientConic::SetCenter(const BPoint& center) argument
H A DGradientRadial.cpp25 BGradientRadial::BGradientRadial(const BPoint& center, float radius) argument
54 BGradientRadial::SetCenter(const BPoint& center) argument
H A DGradientRadialFocus.cpp27 BGradientRadialFocus::BGradientRadialFocus(const BPoint& center, float radius, argument
62 BGradientRadialFocus::SetCenter(const BPoint& center) argument
H A DAffineTransform.cpp276 BAffineTransform::RotateBy(const BPoint& center, double angle) argument
294 BAffineTransform::RotateByCopy(const BPoint& center, double angle) const argument
306 BAffineTransform::ScaleBy(const BPoint& center, double scale) argument
313 BAffineTransform::ScaleBy(const BPoint& center, doubl argument
329 ScaleBy(const BPoint& center, const BPoint& scale) argument
343 ScaleByCopy(const BPoint& center, double scale) const argument
359 ScaleByCopy(const BPoint& center, double x, double y) const argument
375 ScaleByCopy(const BPoint& center, const BPoint& scale) const argument
415 ShearBy(const BPoint& center, double x, double y) argument
431 ShearBy(const BPoint& center, const BPoint& shear) argument
447 ShearByCopy(const BPoint& center, double x, double y) const argument
465 ShearByCopy(const BPoint& center, const BPoint& shear) const argument
[all...]
/haiku/headers/libs/agg/
H A Dagg_trans_warp_magnifier.h32 void center(double x, double y) { m_xc = x; m_yc = y; } function in class:agg::trans_warp_magnifier
H A Dagg_trans_lens.h31 void center(double x, double y) { m_xc = x; m_yc = y; } function in class:agg::trans_warp_magnifier
/haiku/src/apps/showimage/
H A DProgressWindow.cpp65 ProgressWindow::Start(BWindow* referenceWindow, bool center) argument
/haiku/src/servers/app/
H A DSimpleTransform.h126 BPoint center = radial->Center(); local
136 BPoint center = radialFocus->Center(); local
148 BPoint center = diamond->Center(); local
157 BPoint center local
[all...]
/haiku/src/libs/glut/
H A Dglutstroke.h32 float center; member in struct:__anon1828
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp67 float center = floorf(b.top + b.Height() / 2.0); local
/haiku/src/kits/app/
H A DServerLink.cpp170 BPoint center = radial->Center(); local
181 BPoint center = radialFocus->Center(); local
193 BPoint center = diamond->Center(); local
201 BPoint center = conic->Center(); local
H A DLinkReceiver.cpp530 BPoint center; local
544 BPoint center; local
560 BPoint center; local
570 BPoint center; local
[all...]
/haiku/src/apps/networkstatus/
H A DRadioView.cpp95 BPoint center; local
153 BPoint center; local
156 _Compute(Bounds(), center, count, fMax, step); local
182 BPoint center; local
185 _Compute(Bounds(), center, count, fMax, step); local
194 RadioView::_Compute(const BRect& bounds, BPoint& center, int32& count, argument
211 _DrawBow(BView* view, int32 index, const BPoint& center, int32 count, float step) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationPanel.cpp229 BPoint center; local
/haiku/src/apps/mediaplayer/interface/
H A DSeekSlider.cpp59 float center = (frame.left + frame.right) / 2.0f; local
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp235 BPoint center = transform.Apply(BPoint(kLeafWidth / 2, kLeafHeight / 2)); local
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp296 BPoint center; local
[all...]
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp807 BPoint center = centerPoint(frame); local
826 BPoint center = centerPoint(frame); local
873 BPoint center local
887 BPoint center = centerPoint(frame); local
905 BPoint center = centerPoint(frame); local
923 BPoint center = centerPoint(frame); local
950 BPoint center = centerPoint(frame); local
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp483 BPoint center; local
495 BPoint center, focal; local
509 BPoint center; local
519 BPoint center; local
[all...]
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp422 float center = Frame().top + r.top + (r.Height() / 2.0); local
509 float center = Frame().left + m_labelRect.left + (m_labelRect.Width() / 2.0); local
[all...]
/haiku/src/kits/print/
H A DPicturePrinter.cpp146 void PicturePrinter::StrokeArc(BPoint center, BPoint radii, float startTheta, float arcTheta) { argument
151 void PicturePrinter::FillArc(BPoint center, BPoint radii, float startTheta, float arcTheta) { argument
156 void PicturePrinter::StrokeEllipse(BPoint center, BPoint radii) { argument
161 void PicturePrinter::FillEllipse(BPoint center, BPoin argument
[all...]
H A DPictureIterator.cpp43 static void _StrokeArc(void *p, BPoint center, BPoint radii, float startTheta, float arcTheta) { return ((PictureIterator *) p)->StrokeArc(center, radii, startTheta, arcTheta); } argument
44 static void _FillArc(void *p, BPoint center, BPoint radii, float startTheta, float arcTheta) { return ((PictureIterator *) p)->FillArc(center, radii, startTheta, arcTheta); } argument
45 static void _StrokeEllipse(void *p, BPoint center, BPoint radii) { return ((PictureIterator *) p)->StrokeEllipse(center, radii); } argument
46 static void _FillEllipse(void *p, BPoint center, BPoint radii) { return ((PictureIterator *) p)->FillEllipse(center, radii); } argument
[all...]
H A DTemplate.cpp68 void Template::StrokeArc(BPoint center, BPoint radii, float startTheta, float arcTheta) { argument
72 void Template::FillArc(BPoint center, BPoint radii, float startTheta, float arcTheta) { argument
76 void Template::StrokeEllipse(BPoint center, BPoint radii) { argument
80 void Template::FillEllipse(BPoint center, BPoint radii) { argument
/haiku/headers/private/print/
H A DPictureIterator.h53 virtual void StrokeArc(BPoint center, BPoint radii, float startTheta, float arcTheta) { } argument
54 virtual void FillArc(BPoint center, BPoint radii, float startTheta, float arcTheta) { } argument
55 virtual void StrokeEllipse(BPoint center, BPoint radii) { } argument
56 virtual void FillEllipse(BPoint center, BPoint radii) { } argument

Completed in 155 milliseconds

12