Searched refs:vs (Results 1 - 25 of 28) sorted by relevance

12

/haiku/headers/libs/agg/
H A Dagg_shorten_path.h27 void shorten_path(VertexSequence& vs, double s, unsigned closed = 0) argument
31 if(s > 0.0 && vs.size() > 1)
34 int n = int(vs.size() - 2);
37 d = vs[n].dist;
39 vs.remove_last();
43 if(vs.size() < 2)
45 vs.remove_all();
49 n = vs.size() - 1;
50 vertex_type& prev = vs[n-1];
51 vertex_type& last = vs[
[all...]
H A Dagg_conv_smooth_poly1.h38 conv_smooth_poly1(VertexSource& vs) : argument
39 conv_adaptor_vcgen<VertexSource, vcgen_smooth_poly1>(vs)
59 conv_smooth_poly1_curve(VertexSource& vs) : argument
61 m_smooth(vs)
H A Dagg_path_length.h23 double path_length(VertexSource& vs, unsigned path_id = 0) argument
35 vs.rewind(path_id);
36 while(!is_stop(cmd = vs.vertex(&x2, &y2)))
H A Dagg_trans_single_path.h58 void add_path(VertexSource& vs, unsigned path_id=0) argument
64 vs.rewind(path_id);
65 while(!is_stop(cmd = vs.vertex(&x, &y)))
H A Dagg_conv_bspline.h32 conv_bspline(VertexSource& vs) : argument
33 conv_adaptor_vcgen<VertexSource, vcgen_bspline>(vs) {}
H A Dagg_conv_marker_adaptor.h34 conv_marker_adaptor(VertexSource& vs) : argument
35 conv_adaptor_vcgen<VertexSource, vcgen_vertex_sequence, Markers>(vs)
H A Dagg_conv_shorten_path.h33 conv_shorten_path(VertexSource& vs) : argument
34 conv_adaptor_vcgen<VertexSource, vcgen_vertex_sequence>(vs)
H A Dagg_conv_unclose_polygon.h27 conv_unclose_polygon(VertexSource& vs) : m_source(&vs) {} argument
H A Dagg_conv_segmentator.h32 conv_segmentator(VertexSource& vs) : argument
33 conv_adaptor_vpgen<VertexSource, vpgen_segmentator>(vs) {}
H A Dagg_rasterizer_outline.h94 void add_path(VertexSource& vs, unsigned path_id=0) argument
100 vs.rewind(path_id);
101 while(!is_stop(cmd = vs.vertex(&x, &y)))
110 void render_all_paths(VertexSource& vs, argument
118 add_path(vs, path_id[i]);
H A Dagg_bounding_rect.h29 bool bounding_rect(VertexSource& vs, GetId& gi, argument
45 vs.rewind(gi[start + i]);
47 while(!is_stop(cmd = vs.vertex(&x, &y)))
75 bool bounding_rect_single(VertexSource& vs, unsigned path_id, argument
87 vs.rewind(path_id);
89 while(!is_stop(cmd = vs.vertex(&x, &y)))
H A Dagg_conv_clip_polygon.h42 conv_clip_polygon(VertexSource& vs) : argument
43 conv_adaptor_vpgen<VertexSource, vpgen_clip_polygon>(vs) {}
H A Dagg_conv_clip_polyline.h42 conv_clip_polyline(VertexSource& vs) : argument
43 conv_adaptor_vpgen<VertexSource, vpgen_clip_polyline>(vs) {}
H A Dagg_conv_dash.h36 conv_dash(VertexSource& vs) : argument
37 conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers>(vs)
H A Dagg_conv_close_polygon.h28 conv_close_polygon(VertexSource& vs) : m_source(&vs) {} argument
H A Dagg_conv_contour.h35 conv_contour(VertexSource& vs) : argument
36 conv_adaptor_vcgen<VertexSource, vcgen_contour>(vs)
H A Dagg_conv_stroke.h37 conv_stroke(VertexSource& vs) : argument
38 conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers>(vs)
H A Dagg_rasterizer_scanline_aa.h188 void add_path(VertexSource& vs, unsigned path_id=0) argument
194 vs.rewind(path_id);
196 while(!is_stop(cmd = vs.vertex(&x, &y)))
H A Dagg_rasterizer_outline_aa.h166 void add_path(VertexSource& vs, unsigned path_id=0) argument
172 vs.rewind(path_id);
173 while(!is_stop(cmd = vs.vertex(&x, &y)))
183 void render_all_paths(VertexSource& vs, argument
191 add_path(vs, path_id[i]);
H A Dagg_path_storage.h721 void concat_path(VertexSource& vs, unsigned path_id = 0) argument
725 vs.rewind(path_id);
726 while(!is_stop(cmd = vs.vertex(&x, &y)))
736 void join_path(VertexSource& vs, unsigned path_id = 0) argument
740 vs.rewind(path_id);
741 cmd = vs.vertex(&x, &y);
769 while(!is_stop(cmd = vs.vertex(&x, &y)))
H A Dagg_rasterizer_compound_aa.h142 void add_path(VertexSource& vs, unsigned path_id=0) argument
148 vs.rewind(path_id);
150 while(!is_stop(cmd = vs.vertex(&x, &y)))
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_controller.cpp203 if (fRegs->vs >= 0x00010200) {
221 B_PRIx32 " Interrupt %" B_PRIu32 "\n", fRegs->vs >> 24, (fRegs->vs >> 16) & 0xff,
222 (fRegs->vs >> 8) & 0xff, fRegs->vs & 0xff, fIRQ);
H A Dahci_defs.h220 uint32 vs; // Version member in struct:__anon47
/haiku/src/servers/app/drawing/Painter/
H A Dagg_rasterizer_scanline_aa_subpix.h108 void add_path(VertexSource& vs, unsigned path_id=0) argument
114 vs.rewind(path_id);
116 while(!is_stop(cmd = vs.vertex(&x, &y)))
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_ns.c100 if (pci_devid == INTEL_DC_P3X00_DEVID && ctrlr->cdata.vs[3] != 0)
101 ns->stripe_size = (1 << ctrlr->cdata.vs[3])

Completed in 83 milliseconds

12