search for: stroker

Displaying 2 results from an estimated 2 matches for "stroker".

Did you mean: stroke
2007 Nov 18
2
[Bug 13293] New: _cairo_pen_find_active_cw_vertex_index failed assertion
...3720f1 in abort () from /lib/libc.so.6 #2 0xb7369b50 in __assert_fail () from /lib/libc.so.6 #3 0xb77b8f4f in _cairo_pen_find_active_cw_vertex_index (pen=0xbfe97070, slope=0xbfe96f40, active=0xbfe96f48) at /home/rm/swfdec/cairo/libcairo-1.4.10/src/cairo-pen.c:324 #4 0xb77b768e in _cairo_stroker_add_cap (stroker=0xbfe97058, f=0xbfe96f70) at /home/rm/swfdec/cairo/libcairo-1.4.10/src/cairo-path-stroke.c:397 #5 0xb77b7945 in _cairo_stroker_add_leading_cap (stroker=0x0, face=<value optimized out>) at /home/rm/swfdec/cairo/libcairo-1.4.10/src/cairo-path-stroke.c:480 #6 0xb7...
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...// When drawing vector font, always use "solid" lines + /* When drawing vector font, always use "solid" lines */ ltysave = dd->gp.lty; dd->gp.lty = LTY_SOLID; @@ -330,7 +330,7 @@ GConvertYUnits(y_offset * label_height, g_unit, INCHES, dd)); /* call stroker on the sequence of strokes obtained from each char (the stroker may manipulate the line width) */ -//_draw_hershey_stroke (dd, true, 0, HERSHEY_EM); + /*_draw_hershey_stroke (dd, true, 0, HERSHEY_EM); */ _draw_hershey_string (dd, codestring); /* Restore original v...