Lines Matching defs:stroke
539 // set a default stroke in case we can't figure out a better way to do it
549 sp_color_get_rgb_floatv(&style->stroke.value.color, rgb);
800 use_fill = false; // gradients handled, be sure stroke does not use stroke and fill
804 This was because it never called stroke() (next method).
809 if (style->stroke.noneSet || style->stroke_width.computed == 0.0) {
813 /* postpone fill in case stroke also required AND all stroke paths closed
825 (style->stroke.isNone() || style->stroke.noneSet || style->stroke_width.computed == 0.0) ||
838 unsigned int PrintWmf::stroke(
903 g_error("Fatal programming error in PrintWmf::stroke at U_WMRSETBKMODE_set");
1311 // WMF has no fill or stroke commands, the draw does it with active pen/brush