Home | History | Annotate | Download | only in cairo

Lines Matching refs:Fill

139     Fill = 1,
141 FillAndStroke = Fill + Stroke
164 if (drawingStyle & Fill) {
175 // context to preserve things such as the fill rule and stroke width.
179 if (drawingStyle & Fill)
190 drawPathShadow(context, Fill);
322 // Do a rect fill of our endpoints. This ensures we always have the
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