Searched refs:path_id (Results 1 - 25 of 58) sorted by relevance

123

/haiku/headers/libs/agg/
H A Dagg_conv_unclose_polygon.h30 void rewind(unsigned path_id) argument
32 m_source->rewind(path_id);
H A Dagg_conv_transform.h36 void rewind(unsigned path_id) argument
38 m_source->rewind(path_id);
H A Dagg_path_length.h23 double path_length(VertexSource& vs, unsigned path_id = 0)
35 vs.rewind(path_id);
H A Dagg_trans_single_path.h58 void add_path(VertexSource& vs, unsigned path_id=0) argument
64 vs.rewind(path_id);
H A Dagg_rasterizer_outline.h94 void add_path(VertexSource& vs, unsigned path_id=0) argument
100 vs.rewind(path_id);
112 const PathId& path_id,
118 add_path(vs, path_id[i]);
110 render_all_paths(VertexSource& vs, const ColorStorage& colors, const PathId& path_id, unsigned num_paths) argument
H A Dagg_conv_close_polygon.h31 void rewind(unsigned path_id);
51 void conv_close_polygon<VertexSource>::rewind(unsigned path_id) argument
53 m_source->rewind(path_id);
H A Dagg_gsv_text.h57 void rewind(unsigned path_id);
129 void rewind(unsigned path_id) argument
131 m_trans.rewind(path_id);
H A Dagg_vcgen_bspline.h52 void rewind(unsigned path_id);
H A Dagg_vcgen_markers_term.h41 void rewind(unsigned path_id);
H A Dagg_conv_concat.h35 void rewind(unsigned path_id) argument
37 m_source1->rewind(path_id);
H A Dagg_conv_adaptor_vpgen.h34 void rewind(unsigned path_id);
54 void conv_adaptor_vpgen<VertexSource, VPGen>::rewind(unsigned path_id) argument
56 m_source->rewind(path_id);
H A Dagg_arrowhead.h60 void rewind(unsigned path_id);
H A Dagg_vcgen_dash.h64 void rewind(unsigned path_id);
H A Dagg_vcgen_smooth_poly1.h60 void rewind(unsigned path_id);
/haiku/src/libs/icon/transformer/
H A DPathTransformer.h31 virtual void rewind(unsigned path_id) argument
32 { fSource->rewind(path_id); }
H A DPathSource.cpp36 PathSource::rewind(unsigned path_id) argument
38 fAGGCurvedPath.rewind(path_id);
H A DPathSource.h33 virtual void rewind(unsigned path_id);
H A DAffineTransformer.h47 virtual void rewind(unsigned path_id);
H A DStrokeTransformer.h44 virtual void rewind(unsigned path_id);
H A DContourTransformer.h44 virtual void rewind(unsigned path_id);
/haiku/src/libs/agg/src/
H A Dagg_arrowhead.cpp45 void arrowhead::rewind(unsigned path_id) argument
47 m_curr_id = path_id;
49 if(path_id == 0)
74 if(path_id == 1)
H A Dagg_vcgen_markers_term.cpp76 void vcgen_markers_term::rewind(unsigned path_id) argument
78 m_curr_id = path_id * 2;
/haiku/src/libs/icon/generic/
H A DVertexSource.h24 virtual void rewind(unsigned path_id) = 0;
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dccb.cpp46 SHOW_FLOW(3, "path=%d", ccb->path_id);
74 ccb->path_id = bus->path_id;
96 // initially, we want no CCB allocated as the path_id of
H A Dbusses.cpp87 scsi_create_bus(device_node *node, uint8 path_id) argument
100 bus->path_id = path_id;
191 uint8 path_id; local
197 if (pnp->get_attr_uint8(node, SCSI_BUS_PATH_ID_ITEM, &path_id, false) != B_OK)
200 bus = scsi_create_bus(node, path_id);
289 SHOW_FLOW(4, "path_id=%d", bus->path_id);

Completed in 82 milliseconds

123