Symbol: BGradient
headers/os/interface/Gradient.h
27
class BGradient : public BArchivable {
headers/os/interface/Gradient.h
51
BGradient();
headers/os/interface/Gradient.h
52
BGradient(const BGradient& other);
headers/os/interface/Gradient.h
53
BGradient(BMessage* archive);
headers/os/interface/Gradient.h
54
virtual ~BGradient();
headers/os/interface/Gradient.h
59
BGradient& operator=(const BGradient& other);
headers/os/interface/Gradient.h
61
bool operator==(const BGradient& other) const;
headers/os/interface/Gradient.h
62
bool operator!=(const BGradient& other) const;
headers/os/interface/Gradient.h
64
const BGradient& other) const;
headers/os/interface/Gradient.h
66
void SetColorStops(const BGradient& other);
headers/os/interface/Gradient.h
92
static status_t Unflatten(BGradient *&output, BDataIO* stream);
headers/os/interface/GradientConic.h
19
class BGradientConic : public BGradient {
headers/os/interface/GradientDiamond.h
19
class BGradientDiamond : public BGradient {
headers/os/interface/GradientLinear.h
19
class BGradientLinear : public BGradient {
headers/os/interface/GradientRadial.h
19
class BGradientRadial : public BGradient {
headers/os/interface/GradientRadialFocus.h
19
class BGradientRadialFocus : public BGradient {
headers/os/interface/View.h
350
const BGradient& gradient);
headers/os/interface/View.h
352
const BGradient& gradient);
headers/os/interface/View.h
370
const BGradient& gradient);
headers/os/interface/View.h
373
const BGradient& gradient);
headers/os/interface/View.h
377
const BGradient& gradient);
headers/os/interface/View.h
387
const BGradient& gradient);
headers/os/interface/View.h
389
int32 numPoints, const BGradient& gradient);
headers/os/interface/View.h
392
const BGradient& gradient);
headers/os/interface/View.h
402
const BGradient& gradient);
headers/os/interface/View.h
404
BPoint point3, const BGradient& gradient);
headers/os/interface/View.h
412
BPoint point3, const BGradient& gradient);
headers/os/interface/View.h
415
const BGradient& gradient);
headers/os/interface/View.h
420
const BGradient& gradient);
headers/os/interface/View.h
423
void FillRect(BRect rect, const BGradient& gradient);
headers/os/interface/View.h
427
const BGradient& gradient);
headers/os/interface/View.h
435
const BGradient& gradient);
headers/os/interface/View.h
440
float yRadius, const BGradient& gradient);
headers/os/interface/View.h
449
const BGradient& gradient);
headers/os/interface/View.h
451
const BGradient& gradient);
headers/os/interface/View.h
458
float yRadius, const BGradient& gradient);
headers/os/interface/View.h
460
const BGradient& gradient);
headers/os/interface/View.h
472
const BGradient& gradient);
headers/os/interface/View.h
475
const BGradient& gradient);
headers/os/interface/View.h
485
float arcAngle, const BGradient& gradient);
headers/os/interface/View.h
487
float arcAngle, const BGradient& gradient);
headers/os/interface/View.h
492
const BGradient& gradient);
headers/os/interface/View.h
496
const BGradient& gradient);
headers/os/interface/View.h
501
const BGradient& gradient);
headers/os/interface/View.h
505
const BGradient& gradient);
headers/private/app/LinkReceiver.h
18
class BGradient;
headers/private/app/LinkReceiver.h
45
status_t ReadGradient(BGradient** gradient);
headers/private/app/LinkSender.h
18
class BGradient;
headers/private/app/LinkSender.h
46
status_t AttachGradient(const BGradient& gradient);
headers/private/app/ServerLink.h
190
ServerLink::AttachGradient(const BGradient& gradient)
headers/private/app/ServerLink.h
21
class BGradient;
headers/private/app/ServerLink.h
284
ServerLink::ReadGradient(BGradient** _gradient)
headers/private/app/ServerLink.h
62
status_t AttachGradient(const BGradient& gradient);
headers/private/app/ServerLink.h
84
status_t ReadGradient(BGradient** _gradient);
headers/private/interface/PictureDataWriter.h
101
const BPoint& radius, const BGradient& gradient, const bool& fill);
headers/private/interface/PictureDataWriter.h
102
status_t WriteDrawBezierGradient(const BPoint points[4], const BGradient& gradient,
headers/private/interface/PictureDataWriter.h
107
const float& arcTheta, const BGradient& gradient, const bool& fill);
headers/private/interface/PictureDataWriter.h
108
status_t WriteDrawEllipseGradient(const BRect& rect, const BGradient& gradient,
headers/private/interface/PictureDataWriter.h
111
BPoint* points, const bool& isClosed, const BGradient& gradient,
headers/private/interface/PictureDataWriter.h
115
const void* ptList, const BGradient& gradient, const bool& fill);
headers/private/interface/PictureDataWriter.h
117
const BGradient& gradient);
headers/private/interface/PictureDataWriter.h
23
class BGradient;
headers/private/interface/PictureDataWriter.h
98
status_t WriteDrawRectGradient(const BRect& rect, const BGradient& gradient,
headers/private/interface/PicturePlayer.h
114
/* 56 */ void (*fill_rect_gradient)(void* user, BRect rect, const BGradient& gradient);
headers/private/interface/PicturePlayer.h
115
/* 57 */ void (*stroke_rect_gradient)(void* user, BRect rect, const BGradient& gradient);
headers/private/interface/PicturePlayer.h
117
const BGradient& gradient);
headers/private/interface/PicturePlayer.h
119
const BGradient& gradient);
headers/private/interface/PicturePlayer.h
121
const BGradient& gradient);
headers/private/interface/PicturePlayer.h
123
const BGradient& gradient);
headers/private/interface/PicturePlayer.h
125
float arcTheta, const BGradient& gradient);
headers/private/interface/PicturePlayer.h
127
float arcTheta, const BGradient& gradient);
headers/private/interface/PicturePlayer.h
129
const BGradient& gradient);
headers/private/interface/PicturePlayer.h
131
const BGradient& gradient);
headers/private/interface/PicturePlayer.h
133
bool isClosed, const BGradient& gradient);
headers/private/interface/PicturePlayer.h
135
bool isClosed, const BGradient& gradient);
headers/private/interface/PicturePlayer.h
136
/* 68 */ void (*fill_shape_gradient)(void* user, BShape shape, const BGradient& gradient);
headers/private/interface/PicturePlayer.h
137
/* 69 */ void (*stroke_shape_gradient)(void* user, BShape shape, const BGradient& gradient);
headers/private/interface/PicturePlayer.h
142
const BGradient& gradient);
headers/private/interface/PicturePlayer.h
200
virtual void DrawRectGradient(const BRect& rect, BGradient& gradient, bool fill) {}
headers/private/interface/PicturePlayer.h
201
virtual void DrawRoundRectGradient(const BRect& rect, const BPoint& radii, BGradient& gradient,
headers/private/interface/PicturePlayer.h
203
virtual void DrawBezierGradient(const BPoint controlPoints[4], BGradient& gradient, bool fill)
headers/private/interface/PicturePlayer.h
206
float arcTheta, BGradient& gradient, bool fill) {}
headers/private/interface/PicturePlayer.h
207
virtual void DrawEllipseGradient(const BRect& rect, BGradient& gradient, bool fill) {}
headers/private/interface/PicturePlayer.h
209
BGradient& gradient, bool fill) {}
headers/private/interface/PicturePlayer.h
210
virtual void DrawShapeGradient(const BShape& shape, BGradient& gradient, bool fill) {}
headers/private/interface/PicturePlayer.h
212
virtual void StrokeLineGradient(const BPoint& start, const BPoint& end, BGradient& gradient) {}
headers/private/interface/PicturePlayer.h
27
class BGradient;
src/apps/gradients/GradientsView.cpp
20
fType(BGradient::TYPE_LINEAR)
src/apps/gradients/GradientsView.cpp
282
GradientsView::SetType(BGradient::Type type)
src/apps/gradients/GradientsView.cpp
34
case BGradient::TYPE_LINEAR:
src/apps/gradients/GradientsView.cpp
38
case BGradient::TYPE_RADIAL:
src/apps/gradients/GradientsView.cpp
42
case BGradient::TYPE_RADIAL_FOCUS:
src/apps/gradients/GradientsView.cpp
46
case BGradient::TYPE_DIAMOND:
src/apps/gradients/GradientsView.cpp
50
case BGradient::TYPE_CONIC:
src/apps/gradients/GradientsView.cpp
54
case BGradient::TYPE_NONE:
src/apps/gradients/GradientsView.h
25
void SetType(BGradient::Type type);
src/apps/gradients/GradientsView.h
28
BGradient::Type fType;
src/apps/gradients/GradientsWindow.cpp
62
fGradientsView->SetType(BGradient::TYPE_LINEAR);
src/apps/gradients/GradientsWindow.cpp
65
fGradientsView->SetType(BGradient::TYPE_RADIAL);
src/apps/gradients/GradientsWindow.cpp
68
fGradientsView->SetType(BGradient::TYPE_RADIAL_FOCUS);
src/apps/gradients/GradientsWindow.cpp
71
fGradientsView->SetType(BGradient::TYPE_DIAMOND);
src/apps/gradients/GradientsWindow.cpp
74
fGradientsView->SetType(BGradient::TYPE_CONIC);
src/apps/icon-o-matic/gui/GradientControl.cpp
144
BGradient::ColorStop* step = fGradient->ColorAt(fDraggingStepIndex);
src/apps/icon-o-matic/gui/GradientControl.cpp
181
if (BGradient::ColorStop* step
src/apps/icon-o-matic/gui/GradientControl.cpp
235
if (BGradient::ColorStop* step
src/apps/icon-o-matic/gui/GradientControl.cpp
370
for (int32 i = 0; BGradient::ColorStop* step = fGradient->ColorAt(i);
src/apps/icon-o-matic/gui/GradientControl.cpp
471
BGradient::ColorStop* stop
src/apps/icon-o-matic/gui/GradientControl.cpp
625
for (int32 i = 0; BGradient::ColorStop* step
src/apps/icon-o-matic/gui/GradientControl.cpp
656
if (BGradient::ColorStop* step = fGradient->ColorAt(fCurrentStepIndex)) {
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
664
BGradient::ColorStop* step = gradient->ColorAtFast(i);
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
690
BGradient::ColorStop* step = gradient->ColorAtFast(i);
src/apps/icon-o-matic/import_export/svg/DocumentBuilder.cpp
313
BGradient::ColorStop* step = gradient.ColorAt(0);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
447
for (int32 i = 0; BGradient::ColorStop* stop = gradient->ColorAt(i); i++) {
src/apps/remotedesktop/RemoteView.cpp
1005
BGradient *gradient = NULL;
src/apps/remotedesktop/RemoteView.cpp
1006
ObjectDeleter<BGradient> gradientDeleter;
src/apps/remotedesktop/RemoteView.cpp
1072
BGradient *gradient = NULL;
src/apps/remotedesktop/RemoteView.cpp
1073
ObjectDeleter<BGradient> gradientDeleter;
src/apps/remotedesktop/RemoteView.cpp
1112
BGradient *gradient = NULL;
src/apps/remotedesktop/RemoteView.cpp
1113
ObjectDeleter<BGradient> gradientDeleter;
src/apps/remotedesktop/RemoteView.cpp
1151
BGradient *gradient = NULL;
src/apps/remotedesktop/RemoteView.cpp
1152
ObjectDeleter<BGradient> gradientDeleter;
src/apps/remotedesktop/RemoteView.cpp
1210
BGradient *gradient;
src/apps/remotedesktop/RemoteView.cpp
814
BGradient *gradient = NULL;
src/apps/remotedesktop/RemoteView.cpp
815
ObjectDeleter<BGradient> gradientDeleter;
src/apps/remotedesktop/RemoteView.cpp
852
BGradient *gradient = NULL;
src/apps/remotedesktop/RemoteView.cpp
853
ObjectDeleter<BGradient> gradientDeleter;
src/apps/remotedesktop/RemoteView.cpp
889
BGradient *gradient = NULL;
src/apps/remotedesktop/RemoteView.cpp
890
ObjectDeleter<BGradient> gradientDeleter;
src/apps/remotedesktop/RemoteView.cpp
926
BGradient *gradient = NULL;
src/apps/remotedesktop/RemoteView.cpp
927
ObjectDeleter<BGradient> gradientDeleter;
src/apps/remotedesktop/RemoteView.cpp
968
BGradient *gradient = NULL;
src/apps/remotedesktop/RemoteView.cpp
969
ObjectDeleter<BGradient> gradientDeleter;
src/kits/app/LinkReceiver.cpp
488
static BGradient*
src/kits/app/LinkReceiver.cpp
489
gradient_for_type(BGradient::Type type)
src/kits/app/LinkReceiver.cpp
492
case BGradient::TYPE_LINEAR:
src/kits/app/LinkReceiver.cpp
494
case BGradient::TYPE_RADIAL:
src/kits/app/LinkReceiver.cpp
496
case BGradient::TYPE_RADIAL_FOCUS:
src/kits/app/LinkReceiver.cpp
498
case BGradient::TYPE_DIAMOND:
src/kits/app/LinkReceiver.cpp
500
case BGradient::TYPE_CONIC:
src/kits/app/LinkReceiver.cpp
502
case BGradient::TYPE_NONE:
src/kits/app/LinkReceiver.cpp
503
return new (std::nothrow) BGradient();
src/kits/app/LinkReceiver.cpp
510
LinkReceiver::ReadGradient(BGradient** _gradient)
src/kits/app/LinkReceiver.cpp
514
BGradient::Type gradientType;
src/kits/app/LinkReceiver.cpp
516
Read(&gradientType, sizeof(BGradient::Type));
src/kits/app/LinkReceiver.cpp
521
BGradient* gradient = gradient_for_type(gradientType);
src/kits/app/LinkReceiver.cpp
528
BGradient::ColorStop stop;
src/kits/app/LinkReceiver.cpp
530
if ((status = Read(&stop, sizeof(BGradient::ColorStop))) != B_OK)
src/kits/app/LinkReceiver.cpp
538
case BGradient::TYPE_LINEAR:
src/kits/app/LinkReceiver.cpp
551
case BGradient::TYPE_RADIAL:
src/kits/app/LinkReceiver.cpp
564
case BGradient::TYPE_RADIAL_FOCUS:
src/kits/app/LinkReceiver.cpp
581
case BGradient::TYPE_DIAMOND:
src/kits/app/LinkReceiver.cpp
591
case BGradient::TYPE_CONIC:
src/kits/app/LinkReceiver.cpp
604
case BGradient::TYPE_NONE:
src/kits/app/LinkSender.cpp
282
LinkSender::AttachGradient(const BGradient& gradient)
src/kits/app/LinkSender.cpp
285
BGradient::Type gradientType = gradient.GetType();
src/kits/app/LinkSender.cpp
289
Attach(&gradientType, sizeof(BGradient::Type));
src/kits/app/LinkSender.cpp
294
sizeof(BGradient::ColorStop));
src/kits/app/LinkSender.cpp
299
case BGradient::TYPE_LINEAR:
src/kits/app/LinkSender.cpp
307
case BGradient::TYPE_RADIAL:
src/kits/app/LinkSender.cpp
317
case BGradient::TYPE_RADIAL_FOCUS:
src/kits/app/LinkSender.cpp
330
case BGradient::TYPE_DIAMOND:
src/kits/app/LinkSender.cpp
338
case BGradient::TYPE_CONIC:
src/kits/app/LinkSender.cpp
348
case BGradient::TYPE_NONE:
src/kits/interface/Gradient.cpp
103
BGradient::BGradient(const BGradient& other)
src/kits/interface/Gradient.cpp
112
BGradient::BGradient(BMessage* archive)
src/kits/interface/Gradient.cpp
178
BGradient::~BGradient()
src/kits/interface/Gradient.cpp
186
BGradient::Archive(BMessage* into, bool deep) const
src/kits/interface/Gradient.cpp
258
BGradient&
src/kits/interface/Gradient.cpp
259
BGradient::operator=(const BGradient& other)
src/kits/interface/Gradient.cpp
28
BGradient::ColorStop::ColorStop(const rgb_color c, float o)
src/kits/interface/Gradient.cpp
291
BGradient::operator==(const BGradient& other) const
src/kits/interface/Gradient.cpp
299
BGradient::operator!=(const BGradient& other) const
src/kits/interface/Gradient.cpp
307
BGradient::ColorStopsAreEqual(const BGradient& other) const
src/kits/interface/Gradient.cpp
330
BGradient::SetColorStops(const BGradient& other)
src/kits/interface/Gradient.cpp
340
BGradient::AddColor(const rgb_color& color, float offset)
src/kits/interface/Gradient.cpp
365
BGradient::AddColorStop(const ColorStop& colorStop, int32 index)
src/kits/interface/Gradient.cpp
378
BGradient::RemoveColor(int32 index)
src/kits/interface/Gradient.cpp
39
BGradient::ColorStop::ColorStop(uint8 r, uint8 g, uint8 b, uint8 a, float o)
src/kits/interface/Gradient.cpp
391
BGradient::SetColorStop(int32 index, const ColorStop& color)
src/kits/interface/Gradient.cpp
406
BGradient::SetColor(int32 index, const rgb_color& color)
src/kits/interface/Gradient.cpp
419
BGradient::SetOffset(int32 index, float offset)
src/kits/interface/Gradient.cpp
432
BGradient::CountColorStops() const
src/kits/interface/Gradient.cpp
439
BGradient::ColorStop*
src/kits/interface/Gradient.cpp
440
BGradient::ColorStopAt(int32 index) const
src/kits/interface/Gradient.cpp
447
BGradient::ColorStop*
src/kits/interface/Gradient.cpp
448
BGradient::ColorStopAtFast(int32 index) const
src/kits/interface/Gradient.cpp
455
BGradient::ColorStop*
src/kits/interface/Gradient.cpp
456
BGradient::ColorStops() const
src/kits/interface/Gradient.cpp
467
BGradient::SortColorStopsByOffset()
src/kits/interface/Gradient.cpp
473
const BGradient::ColorStop** first = (const BGradient::ColorStop**)fColorStops.Items();
src/kits/interface/Gradient.cpp
474
const BGradient::ColorStop** last = first + fColorStops.CountItems();
src/kits/interface/Gradient.cpp
481
BGradient::MakeEmpty()
src/kits/interface/Gradient.cpp
491
BGradient::Flatten(BDataIO* stream) const
src/kits/interface/Gradient.cpp
50
BGradient::ColorStop::ColorStop(const ColorStop& other)
src/kits/interface/Gradient.cpp
538
static BGradient*
src/kits/interface/Gradient.cpp
539
gradient_for_type(BGradient::Type type)
src/kits/interface/Gradient.cpp
542
case BGradient::TYPE_LINEAR:
src/kits/interface/Gradient.cpp
544
case BGradient::TYPE_RADIAL:
src/kits/interface/Gradient.cpp
546
case BGradient::TYPE_RADIAL_FOCUS:
src/kits/interface/Gradient.cpp
548
case BGradient::TYPE_DIAMOND:
src/kits/interface/Gradient.cpp
550
case BGradient::TYPE_CONIC:
src/kits/interface/Gradient.cpp
552
case BGradient::TYPE_NONE:
src/kits/interface/Gradient.cpp
553
return new (std::nothrow) BGradient();
src/kits/interface/Gradient.cpp
560
BGradient::Unflatten(BGradient *&output, BDataIO* stream)
src/kits/interface/Gradient.cpp
570
ObjectDeleter<BGradient> gradient(gradient_for_type(gradientType));
src/kits/interface/Gradient.cpp
61
BGradient::ColorStop::ColorStop()
src/kits/interface/Gradient.cpp
73
BGradient::ColorStop::operator!=(const ColorStop& other) const
src/kits/interface/Gradient.cpp
84
sort_color_stops_by_offset(const BGradient::ColorStop* left,
src/kits/interface/Gradient.cpp
85
const BGradient::ColorStop* right)
src/kits/interface/Gradient.cpp
95
BGradient::BGradient()
src/kits/interface/PictureDataWriter.cpp
549
PictureDataWriter::WriteDrawRectGradient(const BRect& rect, const BGradient& gradient, const bool& fill)
src/kits/interface/PictureDataWriter.cpp
565
PictureDataWriter::WriteDrawRoundRectGradient(const BRect& rect, const BPoint& radius, const BGradient& gradient,
src/kits/interface/PictureDataWriter.cpp
583
PictureDataWriter::WriteDrawBezierGradient(const BPoint points[4], const BGradient& gradient, const bool& fill)
src/kits/interface/PictureDataWriter.cpp
602
const float& startTheta, const float& arcTheta, const BGradient& gradient, const bool& fill)
src/kits/interface/PictureDataWriter.cpp
621
PictureDataWriter::WriteDrawEllipseGradient(const BRect& rect, const BGradient& gradient, const bool& fill)
src/kits/interface/PictureDataWriter.cpp
638
const bool& isClosed, const BGradient& gradient, const bool& fill)
src/kits/interface/PictureDataWriter.cpp
661
const int32& ptCount, const void* ptList, const BGradient& gradient, const bool& fill)
src/kits/interface/PictureDataWriter.cpp
681
const BGradient& gradient)
src/kits/interface/PicturePlayer.cpp
101
BGradient& gradient, bool fill);
src/kits/interface/PicturePlayer.cpp
102
virtual void DrawShapeGradient(const BShape& shape, BGradient& gradient, bool fill);
src/kits/interface/PicturePlayer.cpp
1020
BGradient* gradient;
src/kits/interface/PicturePlayer.cpp
1023
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/kits/interface/PicturePlayer.cpp
1035
BGradient* gradient;
src/kits/interface/PicturePlayer.cpp
104
virtual void StrokeLineGradient(const BPoint& start, const BPoint& end, BGradient& gradient);
src/kits/interface/PicturePlayer.cpp
1040
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/kits/interface/PicturePlayer.cpp
1052
BGradient* gradient;
src/kits/interface/PicturePlayer.cpp
1055
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/kits/interface/PicturePlayer.cpp
1067
BGradient* gradient;
src/kits/interface/PicturePlayer.cpp
1082
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/kits/interface/PicturePlayer.cpp
1096
BGradient* gradient;
src/kits/interface/PicturePlayer.cpp
1102
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/kits/interface/PicturePlayer.cpp
1120
BGradient* gradient;
src/kits/interface/PicturePlayer.cpp
1126
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/kits/interface/PicturePlayer.cpp
1137
BGradient* gradient;
src/kits/interface/PicturePlayer.cpp
1140
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/kits/interface/PicturePlayer.cpp
1151
BGradient* gradient;
src/kits/interface/PicturePlayer.cpp
537
CallbackAdapterPlayer::DrawRectGradient(const BRect& rect, BGradient& gradient, bool fill)
src/kits/interface/PicturePlayer.cpp
547
CallbackAdapterPlayer::DrawRoundRectGradient(const BRect& rect, const BPoint& radii, BGradient& gradient,
src/kits/interface/PicturePlayer.cpp
558
CallbackAdapterPlayer::DrawBezierGradient(const BPoint _points[4], BGradient& gradient, bool fill)
src/kits/interface/PicturePlayer.cpp
571
float startTheta, float arcTheta, BGradient& gradient, bool fill)
src/kits/interface/PicturePlayer.cpp
581
CallbackAdapterPlayer::DrawEllipseGradient(const BRect& rect, BGradient& gradient, bool fill)
src/kits/interface/PicturePlayer.cpp
595
bool isClosed, BGradient& gradient, bool fill)
src/kits/interface/PicturePlayer.cpp
611
CallbackAdapterPlayer::DrawShapeGradient(const BShape& shape, BGradient& gradient, bool fill)
src/kits/interface/PicturePlayer.cpp
628
CallbackAdapterPlayer::StrokeLineGradient(const BPoint& start, const BPoint& end, BGradient& gradient)
src/kits/interface/PicturePlayer.cpp
796
bool GetGradient(BGradient*& gradient)
src/kits/interface/PicturePlayer.cpp
800
if (BGradient::Unflatten(gradient, &stream) != B_OK) {
src/kits/interface/PicturePlayer.cpp
93
virtual void DrawRectGradient(const BRect& rect, BGradient& gradient, bool fill);
src/kits/interface/PicturePlayer.cpp
94
virtual void DrawRoundRectGradient(const BRect& rect, const BPoint& radii, BGradient& gradient,
src/kits/interface/PicturePlayer.cpp
96
virtual void DrawBezierGradient(const BPoint controlPoints[4], BGradient& gradient, bool fill);
src/kits/interface/PicturePlayer.cpp
98
float arcTheta, BGradient& gradient, bool fill);
src/kits/interface/PicturePlayer.cpp
99
virtual void DrawEllipseGradient(const BRect& rect, BGradient& gradient, bool fill);
src/kits/interface/View.cpp
3338
const BGradient& gradient)
src/kits/interface/View.cpp
3346
BView::StrokeEllipse(BRect rect, const BGradient& gradient)
src/kits/interface/View.cpp
3372
const BGradient& gradient)
src/kits/interface/View.cpp
3396
BView::FillEllipse(BRect rect, const BGradient& gradient)
src/kits/interface/View.cpp
3441
float arcAngle, const BGradient& gradient)
src/kits/interface/View.cpp
3450
const BGradient& gradient)
src/kits/interface/View.cpp
3478
float arcAngle, const BGradient& gradient)
src/kits/interface/View.cpp
3506
const BGradient& gradient)
src/kits/interface/View.cpp
3543
BView::StrokeBezier(BPoint* controlPoints, const BGradient& gradient)
src/kits/interface/View.cpp
3581
BView::FillBezier(BPoint* controlPoints, const BGradient& gradient)
src/kits/interface/View.cpp
3670
BView::StrokePolygon(const BPolygon* polygon, bool closed, const BGradient& gradient)
src/kits/interface/View.cpp
3682
const BGradient& gradient)
src/kits/interface/View.cpp
3711
bool closed, const BGradient& gradient)
src/kits/interface/View.cpp
3766
BView::FillPolygon(const BPolygon* polygon, const BGradient& gradient)
src/kits/interface/View.cpp
3820
const BGradient& gradient)
src/kits/interface/View.cpp
3862
const BGradient& gradient)
src/kits/interface/View.cpp
3891
BView::StrokeRect(BRect rect, const BGradient& gradient)
src/kits/interface/View.cpp
3928
BView::FillRect(BRect rect, const BGradient& gradient)
src/kits/interface/View.cpp
3969
const BGradient& gradient)
src/kits/interface/View.cpp
4008
const BGradient& gradient)
src/kits/interface/View.cpp
4043
BView::FillRegion(BRegion* region, const BGradient& gradient)
src/kits/interface/View.cpp
4121
const BGradient& gradient)
src/kits/interface/View.cpp
4141
const BGradient& gradient)
src/kits/interface/View.cpp
4221
const BGradient& gradient)
src/kits/interface/View.cpp
4281
const BGradient& gradient)
src/kits/interface/View.cpp
4329
BView::StrokeLine(BPoint toPoint, const BGradient& gradient)
src/kits/interface/View.cpp
4336
BView::StrokeLine(BPoint start, BPoint end, const BGradient& gradient)
src/kits/interface/View.cpp
4380
BView::StrokeShape(BShape* shape, const BGradient& gradient)
src/kits/interface/View.cpp
4422
BView::FillShape(BShape* shape, const BGradient& gradient)
src/libs/icon/style/GradientTransformable.cpp
110
for (int32 i = 0; BGradient::ColorStop* step = other.ColorAt(i); i++) {
src/libs/icon/style/GradientTransformable.cpp
139
for (int32 i = 0; BGradient::ColorStop* step = ColorAt(i); i++) {
src/libs/icon/style/GradientTransformable.cpp
211
BGradient::ColorStop* ourStep = ColorAtFast(i);
src/libs/icon/style/GradientTransformable.cpp
212
BGradient::ColorStop* otherStep = other.ColorAtFast(i);
src/libs/icon/style/GradientTransformable.cpp
232
for (int32 i = 0; BGradient::ColorStop* step = other.ColorAt(i); i++)
src/libs/icon/style/GradientTransformable.cpp
245
BGradient::ColorStop* step = new BGradient::ColorStop(color, offset);
src/libs/icon/style/GradientTransformable.cpp
249
BGradient::ColorStop* s = ColorAtFast(index);
src/libs/icon/style/GradientTransformable.cpp
263
Gradient::AddColor(const BGradient::ColorStop& color, int32 index)
src/libs/icon/style/GradientTransformable.cpp
265
BGradient::ColorStop* step = new BGradient::ColorStop(color);
src/libs/icon/style/GradientTransformable.cpp
278
BGradient::ColorStop* step
src/libs/icon/style/GradientTransformable.cpp
279
= (BGradient::ColorStop*)fColors.RemoveItem(index);
src/libs/icon/style/GradientTransformable.cpp
292
Gradient::SetColor(int32 index, const BGradient::ColorStop& color)
src/libs/icon/style/GradientTransformable.cpp
294
if (BGradient::ColorStop* step = ColorAt(index)) {
src/libs/icon/style/GradientTransformable.cpp
309
if (BGradient::ColorStop* step = ColorAt(index)) {
src/libs/icon/style/GradientTransformable.cpp
323
BGradient::ColorStop* step = ColorAt(index);
src/libs/icon/style/GradientTransformable.cpp
342
BGradient::ColorStop*
src/libs/icon/style/GradientTransformable.cpp
345
return (BGradient::ColorStop*)fColors.ItemAt(index);
src/libs/icon/style/GradientTransformable.cpp
349
BGradient::ColorStop*
src/libs/icon/style/GradientTransformable.cpp
352
return (BGradient::ColorStop*)fColors.ItemAtFast(index);
src/libs/icon/style/GradientTransformable.cpp
40
AddColor(BGradient::ColorStop(0, 0, 0, 255, 0.0), 0);
src/libs/icon/style/GradientTransformable.cpp
408
BGradient::ColorStop* from = ColorAt(0);
src/libs/icon/style/GradientTransformable.cpp
41
AddColor(BGradient::ColorStop(255, 255, 255, 255, 1.0), 1);
src/libs/icon/style/GradientTransformable.cpp
414
for (int32 i = 0; BGradient::ColorStop* step = ColorAt(i); i++) {
src/libs/icon/style/GradientTransformable.cpp
439
for (int32 i = 0; BGradient::ColorStop* step = ColorAt(i); i++) {
src/libs/icon/style/GradientTransformable.cpp
448
BGradient::ColorStop* to = NULL;
src/libs/icon/style/GradientTransformable.cpp
450
for (int32 i = 0; BGradient::ColorStop* step
src/libs/icon/style/GradientTransformable.cpp
451
= (BGradient::ColorStop*)nextSteps.ItemAt(i); i++) {
src/libs/icon/style/GradientTransformable.cpp
601
for (int32 i = 0; BGradient::ColorStop* step = ColorAt(i); i++) {
src/libs/icon/style/GradientTransformable.cpp
74
BGradient::ColorStop step;
src/libs/icon/style/GradientTransformable.h
78
bool AddColor(const BGradient::ColorStop& color,
src/libs/icon/style/GradientTransformable.h
84
const BGradient::ColorStop& step);
src/libs/icon/style/GradientTransformable.h
89
BGradient::ColorStop* ColorAt(int32 index) const;
src/libs/icon/style/GradientTransformable.h
90
BGradient::ColorStop* ColorAtFast(int32 index) const;
src/libs/icon/style/Style.cpp
215
BGradient::ColorStop* step = fGradient->ColorAtFast(i);
src/servers/app/Canvas.h
25
class BGradient;
src/servers/app/PictureBoundingBoxPlayer.cpp
202
virtual void DrawRectGradient(const BRect& rect, BGradient& gradient, bool fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
203
virtual void DrawRoundRectGradient(const BRect& rect, const BPoint& radii, BGradient& gradient,
src/servers/app/PictureBoundingBoxPlayer.cpp
205
virtual void DrawBezierGradient(const BPoint controlPoints[4], BGradient& gradient, bool fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
207
float arcTheta, BGradient& gradient, bool fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
208
virtual void DrawEllipseGradient(const BRect& rect, BGradient& gradient, bool fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
210
BGradient& gradient, bool fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
211
virtual void DrawShapeGradient(const BShape& shape, BGradient& gradient, bool fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
213
virtual void StrokeLineGradient(const BPoint& start, const BPoint& end, BGradient& gradient);
src/servers/app/PictureBoundingBoxPlayer.cpp
771
BoundingBoxCallbacks::DrawRectGradient(const BRect& _rect, BGradient& gradient, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
788
BGradient& gradient, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
797
BoundingBoxCallbacks::DrawBezierGradient(const BPoint controlPoints[4], BGradient& gradient,
src/servers/app/PictureBoundingBoxPlayer.cpp
819
BoundingBoxCallbacks::DrawEllipseGradient(const BRect& _rect, BGradient& gradient, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
836
float arcTheta, BGradient& gradient, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
846
BGradient& gradient, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
862
BoundingBoxCallbacks::DrawShapeGradient(const BShape& shape, BGradient& gradient, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
911
BGradient& gradient)
src/servers/app/ServerPicture.cpp
296
virtual void DrawRectGradient(const BRect& rect, BGradient& gradient, bool fill);
src/servers/app/ServerPicture.cpp
297
virtual void DrawRoundRectGradient(const BRect& rect, const BPoint& radii, BGradient& gradient,
src/servers/app/ServerPicture.cpp
299
virtual void DrawBezierGradient(const BPoint controlPoints[4], BGradient& gradient, bool fill);
src/servers/app/ServerPicture.cpp
301
float arcTheta, BGradient& gradient, bool fill);
src/servers/app/ServerPicture.cpp
302
virtual void DrawEllipseGradient(const BRect& rect, BGradient& gradient, bool fill);
src/servers/app/ServerPicture.cpp
304
BGradient& gradient, bool fill);
src/servers/app/ServerPicture.cpp
305
virtual void DrawShapeGradient(const BShape& shape, BGradient& gradient, bool fill);
src/servers/app/ServerPicture.cpp
307
virtual void StrokeLineGradient(const BPoint& start, const BPoint& end, BGradient& gradient);
src/servers/app/ServerPicture.cpp
467
CanvasCallbacks::DrawRectGradient(const BRect& _rect, BGradient& gradient, bool fill)
src/servers/app/ServerPicture.cpp
481
CanvasCallbacks::DrawRoundRectGradient(const BRect& _rect, const BPoint& radii, BGradient& gradient,
src/servers/app/ServerPicture.cpp
497
CanvasCallbacks::DrawBezierGradient(const BPoint viewPoints[4], BGradient& gradient, bool fill)
src/servers/app/ServerPicture.cpp
512
float startTheta, float arcTheta, BGradient& gradient, bool fill)
src/servers/app/ServerPicture.cpp
52
ShapePainter(Canvas* canvas, BGradient* gradient);
src/servers/app/ServerPicture.cpp
525
CanvasCallbacks::DrawEllipseGradient(const BRect& _rect, BGradient& gradient, bool fill)
src/servers/app/ServerPicture.cpp
539
bool isClosed, BGradient& gradient, bool fill)
src/servers/app/ServerPicture.cpp
562
CanvasCallbacks::DrawShapeGradient(const BShape& shape, BGradient& gradient, bool fill)
src/servers/app/ServerPicture.cpp
573
BGradient& gradient)
src/servers/app/ServerPicture.cpp
68
BGradient* fGradient;
src/servers/app/ServerPicture.cpp
74
ShapePainter::ShapePainter(Canvas* canvas, BGradient* gradient)
src/servers/app/ServerWindow.cpp
2565
BGradient* gradient;
src/servers/app/ServerWindow.cpp
2569
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/servers/app/ServerWindow.cpp
2643
BGradient* gradient;
src/servers/app/ServerWindow.cpp
2664
BGradient* gradient;
src/servers/app/ServerWindow.cpp
2744
BGradient* gradient;
src/servers/app/ServerWindow.cpp
2788
BGradient* gradient;
src/servers/app/ServerWindow.cpp
2818
BGradient* gradient;
src/servers/app/ServerWindow.cpp
2860
BGradient* gradient;
src/servers/app/ServerWindow.cpp
2910
BGradient* gradient;
src/servers/app/ServerWindow.cpp
2965
BGradient* gradient;
src/servers/app/ServerWindow.cpp
3036
BGradient* gradient;
src/servers/app/ServerWindow.cpp
3083
BGradient* gradient;
src/servers/app/ServerWindow.cpp
3594
BGradient* gradient;
src/servers/app/ServerWindow.cpp
3597
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/servers/app/ServerWindow.cpp
3611
BGradient* gradient;
src/servers/app/ServerWindow.cpp
3614
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/servers/app/ServerWindow.cpp
3631
BGradient* gradient;
src/servers/app/ServerWindow.cpp
3634
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/servers/app/ServerWindow.cpp
3645
BGradient* gradient;
src/servers/app/ServerWindow.cpp
3648
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/servers/app/ServerWindow.cpp
3663
BGradient* gradient;
src/servers/app/ServerWindow.cpp
3666
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/servers/app/ServerWindow.cpp
3685
BGradient* gradient;
src/servers/app/ServerWindow.cpp
3688
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/servers/app/ServerWindow.cpp
3712
BGradient* gradient;
src/servers/app/ServerWindow.cpp
3715
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/servers/app/ServerWindow.cpp
3740
BGradient* gradient;
src/servers/app/ServerWindow.cpp
3743
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/servers/app/ServerWindow.cpp
3766
BGradient* gradient;
src/servers/app/ServerWindow.cpp
3769
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/servers/app/ServerWindow.cpp
3796
BGradient* gradient;
src/servers/app/ServerWindow.cpp
3799
ObjectDeleter<BGradient> gradientDeleter(gradient);
src/servers/app/SimpleTransform.h
108
void Apply(BGradient* gradient) const
src/servers/app/SimpleTransform.h
111
case BGradient::TYPE_LINEAR:
src/servers/app/SimpleTransform.h
123
case BGradient::TYPE_RADIAL:
src/servers/app/SimpleTransform.h
132
case BGradient::TYPE_RADIAL_FOCUS:
src/servers/app/SimpleTransform.h
145
case BGradient::TYPE_DIAMOND:
src/servers/app/SimpleTransform.h
154
case BGradient::TYPE_CONIC:
src/servers/app/SimpleTransform.h
163
case BGradient::TYPE_NONE:
src/servers/app/SimpleTransform.h
177
BGradient::ColorStop* end = gradient->ColorStopAtFast(
src/servers/app/SimpleTransform.h
183
BGradient::ColorStop* start = gradient->ColorStopAtFast(0);
src/servers/app/View.h
43
class BGradient;
src/servers/app/drawing/DrawingEngine.cpp
1032
bool filled, const BGradient& gradient)
src/servers/app/drawing/DrawingEngine.cpp
1088
bool filled, const BGradient& gradient, const BPoint& viewToScreenOffset,
src/servers/app/drawing/DrawingEngine.cpp
1132
bool filled, const BGradient& gradient)
src/servers/app/drawing/DrawingEngine.cpp
1167
DrawingEngine::StrokeLine(const BPoint& start, const BPoint& end, const BGradient& gradient)
src/servers/app/drawing/DrawingEngine.cpp
674
bool filled, const BGradient& gradient)
src/servers/app/drawing/DrawingEngine.cpp
709
DrawingEngine::DrawBezier(BPoint* pts, bool filled, const BGradient& gradient)
src/servers/app/drawing/DrawingEngine.cpp
746
DrawingEngine::DrawEllipse(BRect r, bool filled, const BGradient& gradient)
src/servers/app/drawing/DrawingEngine.cpp
789
bool filled, bool closed, const BGradient& gradient)
src/servers/app/drawing/DrawingEngine.cpp
940
DrawingEngine::StrokeRect(BRect r, const BGradient& gradient)
src/servers/app/drawing/DrawingEngine.cpp
957
DrawingEngine::FillRect(BRect r, const BGradient& gradient)
src/servers/app/drawing/DrawingEngine.cpp
989
DrawingEngine::FillRegion(BRegion& r, const BGradient& gradient)
src/servers/app/drawing/DrawingEngine.h
106
const float& span, bool filled, const BGradient& gradient);
src/servers/app/drawing/DrawingEngine.h
109
virtual void DrawBezier(BPoint* pts, bool filled, const BGradient& gradient);
src/servers/app/drawing/DrawingEngine.h
112
virtual void DrawEllipse(BRect r, bool filled, const BGradient& gradient);
src/servers/app/drawing/DrawingEngine.h
118
const BGradient& gradient);
src/servers/app/drawing/DrawingEngine.h
128
virtual void StrokeRect(BRect rect, const BGradient& gradient);
src/servers/app/drawing/DrawingEngine.h
130
virtual void FillRect(BRect rect, const BGradient& gradient);
src/servers/app/drawing/DrawingEngine.h
134
const BGradient& gradient);
src/servers/app/drawing/DrawingEngine.h
139
float yrad, bool filled, const BGradient& gradient);
src/servers/app/drawing/DrawingEngine.h
149
bool filled, const BGradient& gradient,
src/servers/app/drawing/DrawingEngine.h
156
bool filled, const BGradient& gradient);
src/servers/app/drawing/DrawingEngine.h
165
const BPoint& end, const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.cpp
1030
Painter::FillRect(const BRect& r, const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
1041
if (gradient.GetType() == BGradient::TYPE_LINEAR
src/servers/app/drawing/Painter/Painter.cpp
1218
const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
1264
const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
1334
Painter::DrawEllipse(BRect r, bool fill, const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
1383
float span, const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
1441
float span, const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
1605
Painter::FillRegion(const BRegion* region, const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
1762
Painter::_DrawTriangle(BPoint pt1, BPoint pt2, BPoint pt3, bool fill, const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
1989
Painter::_StrokePath(VertexSource& path, const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
1997
Painter::_StrokePath(VertexSource& path, cap_mode capMode, const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
2059
Painter::_FillPath(VertexSource& path, const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
2072
Painter::_RasterizePath(VertexSource& path, const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
2079
case BGradient::TYPE_LINEAR:
src/servers/app/drawing/Painter/Painter.cpp
2090
case BGradient::TYPE_RADIAL:
src/servers/app/drawing/Painter/Painter.cpp
2102
case BGradient::TYPE_RADIAL_FOCUS:
src/servers/app/drawing/Painter/Painter.cpp
2114
case BGradient::TYPE_DIAMOND:
src/servers/app/drawing/Painter/Painter.cpp
2125
case BGradient::TYPE_CONIC:
src/servers/app/drawing/Painter/Painter.cpp
2138
case BGradient::TYPE_NONE:
src/servers/app/drawing/Painter/Painter.cpp
2175
Painter::_MakeGradient(const BGradient& gradient, int32 colorCount,
src/servers/app/drawing/Painter/Painter.cpp
2178
BGradient::ColorStop* from = gradient.ColorStopAt(0);
src/servers/app/drawing/Painter/Painter.cpp
2206
BGradient::ColorStop* to = gradient.ColorStopAtFast(i);
src/servers/app/drawing/Painter/Painter.cpp
2255
Painter::_MakeGradient(Array& array, const BGradient& gradient) const
src/servers/app/drawing/Painter/Painter.cpp
2258
BGradient::ColorStop* from = gradient.ColorStopAtFast(i);
src/servers/app/drawing/Painter/Painter.cpp
2259
BGradient::ColorStop* to = gradient.ColorStopAtFast(i + 1);
src/servers/app/drawing/Painter/Painter.cpp
2286
Painter::_RasterizePath(VertexSource& path, const BGradient& gradient,
src/servers/app/drawing/Painter/Painter.cpp
571
Painter::StrokeLine(BPoint a, BPoint b, const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
696
Painter::StrokeTriangle(BPoint pt1, BPoint pt2, BPoint pt3, const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
713
const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
754
Painter::DrawPolygon(BPoint* p, int32 numPts, bool filled, bool closed, const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
812
Painter::DrawBezier(BPoint* p, bool filled, const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
856
const int32& ptCount, const BPoint* points, bool filled, const BGradient& gradient,
src/servers/app/drawing/Painter/Painter.cpp
924
Painter::StrokeRect(const BRect& r, const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.h
110
void StrokeLine(BPoint a, BPoint b, const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
121
BPoint pt3, const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
127
const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
133
bool filled, bool closed, const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
139
bool filled, const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
150
const BGradient& gradient,
src/servers/app/drawing/Painter/Painter.h
157
const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
165
const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
187
const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
193
const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
201
const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
209
float span, const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
216
const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
252
const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
285
BPoint pt3, bool fill, const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
307
BRect _StrokePath(VertexSource& path, const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
310
cap_mode capMode, const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
318
const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
321
const BGradient& gradient);
src/servers/app/drawing/Painter/Painter.h
33
class BGradient;
src/servers/app/drawing/Painter/Painter.h
330
void _MakeGradient(const BGradient& gradient,
src/servers/app/drawing/Painter/Painter.h
336
const BGradient& gradient) const;
src/servers/app/drawing/Painter/Painter.h
340
const BGradient& gradient,
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
415
bool filled, const BGradient& gradient)
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
448
RemoteDrawingEngine::DrawBezier(BPoint* points, bool filled, const BGradient& gradient)
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
480
RemoteDrawingEngine::DrawEllipse(BRect rect, bool filled, const BGradient& gradient)
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
517
BRect bounds, bool filled, bool closed, const BGradient& gradient)
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
633
RemoteDrawingEngine::StrokeRect(BRect rect, const BGradient& gradient)
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
663
RemoteDrawingEngine::FillRect(BRect rect, const BGradient& gradient)
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
693
RemoteDrawingEngine::FillRegion(BRegion& region, const BGradient& gradient)
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
731
bool filled, const BGradient& gradient)
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
774
bool filled, const BGradient& gradient, const BPoint& viewToScreenOffset,
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
815
bool filled, const BGradient& gradient)
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
846
RemoteDrawingEngine::StrokeLine(const BPoint &start, const BPoint &end, const BGradient& gradient)
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
103
const BGradient& gradient);
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
108
float yRadius, bool filled, const BGradient& gradient);
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
119
bool filled, const BGradient& gradient,
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
126
bool filled, const BGradient& gradient);
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
134
const BPoint& end, const BGradient& gradient);
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
74
const float& span, bool filled, const BGradient& gradient);
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
77
virtual void DrawBezier(BPoint* points, bool filled, const BGradient& gradient);
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
80
virtual void DrawEllipse(BRect rect, bool filled, const BGradient& gradient);
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
86
const BGradient& gradient);
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
97
virtual void StrokeRect(BRect rect, const BGradient& gradient);
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.h
99
virtual void FillRect(BRect rect, const BGradient& gradient);
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
196
RemoteMessage::AddGradient(const BGradient& gradient)
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
201
case BGradient::TYPE_NONE:
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
204
case BGradient::TYPE_LINEAR:
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
216
case BGradient::TYPE_RADIAL:
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
228
case BGradient::TYPE_RADIAL_FOCUS:
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
241
case BGradient::TYPE_DIAMOND:
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
252
case BGradient::TYPE_CONIC:
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
269
BGradient::ColorStop* stop = gradient.ColorStopAt(i);
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
460
RemoteMessage::ReadGradient(BGradient** _gradient)
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
462
BGradient::Type type;
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
465
BGradient *gradient = NULL;
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
467
case BGradient::TYPE_NONE:
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
470
case BGradient::TYPE_LINEAR:
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
481
case BGradient::TYPE_RADIAL:
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
493
case BGradient::TYPE_RADIAL_FOCUS:
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
507
case BGradient::TYPE_DIAMOND:
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
517
case BGradient::TYPE_CONIC:
src/servers/app/drawing/interface/remote/RemoteMessage.h
161
void AddGradient(const BGradient& gradient);
src/servers/app/drawing/interface/remote/RemoteMessage.h
193
status_t ReadGradient(BGradient** _gradient);
src/servers/app/drawing/interface/remote/RemoteMessage.h
28
class BGradient;