Home | History | Annotate | Download | only in cairo

Lines Matching refs:Stroke

140     Stroke = 2,
141 FillAndStroke = Fill + Stroke
160 if (drawingStyle & Stroke) {
175 // context to preserve things such as the fill rule and stroke width.
181 if (drawingStyle & Stroke)
198 drawPathShadow(context, Stroke);
807 // Cairo contexts can't hold separate fill and stroke colors
808 // so we set them just before we actually fill or stroke
813 // Cairo contexts can't hold separate fill and stroke colors
814 // so we set them just before we actually fill or stroke