Searched defs:stroke (Results 1 – 12 of 12) sorted by relevance
8 SkPath path, stroke; in regression_cubic() local
62 SkBool stroke; variable
102 SkStroke stroke; in filterPath() local
91 QPainterPathStroker stroke; in strokeContains() local123 QPainterPathStroker stroke; in strokeBoundingRect() local
173 DataRef<StyleStrokeData> stroke; variable
122 SVGPaint* stroke = style->svgStyle()->strokePaint(); in strokePaintServer() local
53 private Stroke stroke; field in OverrideGraphics2D108 public void setOverrideStroke(Stroke stroke) in setOverrideStroke()162 public void setStroke(Stroke stroke) in setStroke()
132 bool stroke = false; in isStrokeAndFill() local
489 bool stroke = (textMode & cTextStroke) in drawComplexText() local
1037 void GraphicsContext::setPlatformStrokeStyle(const StrokeStyle& stroke) in setPlatformStrokeStyle()
462 Color stroke = paintInfo.forceBlackText ? Color::black : pseudoStyle->textStrokeColor(); in paint() local
665 void CanvasRenderingContext2D::stroke() in stroke() function in WebCore::CanvasRenderingContext2D