Searched defs:fill (Results 1 - 25 of 26) sorted by relevance

12

/haiku/src/add-ons/accelerants/matrox/
H A DGetAccelerantHook.c187 bool fill = false; local
/haiku/src/tests/servers/app/playground/
H A DStates.cpp28 State::Init(rgb_color color, drawing_mode mode, bool fill, float penSize) argument
95 State::SetFill(bool fill) argument
266 StateFor(int32 objectType, rgb_color color, drawing_mode mode, bool fill, float penSize) argument
H A DObjectView.cpp505 ObjectView::SetStateFill(bool fill) argument
/haiku/headers/cpp/
H A Dstl_algobase.h347 void fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __value) { function
H A Dstreambuf.h183 _IO_wchar_t fill() const { return _fill; } function in class:ios
184 _IO_wchar_t fill(_IO_wchar_t newf) function in class:ios
/haiku/src/libs/iconv/
H A Djohab_hangul.h84 #define fill 0 macro
259 #undef fill macro
[all...]
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.cpp340 ViewBuffer::_RenderGlyph(int32 x, int32 y, const char* string, uint8 attr, bool fill) argument
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp172 rgb_color fill = isSelected() ? M_LIGHT_BLUE_COLOR : M_LIGHT_GRAY_COLOR; local
/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp68 create_test_icon(icon_size size, int fill) argument
H A DAppFileInfoTest.cpp92 create_test_icon(icon_size size, int fill) argument
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Rasterizer.cpp378 fill(uchar* _row, int width, ColorRGB32Little color) function
/haiku/headers/libs/agg/
H A Dagg_renderer_base.h137 void fill(const color_type& c) function in class:agg::renderer_base
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp911 const char *fill = GetStringAttribute(attributes, "fill"); local
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp245 BRect fill = rect; local
[all...]
/haiku/src/libs/x86emu/
H A Dprim_ops.c1733 shld_word(u16 d, u16 fill, u8 s) argument
1774 shld_long(u32 d, u32 fill, u8 s) argument
1815 shrd_word(u16 d, u16 fill, u8 s) argument
1856 shrd_long(u32 d, u32 fill, u8 s) argument
/haiku/src/kits/interface/
H A DPictureDataWriter.cpp353 PictureDataWriter::WriteDrawRect(const BRect& rect, const bool& fill) argument
385 PictureDataWriter::WriteDrawEllipse(const BRect& rect, const bool& fill) argument
368 WriteDrawRoundRect(const BRect& rect, const BPoint& radius, const bool& fill) argument
400 WriteDrawArc(const BPoint& center, const BPoint& radius, const float& startTheta, const float& arcTheta, const bool& fill) argument
419 WriteDrawPolygon(const int32& numPoints, BPoint* points, const bool& isClosed, const bool& fill) argument
441 WriteDrawBezier(const BPoint points[4], const bool& fill) argument
520 WriteDrawShape(const int32& opCount, const void* opList, const int32& ptCount, const void* ptList, const bool& fill) argument
539 WriteDrawRectGradient(const BRect& rect, const BGradient& gradient, const bool& fill) argument
555 WriteDrawRoundRectGradient(const BRect& rect, const BPoint& radius, const BGradient& gradient, const bool& fill) argument
573 WriteDrawBezierGradient(const BPoint points[4], const BGradient& gradient, const bool& fill) argument
591 WriteDrawArcGradient(const BPoint& center, const BPoint& radius, const float& startTheta, const float& arcTheta, const BGradient& gradient, const bool& fill) argument
611 WriteDrawEllipseGradient(const BRect& rect, const BGradient& gradient, const bool& fill) argument
627 WriteDrawPolygonGradient(const int32& numPoints, BPoint* points, const bool& isClosed, const BGradient& gradient, const bool& fill) argument
650 WriteDrawShapeGradient(const int32& opCount, const void* opList, const int32& ptCount, const void* ptList, const BGradient& gradient, const bool& fill) argument
[all...]
H A DPicturePlayer.cpp64 draw_rect(void* _context, const BRect& rect, bool fill) argument
83 draw_bezier(void* _context, size_t numPoints, const BPoint _points[], bool fill) argument
107 draw_ellipse(void* _context, const BRect& rect, bool fill) argument
73 draw_round_rect(void* _context, const BRect& rect, const BPoint& radii, bool fill) argument
96 draw_arc(void* _context, const BPoint& center, const BPoint& radii, float startTheta, float arcTheta, bool fill) argument
119 draw_polygon(void* _context, size_t numPoints, const BPoint _points[], bool isClosed, bool fill) argument
137 draw_shape(void* _context, const BShape& shape, bool fill) argument
527 draw_rect_gradient(void* _context, const BRect& rect, BGradient& gradient, bool fill) argument
536 draw_round_rect_gradient(void* _context, const BRect& rect, const BPoint& radii, BGradient& gradient, bool fill) argument
546 draw_bezier_gradient(void* _context, size_t numPoints, const BPoint _points[], BGradient& gradient, bool fill) argument
559 draw_arc_gradient(void* _context, const BPoint& center, const BPoint& radii, float startTheta, float arcTheta, BGradient& gradient, bool fill) argument
570 draw_ellipse_gradient(void* _context, const BRect& rect, BGradient& gradient, bool fill) argument
582 draw_polygon_gradient(void* _context, size_t numPoints, const BPoint _points[], bool isClosed, BGradient& gradient, bool fill) argument
600 draw_shape_gradient(void* _context, const BShape& shape, BGradient& gradient, bool fill) argument
[all...]
H A DHaikuControlLook.cpp1399 DrawSliderTriangle(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& fill, uint32 flags, orientation orientation) argument
[all...]
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp235 determine_bounds_draw_rect(void* _state, const BRect& _rect, bool fill) argument
251 determine_bounds_draw_round_rect(void* _state, const BRect& _rect, const BPoint&, bool fill) argument
284 determine_bounds_draw_bezier(void* _state, size_t numPoints, const BPoint viewPoints[], bool fill) argument
311 determine_bounds_draw_ellipse(void* _state, const BRect& _rect, bool fill) argument
327 determine_bounds_draw_arc(void* _state, const BPoint& center, const BPoint& radii, float, float, bool fill) argument
368 determine_bounds_draw_polygon(void* _state, size_t numPoints, const BPoint viewPoints[], bool, bool fill) argument
384 determine_bounds_draw_shape(void* _state, const BShape& shape, bool fill) argument
[all...]
H A DServerPicture.cpp298 draw_rect(void* _canvas, const BRect& _rect, bool fill) argument
355 draw_ellipse(void* _canvas, const BRect& _rect, bool fill) argument
312 draw_round_rect(void* _canvas, const BRect& _rect, const BPoint& radii, bool fill) argument
326 draw_bezier(void* _canvas, size_t numPoints, const BPoint viewPoints[], bool fill) argument
342 draw_arc(void* _canvas, const BPoint& center, const BPoint& radii, float startTheta, float arcTheta, bool fill) argument
366 draw_polygon(void* _canvas, size_t numPoints, const BPoint viewPoints[], bool isClosed, bool fill) argument
389 draw_shape(void* _canvas, const BShape& shape, bool fill) argument
400 draw_rect_gradient(void* _canvas, const BRect& _rect, BGradient& gradient, bool fill) argument
415 draw_round_rect_gradient(void* _canvas, const BRect& _rect, const BPoint& radii, BGradient& gradient, bool fill) argument
432 draw_bezier_gradient(void* _canvas, size_t numPoints, const BPoint viewPoints[], BGradient& gradient, bool fill) argument
451 draw_arc_gradient(void* _canvas, const BPoint& center, const BPoint& radii, float startTheta, float arcTheta, BGradient& gradient, bool fill) argument
467 draw_ellipse_gradient(void* _canvas, const BRect& _rect, BGradient& gradient, bool fill) argument
481 draw_polygon_gradient(void* _canvas, size_t numPoints, const BPoint viewPoints[], bool isClosed, BGradient& gradient, bool fill) argument
507 draw_shape_gradient(void* _canvas, const BShape& shape, BGradient& gradient, bool fill) argument
[all...]
H A DServerWindow.cpp3498 const bool fill = (code == AS_FILL_POLYGON); local
3637 const bool fill = (code == AS_FILL_POLYGON_GRADIENT); local
3688 const bool fill = (code == AS_FILL_SHAPE_GRADIENT); local
/haiku/src/bin/network/ping/
H A Dping6.c2688 fill(char *bp, char *patp) function
H A Dping.c1668 fill(char *bp, char *patp) function
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp751 rgb_color fill = tint_color(base, 1.074); // 200 local
1196 DrawSliderTriangle(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& fill, uint32 flags, orientation orientation) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp530 _DrawArrow(BView* view, BPoint tip, BSize size, BSize base, const rgb_color& color, bool fill) argument

Completed in 408 milliseconds

12