Searched refs:vs (Results 1 - 25 of 41) 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) 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_segmentator.h32 conv_segmentator(VertexSource& vs) : argument
33 conv_adaptor_vpgen<VertexSource, vpgen_segmentator>(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_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]);
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_util.c144 double *vs; local
160 if (!(vs = jas_malloc(n * sizeof(double)))) {
168 vs[n] = atof(cp);
172 vs[n] = atof(cp);
178 vs = 0;
182 *values = vs;
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dsafe-ctype.c136 #define vs _sch_isvsp macro
151 #define V (const unsigned short) (vs|sp |cn) /* vertical space: \r \n */
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dplist.c405 stpui_plist_copy(stpui_plist_t *vd, const stpui_plist_t *vs) argument
407 if (vs == vd)
409 stp_vars_copy(vd->v, vs->v);
410 vd->scaling = vs->scaling;
411 vd->orientation = vs->orientation;
412 vd->auto_size_roll_feed_paper = vs->auto_size_roll_feed_paper;
413 vd->unit = vs->unit;
414 vd->invalid_mask = vs->invalid_mask;
415 vd->command_type = vs->command_type;
416 stpui_plist_set_name(vd, stpui_plist_get_name(vs));
426 allocate_stpui_plist_copy(const stpui_plist_t *vs) argument
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-vars.c1428 stp_vars_copy(stp_vars_t *vd, const stp_vars_t *vs) argument
1432 if (vs == vd)
1434 stp_set_driver(vd, stp_get_driver(vs));
1435 stp_set_color_conversion(vd, stp_get_color_conversion(vs));
1436 stp_set_left(vd, stp_get_left(vs));
1437 stp_set_top(vd, stp_get_top(vs));
1438 stp_set_width(vd, stp_get_width(vs));
1439 stp_set_height(vd, stp_get_height(vs));
1440 stp_set_page_width(vd, stp_get_page_width(vs));
1441 stp_set_page_height(vd, stp_get_page_height(vs));
1479 stp_vars_create_copy(const stp_vars_t *vs) argument
[all...]
/haiku-fatelf/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-fatelf/src/libs/print/libgutenprint/include/gutenprintui2/
H A Dgutenprintui.h139 extern void stpui_plist_copy(stpui_plist_t *vd, const stpui_plist_t *vs);

Completed in 116 milliseconds

12