Searched refs:path_id (Results 26 - 50 of 58) sorted by relevance

123

/haiku/headers/libs/agg/
H A Dagg_conv_curve.h114 void rewind(unsigned path_id);
132 void conv_curve<VertexSource, Curve3, Curve4>::rewind(unsigned path_id) argument
134 m_source->rewind(path_id);
H A Dagg_bounding_rect.h75 bool bounding_rect_single(VertexSource& vs, unsigned path_id, argument
87 vs.rewind(path_id);
H A Dagg_conv_adaptor_vcgen.h60 void rewind(unsigned path_id) argument
62 m_source->rewind(path_id);
H A Dagg_curves.h66 void rewind(unsigned path_id);
239 void rewind(unsigned path_id);
549 void rewind(unsigned path_id) argument
553 m_curve_inc.rewind(path_id);
557 m_curve_div.rewind(path_id);
663 void rewind(unsigned path_id) argument
667 m_curve_inc.rewind(path_id);
671 m_curve_div.rewind(path_id);
H A Dagg_vcgen_contour.h73 void rewind(unsigned path_id);
H A Dagg_vcgen_vertex_sequence.h46 void rewind(unsigned path_id);
H A Dagg_ellipse.h49 void rewind(unsigned path_id);
H A Dagg_vcgen_stroke.h81 void rewind(unsigned path_id);
H A Dagg_conv_marker.h37 void rewind(unsigned path_id);
H A Dagg_rasterizer_outline_aa.h166 void add_path(VertexSource& vs, unsigned path_id=0) argument
172 vs.rewind(path_id);
185 const PathId& path_id,
191 add_path(vs, path_id[i]);
183 render_all_paths(VertexSource& vs, const ColorStorage& colors, const PathId& path_id, unsigned num_paths) argument
H A Dagg_path_storage.h601 // To navigate to the beginning of a particular path, use rewind(path_id);
602 // Where path_id is what start_new_path() returns. So, when you call
699 void rewind(unsigned path_id);
708 unsigned arrange_orientations(unsigned path_id, path_flags_e orientation);
721 void concat_path(VertexSource& vs, unsigned path_id = 0)
725 vs.rewind(path_id);
736 void join_path(VertexSource& vs, unsigned path_id = 0)
740 vs.rewind(path_id);
1160 inline void path_base<VC>::rewind(unsigned path_id) argument
1162 m_iterator = path_id;
[all...]
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dqueuing.h141 bus->path_id );
155 device->bus->path_id, device->target_id, device->target_lun );
H A Ddevices.cpp265 uint8 target_id, target_lun, path_id; local
295 path_id = (uint8)-1;
297 pnp->get_attr_uint8(node, SCSI_BUS_PATH_ID_ITEM, &path_id, true);
/haiku/src/add-ons/kernel/drivers/power/acpi_thermal/
H A Dacpi_thermal.c30 #define ACPI_THERMAL_PATHID_GENERATOR "acpi_thermal/path_id"
283 int path_id; local
286 path_id = sDeviceManager->create_id(ACPI_THERMAL_PATHID_GENERATOR);
287 if (path_id < 0) {
288 dprintf("acpi_thermal_register_child_devices: couldn't create a path_id\n");
292 snprintf(name, sizeof(name), ACPI_THERMAL_BASENAME, path_id);
/haiku/src/add-ons/kernel/drivers/power/acpi_lid/
H A Dacpi_lid.cpp27 #define ACPI_LID_PATHID_GENERATOR "acpi_lid/path_id"
296 int path_id; local
299 path_id = sDeviceManager->create_id(ACPI_LID_PATHID_GENERATOR);
300 if (path_id < 0) {
301 ERROR("register_child_devices: couldn't create a path_id\n");
305 snprintf(name, sizeof(name), ACPI_LID_BASENAME, path_id);
/haiku/src/add-ons/kernel/drivers/power/acpi_ac/
H A Dacpi_ac.cpp23 #define ACPI_AC_PATHID_GENERATOR "acpi_ac/path_id"
250 int path_id; local
253 path_id = sDeviceManager->create_id(ACPI_AC_PATHID_GENERATOR);
254 if (path_id < 0) {
255 ERROR("register_child_devices: couldn't create a path_id\n");
259 snprintf(name, sizeof(name), ACPI_AC_BASENAME, path_id);
/haiku/src/libs/icon/transformer/
H A DAffineTransformer.cpp72 AffineTransformer::rewind(unsigned path_id) argument
74 Affine::rewind(path_id);
H A DContourTransformer.cpp90 ContourTransformer::rewind(unsigned path_id) argument
92 Contour::rewind(path_id);
H A DPerspectiveTransformer.h74 virtual void rewind(unsigned path_id);
H A DPerspectiveTransformer.cpp130 PerspectiveTransformer::rewind(unsigned path_id) argument
132 Perspective::rewind(path_id);
H A DStrokeTransformer.cpp94 StrokeTransformer::rewind(unsigned path_id) argument
96 Stroke::rewind(path_id);
/haiku/src/add-ons/kernel/drivers/power/pch_thermal/
H A Dpch_thermal.cpp32 #define PCH_THERMAL_PATHID_GENERATOR "pch_thermal/path_id"
252 int path_id; local
255 path_id = sDeviceManager->create_id(PCH_THERMAL_PATHID_GENERATOR);
256 if (path_id < 0) {
257 ERROR("pch_thermal_register_child_devices: couldn't create a path_id"
262 snprintf(name, sizeof(name), PCH_THERMAL_BASENAME, path_id);
/haiku/src/add-ons/kernel/drivers/bus/scsi/
H A Dscsi_raw.c195 uint8 path_id, target_id, target_lun; local
201 if (pnp->get_attr_uint8(node, SCSI_BUS_PATH_ID_ITEM, &path_id, true) != B_OK
207 path_id, target_id, target_lun);
/haiku/src/add-ons/kernel/drivers/display/
H A Ddisplay_adapter.cpp285 int path_id = gDeviceManager->create_id(DISPLAYADAPTER_PATHID_GENERATOR); local
286 if (path_id < 0) {
292 snprintf(name, sizeof(name), DISPLAYADAPTER_BASENAME, path_id);
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_sim.cpp30 FLOW("ahci_scsi_io, cookie %p, path_id %u, target_id %u, target_lun %u\n",
31 cookie, request->path_id, request->target_id, request->target_lun);

Completed in 132 milliseconds

123