Searched refs:closed (Results 1 - 25 of 34) sorted by relevance

12

/haiku-fatelf/headers/libs/agg/
H A Dagg_shorten_path.h27 void shorten_path(VertexSequence& vs, double s, unsigned closed = 0)
58 vs.close(closed != 0);
H A Dagg_vertex_sequence.h106 void vertex_sequence<T, S>::close(bool closed) argument
116 if(closed)
129 // distance between the last and the first points if the polygon is closed
H A Dagg_path_storage.h365 poly_plain_adaptor(const T* data, unsigned num_points, bool closed) : argument
369 m_closed(closed),
373 void init(const T* data, unsigned num_points, bool closed) argument
378 m_closed = closed;
431 poly_container_adaptor(const Container& data, bool closed) : argument
434 m_closed(closed),
438 void init(const Container& data, bool closed) argument
442 m_closed = closed;
493 poly_container_reverse_adaptor(const Container& data, bool closed) : argument
496 m_closed(closed),
500 init(const Container& data, bool closed) argument
780 concat_poly(const T* data, unsigned num_points, bool closed) argument
790 join_poly(const T* data, unsigned num_points, bool closed) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Ddevice.c106 device->closed = false;
141 device->closed = true;
175 if (device->closed) {
181 if (device->closed) {
233 if (device->closed)
245 if (device->closed) {
269 if (device->closed)
283 // if (device->closed)
H A Ddevice.h47 volatile bool closed; member in struct:device
/haiku-fatelf/src/documentation/docbook-xsl/slides/browser/
H A DCTOCWidget.js54 CTOCWidget._handleImages = { open: '/toolbox/examples/2003/CTOCWidget/minus.gif', closed: '/toolbox/examples/2003/CTOCWidget/plus.gif', height: '12px', width: '16px'};
101 viewItemHandleImg.setAttribute('src', CTOCWidget._handleImages.closed);
150 e.target.setAttribute('src', CTOCWidget._handleImages.closed);
H A DxbDebug.js65 if (this.debugwindow && !this.debugwindow.closed)
80 if (!this.debugwindow.closed)
91 if (!this.debugwindow || this.debugwindow.closed)
/haiku-fatelf/src/add-ons/kernel/drivers/network/rtl8169/
H A Ddevice.h46 volatile bool closed; member in struct:__anon1941
H A Ddevice.c518 device->closed = false;
737 device->closed = true;
786 if (device->closed) {
793 if (device->closed) {
858 if (device->closed) {
865 if (device->closed) {
/haiku-fatelf/src/tests/servers/app/painter/
H A DPainter.h94 bool closed = true,
99 bool closed = true,
247 bool closed,
H A DPainter.cpp420 bool closed, const pattern& p) const
422 _DrawPolygon(ptArray, numPts, closed, p, false);
428 bool closed, const pattern& p) const
430 _DrawPolygon(ptArray, numPts, closed, p, true);
1182 bool closed, const pattern& p, bool fill) const
1196 if (closed)
419 StrokePolygon(const BPoint* ptArray, int32 numPts, bool closed, const pattern& p) const argument
427 FillPolygon(const BPoint* ptArray, int32 numPts, bool closed, const pattern& p) const argument
1181 _DrawPolygon(const BPoint* ptArray, int32 numPts, bool closed, const pattern& p, bool fill) const argument
/haiku-fatelf/src/servers/app/drawing/
H A DDrawingEngine.h113 BRect bounds, bool filled, bool closed);
116 bool closed);
H A DDrawingEngine.cpp764 bool filled, bool closed)
775 fPainter->DrawPolygon(ptlist, numpts, filled, closed);
784 const BGradient& gradient, bool closed)
793 fPainter->FillPolygon(ptlist, numpts, gradient, closed);
763 DrawPolygon(BPoint* ptlist, int32 numpts, BRect bounds, bool filled, bool closed) argument
783 FillPolygon(BPoint* ptlist, int32 numpts, BRect bounds, const BGradient& gradient, bool closed) argument
/haiku-fatelf/src/servers/app/drawing/html5/
H A DHTML5DrawingEngine.h83 BRect bounds, bool filled, bool closed);
86 bool closed);
H A DHTML5DrawingEngine.cpp473 BRect bounds, bool filled, bool closed)
486 message.Add(closed);
495 BRect bounds, const BGradient& gradient, bool closed)
504 message.Add(closed);
472 DrawPolygon(BPoint* pointList, int32 numPoints, BRect bounds, bool filled, bool closed) argument
494 FillPolygon(BPoint* pointList, int32 numPoints, BRect bounds, const BGradient& gradient, bool closed) argument
/haiku-fatelf/src/servers/app/drawing/remote/
H A DRemoteDrawingEngine.h82 BRect bounds, bool filled, bool closed);
85 bool closed);
/haiku-fatelf/src/add-ons/kernel/generic/tty/
H A Dtty_private.h116 bool closed; member in struct:tty_cookie
H A Dtty.cpp48 tty_cookie::{thread_count,closed}, or more precisely makes access to them
153 if (cookie->closed)
166 if (--cookie->thread_count == 0 && cookie->closed)
172 TRACE(("TTYReference: cookie %p closed, last operation done, "
565 if (fEcho && fCookie->closed)
654 if (fCookie->closed)
1021 // bail out, if source is already closed
1126 // bail out, if source is already closed
1385 cookie->closed = false;
1404 // Already closed
[all...]
/haiku-fatelf/src/libs/icon/shape/
H A DVectorPath.h151 void SetClosed(bool closed);
H A DVectorPath.cpp51 int32 count, bool closed)
61 if (closed) {
165 if (archive->FindBool("path closed", &fClosed) < B_OK)
201 // closed
280 ret = into->AddBool("path closed", fClosed);
771 VectorPath::SetClosed(bool closed) argument
773 if (fClosed != closed) {
774 fClosed = closed;
50 get_path_storage(agg::path_storage& path, const control_point* points, int32 count, bool closed) argument
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgspaintpath.c132 the current subpolygon is implicitly closed.
700 if \c closed is non-zero, no line cap is applied and the extruded
701 path consists of two closed polygons, one interior and one exterior
708 double d, int closed,
776 if (closed)
823 if (closed)
853 if (closed)
932 double d, int closed,
991 double d, int closed,
1184 if \c closed i
704 extrude_segment(const hpgs_paint_path *_this, hpgs_paint_path *path, int i0, double t0, hpgs_line_cap cap0, int i1, double t1, hpgs_line_cap cap1, double d, int closed, hpgs_line_join join, double ml) argument
924 decompose_solid(const hpgs_paint_path *_this, hpgs_paint_path *path, const hpgs_gstate *gstate, int (*segment_processor) (const hpgs_paint_path *_this, hpgs_paint_path *path, int i0, double t0, hpgs_line_cap cap0, int i1, double t1, hpgs_line_cap cap1, double d, int closed, hpgs_line_join join, double ml), int (*dot_processor) (hpgs_paint_path *path, const hpgs_point *p, hpgs_line_cap cap, double d) ) argument
983 decompose_dashed(const hpgs_paint_path *_this, hpgs_paint_path *path, const hpgs_gstate *gstate, int (*segment_processor) (const hpgs_paint_path *_this, hpgs_paint_path *path, int i0, double t0, hpgs_line_cap cap0, int i1, double t1, hpgs_line_cap cap1, double d, int closed, hpgs_line_join join, double ml), int (*dot_processor) (hpgs_paint_path *path, const hpgs_point *p, hpgs_line_cap cap, double d) ) argument
1188 append_segment(const hpgs_paint_path *_this, hpgs_paint_path *path, int i0, double t0, hpgs_line_cap cap0, int i1, double t1, hpgs_line_cap cap1, double d, int closed, hpgs_line_join join, double ml) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Dtty.cpp50 tty::open_count, tty_cookie::closed won't change.
53 tty_cookie::{thread_count,closed}, or more precisely makes access to them
164 if (cookie->closed)
177 if (--cookie->thread_count == 0 && cookie->closed)
183 TRACE(("TTYReference: cookie %p closed, last operation done, "
576 if (fEcho && fCookie->closed)
689 if (fCookie->closed)
964 cookie->closed = false;
986 cookie->closed = false;
1010 // Already closed
[all...]
H A Dtty_private.h119 bool closed; member in struct:tty_cookie
/haiku-fatelf/src/servers/app/drawing/Painter/
H A DPainter.h113 bool filled, bool closed) const;
116 bool closed) const;
/haiku-fatelf/src/add-ons/kernel/network/protocols/unix/
H A DUnixEndpoint.cpp81 // check whether we're closed
83 bool closed = (fState == UNIX_ENDPOINT_CLOSED); local
86 if (!closed) {
490 // The FD has been closed.
495 // The peer closed connection or shutdown its read side. Reward
528 // disconnected and not yet reconnected/listening/closed.
580 // Either our socket was closed or read shutdown.
582 // The FD has been closed.
586 // Orderly shutdown or the peer closed the connection.
588 // Weird case: Peer closed connectio
[all...]

Completed in 175 milliseconds

12