Searched defs:closed (Results 1 – 14 of 14) sorted by relevance
/haiku/headers/libs/agg/ |
H A D | agg_path_storage.h | 365 poly_plain_adaptor(const T* data, unsigned num_points, bool closed) : in poly_plain_adaptor() 373 void init(const T* data, unsigned num_points, bool closed) in init() 431 poly_container_adaptor(const Container& data, bool closed) : in poly_container_adaptor() 438 void init(const Container& data, bool closed) in init() 493 poly_container_reverse_adaptor(const Container& data, bool closed) : in poly_container_reverse_adaptor() 500 void init(const Container& data, bool closed) in init() 782 bool closed) in concat_poly() 792 bool closed) in join_poly()
|
H A D | agg_vertex_sequence.h | 106 void vertex_sequence<T, S>::close(bool closed) in close()
|
/haiku/src/add-ons/kernel/generic/tty/ |
H A D | tty_private.h | 116 bool closed; member
|
/haiku/src/tests/servers/app/painter/ |
H A D | Painter.cpp | 420 bool closed, const pattern& p) const in StrokePolygon() 428 bool closed, const pattern& p) const in FillPolygon() 1182 bool closed, const pattern& p, bool fill) const in _DrawPolygon()
|
/haiku/src/libs/icon/shape/ |
H A D | VectorPath.cpp | 52 int32 count, bool closed) in get_path_storage() 772 VectorPath::SetClosed(bool closed) in SetClosed()
|
/haiku/src/servers/app/drawing/interface/remote/ |
H A D | RemoteDrawingEngine.cpp | 495 BRect bounds, bool filled, bool closed) in DrawPolygon() 517 BRect bounds, const BGradient& gradient, bool closed) in FillPolygon()
|
/haiku/src/add-ons/kernel/network/protocols/unix/ |
H A D | UnixStreamEndpoint.cpp | 71 bool closed = (fState == unix_stream_endpoint_state::Closed); in Uninit() local
|
/haiku/src/servers/app/drawing/ |
H A D | DrawingEngine.cpp | 832 bool filled, bool closed) in DrawPolygon() 849 const BGradient& gradient, bool closed) in FillPolygon()
|
/haiku/src/apps/remotedesktop/ |
H A D | RemoteView.cpp | 894 bool closed; in _DrawThread() local
|
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | dir.c | 2689 BOOL closed = FALSE; in ntfs_set_ntfs_dos_name() local
|
/haiku/src/kits/tracker/ |
H A D | Tracker.cpp | 1338 bool closed = false; in CloseActiveQueryWindows() local
|
/haiku/src/kits/interface/ |
H A D | View.cpp | 3551 BView::StrokePolygon(const BPolygon* polygon, bool closed, ::pattern pattern) in StrokePolygon() 3562 BView::StrokePolygon(const BPoint* pointArray, int32 numPoints, bool closed, in StrokePolygon() 3574 bool closed, ::pattern pattern) in StrokePolygon()
|
/haiku/src/apps/icon-o-matic/import_export/svg/ |
H A D | nanosvg.h | 133 char closed; // Flag indicating if shapes should be treated as closed. member 1029 static void nsvg__addPath(NSVGparser* p, char closed) in nsvg__addPath()
|
/haiku/src/servers/app/drawing/Painter/ |
H A D | Painter.cpp | 719 bool closed) in FillPolygon()
|