Symbol: fill
headers/cpp/algobase.h
52
using __STD::fill;
headers/cpp/ropeimpl.h
893
char __f = __o.fill();
headers/cpp/stl_bvector.h
531
fill(_M_start._M_p, _M_end_of_storage, __value ? ~0 : 0);
headers/cpp/stl_bvector.h
538
fill(_M_start._M_p, _M_end_of_storage, 0);
headers/cpp/stl_bvector.h
560
fill(_M_start._M_p, _M_end_of_storage, __x ? ~0 : 0);
headers/cpp/stl_bvector.h
609
fill(_M_start._M_p, _M_end_of_storage, __x ? ~0 : 0);
headers/cpp/stl_bvector.h
614
fill(_M_start._M_p, _M_end_of_storage, __x ? ~0 : 0);
headers/cpp/stl_bvector.h
767
fill(__position, __position + difference_type(__n), __x);
headers/cpp/stl_deque.h
1357
fill(__pos - difference_type(__n), __pos, __x_copy);
headers/cpp/stl_deque.h
1363
fill(__old_start, __pos, __x_copy);
headers/cpp/stl_deque.h
1380
fill(__pos, __pos + difference_type(__n), __x_copy);
headers/cpp/stl_deque.h
1386
fill(__pos, __old_finish, __x_copy);
headers/cpp/stl_deque.h
642
fill(begin(), end(), __val);
headers/cpp/stl_deque.h
647
fill(begin(), end(), __val);
headers/cpp/stl_uninitialized.h
148
fill(__first, __last, __x);
headers/cpp/stl_vector.h
550
fill(begin(), end(), __val);
headers/cpp/stl_vector.h
676
fill(__position, __position + __n, __x_copy);
headers/cpp/stl_vector.h
683
fill(__position, __old_finish, __x_copy);
headers/cpp/streambuf.h
179
_IO_wchar_t fill() const { return _fill; }
headers/cpp/streambuf.h
180
_IO_wchar_t fill(_IO_wchar_t newf)
headers/libs/agg/agg_renderer_base.h
137
void fill(const color_type& c)
headers/libs/x86emu/x86emu/prim_asm.h
708
u16 shld_word_asm(u32 * flags, u16 d, u16 fill, u8 s);
headers/libs/x86emu/x86emu/prim_asm.h
720
u32 shld_long_asm(u32 * flags, u32 d, u32 fill, u8 s);
headers/libs/x86emu/x86emu/prim_asm.h
732
u16 shrd_word_asm(u32 * flags, u16 d, u16 fill, u8 s);
headers/libs/x86emu/x86emu/prim_asm.h
744
u32 shrd_long_asm(u32 * flags, u32 d, u32 fill, u8 s);
headers/libs/x86emu/x86emu/prim_ops.h
100
u16 shld_word(u16 d, u16 fill, u8 s);
headers/libs/x86emu/x86emu/prim_ops.h
101
u32 shld_long(u32 d, u32 fill, u8 s);
headers/libs/x86emu/x86emu/prim_ops.h
102
u16 shrd_word(u16 d, u16 fill, u8 s);
headers/libs/x86emu/x86emu/prim_ops.h
103
u32 shrd_long(u32 d, u32 fill, u8 s);
headers/os/interface/ControlLook.h
285
const rgb_color& fill, uint32 flags,
headers/private/interface/HaikuControlLook.h
223
const rgb_color& fill, uint32 flags,
headers/private/interface/PictureDataWriter.h
101
const BPoint& radius, const BGradient& gradient, const bool& fill);
headers/private/interface/PictureDataWriter.h
103
const bool& fill);
headers/private/interface/PictureDataWriter.h
107
const float& arcTheta, const BGradient& gradient, const bool& fill);
headers/private/interface/PictureDataWriter.h
109
const bool& fill);
headers/private/interface/PictureDataWriter.h
112
const bool& fill);
headers/private/interface/PictureDataWriter.h
115
const void* ptList, const BGradient& gradient, const bool& fill);
headers/private/interface/PictureDataWriter.h
75
const bool& fill);
headers/private/interface/PictureDataWriter.h
77
const BPoint& radius, const bool& fill);
headers/private/interface/PictureDataWriter.h
79
const bool& fill);
headers/private/interface/PictureDataWriter.h
83
const float& arcTheta, const bool& fill);
headers/private/interface/PictureDataWriter.h
86
const bool& fill);
headers/private/interface/PictureDataWriter.h
88
const bool& fill);
headers/private/interface/PictureDataWriter.h
97
const void* ptList, const bool& fill);
headers/private/interface/PictureDataWriter.h
99
const bool& fill);
headers/private/interface/PicturePlayer.h
150
virtual void DrawRect(const BRect& rect, bool fill) {}
headers/private/interface/PicturePlayer.h
151
virtual void DrawRoundRect(const BRect& rect, const BPoint& radii, bool fill) {}
headers/private/interface/PicturePlayer.h
152
virtual void DrawBezier(const BPoint controlPoints[4], bool fill) {}
headers/private/interface/PicturePlayer.h
154
float arcTheta, bool fill) {}
headers/private/interface/PicturePlayer.h
155
virtual void DrawEllipse(const BRect& rect, bool fill) {}
headers/private/interface/PicturePlayer.h
156
virtual void DrawPolygon(size_t numPoints, const BPoint points[], bool isClosed, bool fill) {}
headers/private/interface/PicturePlayer.h
157
virtual void DrawShape(const BShape& shape, bool fill) {}
headers/private/interface/PicturePlayer.h
200
virtual void DrawRectGradient(const BRect& rect, BGradient& gradient, bool fill) {}
headers/private/interface/PicturePlayer.h
202
bool fill) {}
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) {}
src/add-ons/accelerants/matrox/GetAccelerantHook.c
187
bool fill = false;
src/add-ons/accelerants/matrox/GetAccelerantHook.c
198
fill = true;
src/add-ons/accelerants/matrox/GetAccelerantHook.c
202
fill = true;
src/add-ons/accelerants/matrox/GetAccelerantHook.c
206
fill = true;
src/add-ons/accelerants/matrox/GetAccelerantHook.c
225
if (fill &&
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
1200
const BRect& updateRect, const rgb_color& base, const rgb_color& fill,
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
754
rgb_color fill = tint_color(base, 1.074); // 200
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
759
view->SetHighColor(fill);
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
771
view->SetHighColor(fill);
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
782
view->SetHighColor(fill);
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
793
view->SetHighColor(fill);
src/add-ons/control_look/BeControlLook/BeControlLook.h
206
const rgb_color& fill, uint32 flags,
src/add-ons/print/drivers/pcl6/PCL6Rasterizer.cpp
401
fill(row, width, black);
src/add-ons/print/drivers/pcl6/PCL6Rasterizer.cpp
405
fill(row, width, white);
src/add-ons/print/drivers/pcl6/PCL6Rasterizer.cpp
409
fill(row, width, red);
src/apps/cortex/MediaRoutingView/MediaWire.cpp
172
rgb_color fill = isSelected() ? M_LIGHT_BLUE_COLOR : M_LIGHT_GRAY_COLOR;
src/apps/cortex/MediaRoutingView/MediaWire.cpp
181
view()->AddLine(m_startPoint, m_startOffset, fill);
src/apps/cortex/MediaRoutingView/MediaWire.cpp
182
view()->AddLine(m_startOffset, m_endOffset, fill);
src/apps/cortex/MediaRoutingView/MediaWire.cpp
183
view()->AddLine(m_endOffset, m_endPoint, fill);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
261
bool fill);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
556
BPoint tip, BSize size, BSize base, const rgb_color& color, bool fill)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
576
if (fill)
src/apps/icon-o-matic/import_export/svg/DocumentBuilder.cpp
103
if (shape->fill.type != NSVG_PAINT_NONE)
src/apps/icon-o-matic/import_export/svg/DocumentBuilder.cpp
247
paint = &svgShape->fill;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
141
NSVGpaint fill; // Fill paint
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2858
if (shape->fill.type == NSVG_PAINT_LINEAR_GRADIENT || shape->fill.type == NSVG_PAINT_RADIAL_GRADIENT) {
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2859
nsvg__scaleGradient(shape->fill.gradient, tx,ty, sx,sy);
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2860
memcpy(t, shape->fill.gradient->xform, sizeof(float)*6);
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2861
nsvg__xformInverse(shape->fill.gradient->xform, t);
src/apps/icon-o-matic/import_export/svg/nanosvg.h
2967
nsvg__deletePaint(&shape->fill);
src/apps/icon-o-matic/import_export/svg/nanosvg.h
982
shape->fill.type = NSVG_PAINT_NONE;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
984
shape->fill.type = NSVG_PAINT_COLOR;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
985
shape->fill.color = attr->fillColor;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
986
shape->fill.color |= (unsigned int)(attr->fillOpacity*255) << 24;
src/apps/icon-o-matic/import_export/svg/nanosvg.h
991
shape->fill.gradient = nsvg__createGradient(p, attr->fillGradient, localBounds, &shape->fill.type);
src/apps/icon-o-matic/import_export/svg/nanosvg.h
992
if (shape->fill.gradient == NULL) {
src/apps/icon-o-matic/import_export/svg/nanosvg.h
993
shape->fill.type = NSVG_PAINT_NONE;
src/apps/powerstatus/PowerStatusView.cpp
246
BRect fill = rect;
src/apps/powerstatus/PowerStatusView.cpp
247
fill.left += fill.Width() * (1 - percent);
src/apps/powerstatus/PowerStatusView.cpp
254
view->AddLine(BPoint(fill.left, fill.bottom),
src/apps/powerstatus/PowerStatusView.cpp
255
BPoint(fill.left, fill.top), bevelLightColor);
src/apps/powerstatus/PowerStatusView.cpp
256
view->AddLine(BPoint(fill.left, fill.top),
src/apps/powerstatus/PowerStatusView.cpp
257
BPoint(fill.right, fill.top), bevelLightColor);
src/apps/powerstatus/PowerStatusView.cpp
258
view->AddLine(BPoint(fill.right, fill.top),
src/apps/powerstatus/PowerStatusView.cpp
259
BPoint(fill.right, fill.bottom), bevelShadowColor);
src/apps/powerstatus/PowerStatusView.cpp
260
view->AddLine(BPoint(fill.left, fill.bottom),
src/apps/powerstatus/PowerStatusView.cpp
261
BPoint(fill.right, fill.bottom), bevelShadowColor);
src/apps/powerstatus/PowerStatusView.cpp
264
fill.InsetBy(1, 1);
src/apps/powerstatus/PowerStatusView.cpp
277
gradient.SetStart(fill.LeftTop());
src/apps/powerstatus/PowerStatusView.cpp
278
gradient.SetEnd(fill.LeftBottom());
src/apps/powerstatus/PowerStatusView.cpp
280
view->FillRect(fill, gradient);
src/bin/network/ping/ping.c
197
static void fill(char *, char *);
src/bin/network/ping/ping.c
572
fill((char *)datap, payload);
src/bin/network/ping/ping6.c
250
static void fill(char *, char *);
src/bin/network/ping/ping6.c
501
fill((char *)datap, optarg);
src/kits/interface/HaikuControlLook.cpp
1411
const BRect& updateRect, const rgb_color& base, const rgb_color& fill,
src/kits/interface/HaikuControlLook.cpp
1517
_MakeGradient(gradient, rect, fill, topTint, bottomTint);
src/kits/interface/HaikuControlLook.cpp
1519
_MakeGlossyGradient(gradient, rect, fill, topTint, middleTint1,
src/kits/interface/PictureDataWriter.cpp
365
PictureDataWriter::WriteDrawRect(const BRect& rect, const bool& fill)
src/kits/interface/PictureDataWriter.cpp
368
BeginOp(fill ? B_PIC_FILL_RECT : B_PIC_STROKE_RECT);
src/kits/interface/PictureDataWriter.cpp
381
const bool& fill)
src/kits/interface/PictureDataWriter.cpp
384
BeginOp(fill ? B_PIC_FILL_ROUND_RECT : B_PIC_STROKE_ROUND_RECT);
src/kits/interface/PictureDataWriter.cpp
397
PictureDataWriter::WriteDrawEllipse(const BRect& rect, const bool& fill)
src/kits/interface/PictureDataWriter.cpp
400
BeginOp(fill ? B_PIC_FILL_ELLIPSE : B_PIC_STROKE_ELLIPSE);
src/kits/interface/PictureDataWriter.cpp
413
const float& startTheta, const float& arcTheta, const bool& fill)
src/kits/interface/PictureDataWriter.cpp
416
BeginOp(fill ? B_PIC_FILL_ARC : B_PIC_STROKE_ARC);
src/kits/interface/PictureDataWriter.cpp
432
const bool& isClosed, const bool& fill)
src/kits/interface/PictureDataWriter.cpp
435
BeginOp(fill ? B_PIC_FILL_POLYGON : B_PIC_STROKE_POLYGON);
src/kits/interface/PictureDataWriter.cpp
440
if (!fill)
src/kits/interface/PictureDataWriter.cpp
453
PictureDataWriter::WriteDrawBezier(const BPoint points[4], const bool& fill)
src/kits/interface/PictureDataWriter.cpp
456
BeginOp(fill ? B_PIC_FILL_BEZIER : B_PIC_STROKE_BEZIER);
src/kits/interface/PictureDataWriter.cpp
531
const int32& ptCount, const void* ptList, const bool& fill)
src/kits/interface/PictureDataWriter.cpp
534
BeginOp(fill ? B_PIC_FILL_SHAPE : B_PIC_STROKE_SHAPE);
src/kits/interface/PictureDataWriter.cpp
549
PictureDataWriter::WriteDrawRectGradient(const BRect& rect, const BGradient& gradient, const bool& fill)
src/kits/interface/PictureDataWriter.cpp
552
BeginOp(fill ? B_PIC_FILL_RECT_GRADIENT : B_PIC_STROKE_RECT_GRADIENT);
src/kits/interface/PictureDataWriter.cpp
566
const bool& fill)
src/kits/interface/PictureDataWriter.cpp
569
BeginOp(fill ? B_PIC_FILL_ROUND_RECT_GRADIENT : B_PIC_STROKE_ROUND_RECT_GRADIENT);
src/kits/interface/PictureDataWriter.cpp
583
PictureDataWriter::WriteDrawBezierGradient(const BPoint points[4], const BGradient& gradient, const bool& fill)
src/kits/interface/PictureDataWriter.cpp
586
BeginOp(fill ? B_PIC_FILL_BEZIER_GRADIENT : B_PIC_STROKE_BEZIER_GRADIENT);
src/kits/interface/PictureDataWriter.cpp
602
const float& startTheta, const float& arcTheta, const BGradient& gradient, const bool& fill)
src/kits/interface/PictureDataWriter.cpp
605
BeginOp(fill ? B_PIC_FILL_ARC_GRADIENT : B_PIC_STROKE_ARC_GRADIENT);
src/kits/interface/PictureDataWriter.cpp
621
PictureDataWriter::WriteDrawEllipseGradient(const BRect& rect, const BGradient& gradient, const bool& fill)
src/kits/interface/PictureDataWriter.cpp
624
BeginOp(fill ? B_PIC_FILL_ELLIPSE_GRADIENT : B_PIC_STROKE_ELLIPSE_GRADIENT);
src/kits/interface/PictureDataWriter.cpp
638
const bool& isClosed, const BGradient& gradient, const bool& fill)
src/kits/interface/PictureDataWriter.cpp
641
BeginOp(fill ? B_PIC_FILL_POLYGON_GRADIENT : B_PIC_STROKE_POLYGON_GRADIENT);
src/kits/interface/PictureDataWriter.cpp
646
if (!fill)
src/kits/interface/PictureDataWriter.cpp
661
const int32& ptCount, const void* ptList, const BGradient& gradient, const bool& fill)
src/kits/interface/PictureDataWriter.cpp
664
BeginOp(fill ? B_PIC_FILL_SHAPE_GRADIENT : B_PIC_STROKE_SHAPE_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
141
CallbackAdapterPlayer::DrawRect(const BRect& rect, bool fill)
src/kits/interface/PicturePlayer.cpp
143
if (fill)
src/kits/interface/PicturePlayer.cpp
152
bool fill)
src/kits/interface/PicturePlayer.cpp
154
if (fill)
src/kits/interface/PicturePlayer.cpp
162
CallbackAdapterPlayer::DrawBezier(const BPoint _points[4], bool fill)
src/kits/interface/PicturePlayer.cpp
166
if (fill)
src/kits/interface/PicturePlayer.cpp
175
float startTheta, float arcTheta, bool fill)
src/kits/interface/PicturePlayer.cpp
177
if (fill)
src/kits/interface/PicturePlayer.cpp
185
CallbackAdapterPlayer::DrawEllipse(const BRect& rect, bool fill)
src/kits/interface/PicturePlayer.cpp
190
if (fill)
src/kits/interface/PicturePlayer.cpp
199
bool isClosed, bool fill)
src/kits/interface/PicturePlayer.cpp
208
if (fill)
src/kits/interface/PicturePlayer.cpp
216
CallbackAdapterPlayer::DrawShape(const BShape& shape, bool fill)
src/kits/interface/PicturePlayer.cpp
218
if (fill)
src/kits/interface/PicturePlayer.cpp
43
virtual void DrawRect(const BRect& rect, bool fill);
src/kits/interface/PicturePlayer.cpp
44
virtual void DrawRoundRect(const BRect& rect, const BPoint& radii, bool fill);
src/kits/interface/PicturePlayer.cpp
45
virtual void DrawBezier(const BPoint controlPoints[4], bool fill);
src/kits/interface/PicturePlayer.cpp
47
float arcTheta, bool fill);
src/kits/interface/PicturePlayer.cpp
48
virtual void DrawEllipse(const BRect& rect, bool fill);
src/kits/interface/PicturePlayer.cpp
49
virtual void DrawPolygon(size_t numPoints, const BPoint points[], bool isClosed, bool fill);
src/kits/interface/PicturePlayer.cpp
50
virtual void DrawShape(const BShape& shape, bool fill);
src/kits/interface/PicturePlayer.cpp
537
CallbackAdapterPlayer::DrawRectGradient(const BRect& rect, BGradient& gradient, bool fill)
src/kits/interface/PicturePlayer.cpp
539
if (fill)
src/kits/interface/PicturePlayer.cpp
548
bool fill)
src/kits/interface/PicturePlayer.cpp
550
if (fill)
src/kits/interface/PicturePlayer.cpp
558
CallbackAdapterPlayer::DrawBezierGradient(const BPoint _points[4], BGradient& gradient, bool fill)
src/kits/interface/PicturePlayer.cpp
562
if (fill)
src/kits/interface/PicturePlayer.cpp
571
float startTheta, float arcTheta, BGradient& gradient, bool fill)
src/kits/interface/PicturePlayer.cpp
573
if (fill)
src/kits/interface/PicturePlayer.cpp
581
CallbackAdapterPlayer::DrawEllipseGradient(const BRect& rect, BGradient& gradient, bool fill)
src/kits/interface/PicturePlayer.cpp
586
if (fill)
src/kits/interface/PicturePlayer.cpp
595
bool isClosed, BGradient& gradient, bool fill)
src/kits/interface/PicturePlayer.cpp
603
if (fill)
src/kits/interface/PicturePlayer.cpp
611
CallbackAdapterPlayer::DrawShapeGradient(const BShape& shape, BGradient& gradient, bool fill)
src/kits/interface/PicturePlayer.cpp
613
if (fill)
src/kits/interface/PicturePlayer.cpp
93
virtual void DrawRectGradient(const BRect& rect, BGradient& gradient, bool fill);
src/kits/interface/PicturePlayer.cpp
95
bool fill);
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/libs/iconv/johab_hangul.h
122
if (index1 == fill) {
src/libs/iconv/johab_hangul.h
123
if (index2 == fill) {
src/libs/iconv/johab_hangul.h
129
} else if (index3 == fill) {
src/libs/iconv/johab_hangul.h
137
} else if (index2 == fill) {
src/libs/iconv/johab_hangul.h
138
if (index3 == fill) {
src/libs/iconv/johab_hangul.h
86
none, fill, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06,
src/libs/iconv/johab_hangul.h
92
none, none, fill, 0x01, 0x02, 0x03, 0x04, 0x05,
src/libs/iconv/johab_hangul.h
98
none, fill, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06,
src/libs/stdc++/legacy/iomanip.cc
56
i.fill( (char) n);
src/libs/stdc++/legacy/iostream.cc
478
char fill_char = fill();
src/libs/stdc++/legacy/iostream.cc
571
char fill_char = stream.fill();
src/libs/stdc++/legacy/iostream.cc
727
/* pad: */ fill()
src/libs/stdc++/legacy/iostream.cc
737
fill()) < 0)
src/libs/stdc++/legacy/iostream.cc
771
char fill_char = fill();
src/libs/stdc++/legacy/iostream.cc
837
/* pad: */ fill()
src/libs/stdc++/legacy/iostream.cc
865
char fill_char = fill();
src/libs/x86emu/prim_ops.c
1733
shld_word(u16 d, u16 fill, u8 s)
src/libs/x86emu/prim_ops.c
1740
res = (d << cnt) | (fill >> (16 - cnt));
src/libs/x86emu/prim_ops.c
1774
shld_long(u32 d, u32 fill, u8 s)
src/libs/x86emu/prim_ops.c
1781
res = (d << cnt) | (fill >> (32 - cnt));
src/libs/x86emu/prim_ops.c
1815
shrd_word(u16 d, u16 fill, u8 s)
src/libs/x86emu/prim_ops.c
1823
res = (d >> cnt) | (fill << (16 - cnt));
src/libs/x86emu/prim_ops.c
1856
shrd_long(u32 d, u32 fill, u8 s)
src/libs/x86emu/prim_ops.c
1864
res = (d >> cnt) | (fill << (32 - cnt));
src/servers/app/PictureBoundingBoxPlayer.cpp
152
virtual void DrawRect(const BRect& rect, bool fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
153
virtual void DrawRoundRect(const BRect& rect, const BPoint& radii, bool fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
154
virtual void DrawBezier(const BPoint controlPoints[4], bool fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
156
float arcTheta, bool fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
157
virtual void DrawEllipse(const BRect& rect, bool fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
158
virtual void DrawPolygon(size_t numPoints, const BPoint points[], bool isClosed, bool fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
159
virtual void DrawShape(const BShape& shape, bool fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
202
virtual void DrawRectGradient(const BRect& rect, BGradient& gradient, bool fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
204
bool fill);
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
313
BoundingBoxCallbacks::DrawRect(const BRect& _rect, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
315
TRACE_BB("%p draw rect fill=%d %.2f %.2f %.2f %.2f\n", fState, fill,
src/servers/app/PictureBoundingBoxPlayer.cpp
320
if (!fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
328
const BPoint&, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
330
DrawRect(_rect, fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
360
BoundingBoxCallbacks::DrawBezier(const BPoint viewPoints[4], bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
365
fill,
src/servers/app/PictureBoundingBoxPlayer.cpp
373
if (!fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
380
BoundingBoxCallbacks::DrawEllipse(const BRect& _rect, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
382
TRACE_BB("%p draw ellipse fill=%d (%.2f %.2f) (%.2f %.2f)\n", fState, fill,
src/servers/app/PictureBoundingBoxPlayer.cpp
387
if (!fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
395
const BPoint& radii, float, float, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
399
DrawEllipse(rect, fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
418
const BPoint viewPoints[], bool, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
420
TRACE_BB("%p draw polygon fill=%d (%ld points)\n", fState, fill, numPoints);
src/servers/app/PictureBoundingBoxPlayer.cpp
424
if (!fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
431
BoundingBoxCallbacks::DrawShape(const BShape& shape, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
439
if (!fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
771
BoundingBoxCallbacks::DrawRectGradient(const BRect& _rect, BGradient& gradient, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
773
TRACE_BB("%p draw rect gradient fill=%d %.2f %.2f %.2f %.2f\n", fState, fill,
src/servers/app/PictureBoundingBoxPlayer.cpp
780
if (!fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
788
BGradient& gradient, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
790
TRACE_BB("%p draw round rect gradient fill=%d %.2f %.2f %.2f %.2f\n", fState, fill,
src/servers/app/PictureBoundingBoxPlayer.cpp
792
DrawRectGradient(rect, gradient, fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
798
bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
803
fill,
src/servers/app/PictureBoundingBoxPlayer.cpp
812
if (!fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
819
BoundingBoxCallbacks::DrawEllipseGradient(const BRect& _rect, BGradient& gradient, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
821
TRACE_BB("%p draw ellipse gradient fill=%d (%.2f %.2f) (%.2f %.2f)\n", fState, fill,
src/servers/app/PictureBoundingBoxPlayer.cpp
828
if (!fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
836
float arcTheta, BGradient& gradient, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
840
DrawEllipseGradient(rect, gradient, fill);
src/servers/app/PictureBoundingBoxPlayer.cpp
846
BGradient& gradient, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
848
TRACE_BB("%p draw polygon fill=%d (%ld points)\n", fState, fill, numPoints);
src/servers/app/PictureBoundingBoxPlayer.cpp
855
if (!fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
862
BoundingBoxCallbacks::DrawShapeGradient(const BShape& shape, BGradient& gradient, bool fill)
src/servers/app/PictureBoundingBoxPlayer.cpp
873
if (!fill)
src/servers/app/ServerPicture.cpp
246
virtual void DrawRect(const BRect& rect, bool fill);
src/servers/app/ServerPicture.cpp
247
virtual void DrawRoundRect(const BRect& rect, const BPoint& radii, bool fill);
src/servers/app/ServerPicture.cpp
248
virtual void DrawBezier(const BPoint controlPoints[4], bool fill);
src/servers/app/ServerPicture.cpp
250
float arcTheta, bool fill);
src/servers/app/ServerPicture.cpp
251
virtual void DrawEllipse(const BRect& rect, bool fill);
src/servers/app/ServerPicture.cpp
252
virtual void DrawPolygon(size_t numPoints, const BPoint points[], bool isClosed, bool fill);
src/servers/app/ServerPicture.cpp
253
virtual void DrawShape(const BShape& shape, bool fill);
src/servers/app/ServerPicture.cpp
296
virtual void DrawRectGradient(const BRect& rect, BGradient& gradient, bool fill);
src/servers/app/ServerPicture.cpp
298
bool fill);
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
379
CanvasCallbacks::DrawRect(const BRect& _rect, bool fill)
src/servers/app/ServerPicture.cpp
384
if (fill)
src/servers/app/ServerPicture.cpp
393
bool fill)
src/servers/app/ServerPicture.cpp
400
radii.y * scale, fill);
src/servers/app/ServerPicture.cpp
405
CanvasCallbacks::DrawBezier(const BPoint viewPoints[4], bool fill)
src/servers/app/ServerPicture.cpp
411
fCanvas->GetDrawingEngine()->DrawBezier(points, fill);
src/servers/app/ServerPicture.cpp
417
float startTheta, float arcTheta, bool fill)
src/servers/app/ServerPicture.cpp
422
fCanvas->GetDrawingEngine()->DrawArc(rect, startTheta, arcTheta, fill);
src/servers/app/ServerPicture.cpp
427
CanvasCallbacks::DrawEllipse(const BRect& _rect, bool fill)
src/servers/app/ServerPicture.cpp
431
fCanvas->GetDrawingEngine()->DrawEllipse(rect, fill);
src/servers/app/ServerPicture.cpp
437
bool isClosed, bool fill)
src/servers/app/ServerPicture.cpp
452
fill, isClosed && numPoints > 2);
src/servers/app/ServerPicture.cpp
457
CanvasCallbacks::DrawShape(const BShape& shape, bool fill)
src/servers/app/ServerPicture.cpp
462
drawShape.Draw(shape.Bounds(), fill);
src/servers/app/ServerPicture.cpp
467
CanvasCallbacks::DrawRectGradient(const BRect& _rect, BGradient& gradient, bool fill)
src/servers/app/ServerPicture.cpp
482
bool fill)
src/servers/app/ServerPicture.cpp
492
radii.y * scale, fill, gradient);
src/servers/app/ServerPicture.cpp
497
CanvasCallbacks::DrawBezierGradient(const BPoint viewPoints[4], BGradient& gradient, bool fill)
src/servers/app/ServerPicture.cpp
506
fCanvas->GetDrawingEngine()->DrawBezier(points, fill, gradient);
src/servers/app/ServerPicture.cpp
512
float startTheta, float arcTheta, BGradient& gradient, bool fill)
src/servers/app/ServerPicture.cpp
520
fCanvas->GetDrawingEngine()->DrawArc(rect, startTheta, arcTheta, fill, gradient);
src/servers/app/ServerPicture.cpp
525
CanvasCallbacks::DrawEllipseGradient(const BRect& _rect, BGradient& gradient, bool fill)
src/servers/app/ServerPicture.cpp
533
fCanvas->GetDrawingEngine()->DrawEllipse(rect, fill, gradient);
src/servers/app/ServerPicture.cpp
539
bool isClosed, BGradient& gradient, bool fill)
src/servers/app/ServerPicture.cpp
557
isClosed && numPoints > 2, fill, gradient);
src/servers/app/ServerPicture.cpp
562
CanvasCallbacks::DrawShapeGradient(const BShape& shape, BGradient& gradient, bool fill)
src/servers/app/ServerPicture.cpp
567
drawShape.Draw(shape.Bounds(), fill);
src/servers/app/ServerWindow.cpp
3562
const bool fill = (code == AS_FILL_POLYGON);
src/servers/app/ServerWindow.cpp
3572
isClosed && pointCount > 2, fill);
src/servers/app/ServerWindow.cpp
3701
const bool fill = (code == AS_FILL_POLYGON_GRADIENT);
src/servers/app/ServerWindow.cpp
3718
isClosed && pointCount > 2, *gradient, fill);
src/servers/app/ServerWindow.cpp
3752
const bool fill = (code == AS_FILL_SHAPE_GRADIENT);
src/servers/app/ServerWindow.cpp
3753
picture->WriteDrawShapeGradient(opCount, opList.Get(), ptCount, ptList.Get(), *gradient, fill);
src/servers/app/drawing/Painter/Painter.cpp
1307
Painter::DrawEllipse(BRect r, bool fill) const
src/servers/app/drawing/Painter/Painter.cpp
1311
AlignEllipseRect(&r, fill);
src/servers/app/drawing/Painter/Painter.cpp
1325
if (fill)
src/servers/app/drawing/Painter/Painter.cpp
1334
Painter::DrawEllipse(BRect r, bool fill, const BGradient& gradient)
src/servers/app/drawing/Painter/Painter.cpp
1338
AlignEllipseRect(&r, fill);
src/servers/app/drawing/Painter/Painter.cpp
1352
if (fill)
src/servers/app/drawing/Painter/Painter.cpp
1738
Painter::_DrawTriangle(BPoint pt1, BPoint pt2, BPoint pt3, bool fill) const
src/servers/app/drawing/Painter/Painter.cpp
1754
if (fill)
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
1778
if (fill)
src/servers/app/drawing/Painter/Painter.h
283
BPoint pt3, bool fill) const;
src/servers/app/drawing/Painter/Painter.h
285
BPoint pt3, bool fill, const BGradient& gradient);
src/tests/apps/miniterminal/ViewBuffer.cpp
340
ViewBuffer::_RenderGlyph(int32 x, int32 y, const char* string, uint8 attr, bool fill)
src/tests/apps/miniterminal/ViewBuffer.cpp
345
if (fill) {
src/tests/apps/miniterminal/ViewBuffer.h
35
void _RenderGlyph(int32 x, int32 y, const char* string, uint8 attr, bool fill = true);
src/tests/kits/interface/picture/SVGViewView.cpp
911
const char *fill = GetStringAttribute(attributes, "fill");
src/tests/kits/interface/picture/SVGViewView.cpp
912
if (strcasecmp(fill, "none") == 0)
src/tests/kits/interface/picture/SVGViewView.cpp
914
else if (strcasecmp(fill, "currentColor") == 0) {
src/tests/kits/storage/AppFileInfoTest.cpp
106
memset(icon->Bits(), fill, icon->BitsLength());
src/tests/kits/storage/AppFileInfoTest.cpp
92
create_test_icon(icon_size size, int fill)
src/tests/kits/storage/NodeInfoTest.cpp
68
create_test_icon(icon_size size, int fill)
src/tests/kits/storage/NodeInfoTest.cpp
82
memset(icon->Bits(), fill, icon->BitsLength());
src/tests/servers/app/painter/Painter.cpp
1111
const pattern& p, bool fill) const
src/tests/servers/app/painter/Painter.cpp
1125
if (fill)
src/tests/servers/app/painter/Painter.cpp
1134
const pattern& p, bool fill) const
src/tests/servers/app/painter/Painter.cpp
1151
if (fill)
src/tests/servers/app/painter/Painter.cpp
1159
Painter::_DrawShape(/*const */BShape* shape, const pattern& p, bool fill) const
src/tests/servers/app/painter/Painter.cpp
1173
if (fill)
src/tests/servers/app/painter/Painter.cpp
1182
bool closed, const pattern& p, bool fill) const
src/tests/servers/app/painter/Painter.cpp
1199
if (fill)
src/tests/servers/app/painter/Painter.h
236
bool fill) const;
src/tests/servers/app/painter/Painter.h
241
bool fill) const;
src/tests/servers/app/painter/Painter.h
244
bool fill) const;
src/tests/servers/app/painter/Painter.h
249
bool fill) const;
src/tests/servers/app/playground/ObjectView.cpp
505
ObjectView::SetStateFill(bool fill)
src/tests/servers/app/playground/ObjectView.cpp
507
if (fFill != fill) {
src/tests/servers/app/playground/ObjectView.cpp
508
fFill = fill;
src/tests/servers/app/playground/ObjectView.h
55
void SetStateFill(bool fill);
src/tests/servers/app/playground/States.cpp
267
bool fill, float penSize)
src/tests/servers/app/playground/States.cpp
28
State::Init(rgb_color color, drawing_mode mode, bool fill, float penSize)
src/tests/servers/app/playground/States.cpp
287
state->Init(color, mode, fill, penSize);
src/tests/servers/app/playground/States.cpp
32
fFill = fill;
src/tests/servers/app/playground/States.cpp
95
State::SetFill(bool fill)
src/tests/servers/app/playground/States.cpp
97
fFill = fill;
src/tests/servers/app/playground/States.h
26
bool fill, float penSize);
src/tests/servers/app/playground/States.h
38
void SetFill(bool fill);
src/tests/servers/app/playground/States.h
50
bool fill, float penSize);
src/tools/cppunit/TestListener.cpp
68
cout.fill('0');
src/tools/cppunit/TestListener.cpp
75
cout.fill('0');
src/tools/cppunit/TestListener.cpp
82
cout.fill('0');