Searched refs:lj (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/headers/libs/agg/
H A Dagg_conv_contour.h40 void line_join(line_join_e lj) { base_type::generator().line_join(lj); } argument
H A Dagg_vcgen_contour.h47 void line_join(line_join_e lj) { m_stroker.line_join(lj); } argument
H A Dagg_conv_stroke.h43 void line_join(line_join_e lj) { base_type::generator().line_join(lj); } argument
H A Dagg_vcgen_stroke.h55 void line_join(line_join_e lj) { m_stroker.line_join(lj); } argument
H A Dagg_math_stroke.h65 void line_join(line_join_e lj) { m_line_join = lj; } argument
107 line_join_e lj,
209 line_join_e lj,
261 switch(lj)
432 line_join_e lj = m_line_join; local
457 lj = miter_join;
461 switch(lj)
468 lj,
203 calc_miter(VC& out_vertices, const vertex_dist& v0, const vertex_dist& v1, const vertex_dist& v2, double dx1, double dy1, double dx2, double dy2, line_join_e lj, double ml) argument
/haiku-fatelf/src/bin/gawk/
H A Dbuiltin.c552 int lj, alt, big, bigbig, small, have_prec, need_format; local
669 lj = alt = big = bigbig = small = FALSE;
706 if (lj)
776 lj++;
803 lj++; /* filling is ignored */
861 if (zero_flag && ! lj)
890 if (zero_flag && ! lj)
946 if (! lj
953 if (fw > prec && ! lj && fill != sp
1006 if (! lj
[all...]
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgspaint.c282 static int pdv_setlinejoin (hpgs_device *_this, hpgs_line_join lj) argument
286 pdv->gstate->line_join = lj;
H A Dhpgsdevices.c556 static int eps_setlinejoin (hpgs_device *_this, hpgs_line_join lj) argument
562 if (hpgs_ostream_printf(eps->out,"%d j\n",(int)lj) < 0)

Completed in 59 milliseconds