Home
last modified time | relevance | path

Searched defs:stroke (Results 1 – 12 of 12) sorted by relevance

/external/skia/tests/
DPaintTest.cpp8 SkPath path, stroke; in regression_cubic() local
/external/skia/src/animator/
DSkDrawPaint.h62 SkBool stroke; variable
/external/skia/src/core/
DSkPathEffect.cpp102 SkStroke stroke; in filterPath() local
/external/webkit/WebCore/platform/graphics/qt/
DPathQt.cpp91 QPainterPathStroker stroke; in strokeContains() local
123 QPainterPathStroker stroke; in strokeBoundingRect() local
/external/webkit/WebCore/rendering/style/
DSVGRenderStyle.h173 DataRef<StyleStrokeData> stroke; variable
/external/webkit/WebCore/svg/graphics/
DSVGPaintServer.cpp122 SVGPaint* stroke = style->svgStyle()->strokePaint(); in strokePaintServer() local
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java53 private Stroke stroke; field in OverrideGraphics2D
108 public void setOverrideStroke(Stroke stroke) in setOverrideStroke()
162 public void setStroke(Stroke stroke) in setStroke()
/external/skia/src/svg/
DSkSVGParser.cpp132 bool stroke = false; in isStrokeAndFill() local
/external/webkit/WebCore/platform/graphics/chromium/
DFontLinux.cpp489 bool stroke = (textMode & cTextStroke) in drawComplexText() local
/external/webkit/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp1037 void GraphicsContext::setPlatformStrokeStyle(const StrokeStyle& stroke) in setPlatformStrokeStyle()
/external/webkit/WebCore/rendering/
DInlineTextBox.cpp462 Color stroke = paintInfo.forceBlackText ? Color::black : pseudoStyle->textStrokeColor(); in paint() local
/external/webkit/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp665 void CanvasRenderingContext2D::stroke() in stroke() function in WebCore::CanvasRenderingContext2D