Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGResources.h60 …RenderSVGResourceContainer* stroke() const { return m_fillStrokeData ? m_fillStrokeData->stroke : … in stroke() function
168 RenderSVGResourceContainer* stroke; member
DSVGResources.cpp601 bool SVGResources::setStroke(RenderSVGResourceContainer* stroke) in setStroke()
673 if (RenderSVGResourceContainer* stroke = m_fillStrokeData->stroke) in dump() local
/external/skia/tests/
DPaintTest.cpp69 SkPath path, stroke; in regression_cubic() local
/external/skia/samplecode/
DSampleAARects.cpp81 for (int stroke = 0; stroke < 2; ++stroke) { in onDrawContent() local
/external/skia/src/animator/
DSkDrawPaint.h54 SkBool stroke; variable
/external/skia/src/core/
DSkPathEffect.cpp99 SkStroke stroke; in filterPath() local
/external/webkit/Source/WebCore/platform/graphics/qt/
DPathQt.cpp130 QPainterPathStroker stroke; in strokeContains() local
160 QPainterPathStroker stroke; in strokeBoundingRect() 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.cpp128 bool stroke = false; in isStrokeAndFill() local
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontLinux.cpp192 bool stroke = (textMode & TextModeStroke) in drawComplexText() local
/external/skia/bench/
DRectBench.cpp26 …RectBench(void* param, int shift, int stroke = 0) : INHERITED(param), fShift(shift), fStroke(strok… in RectBench()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h387 DataRef<StyleStrokeData> stroke; variable
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp1116 void GraphicsContext::setPlatformStrokeStyle(StrokeStyle stroke) in setPlatformStrokeStyle()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontAndroid.cpp1042 bool stroke = mode & TextModeStroke; in drawComplexText() local
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp633 …Color stroke = paintInfo.forceBlackText ? Color::black : pseudoStyle->visitedDependentColor(CSSPro… in paint() local
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp920 void CanvasRenderingContext2D::stroke() in stroke() function in WebCore::CanvasRenderingContext2D