/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGResources.h | 60 …RenderSVGResourceContainer* stroke() const { return m_fillStrokeData ? m_fillStrokeData->stroke : … in stroke() function 168 RenderSVGResourceContainer* stroke; member
|
D | SVGResources.cpp | 601 bool SVGResources::setStroke(RenderSVGResourceContainer* stroke) in setStroke() 673 if (RenderSVGResourceContainer* stroke = m_fillStrokeData->stroke) in dump() local
|
/external/skia/tests/ |
D | PaintTest.cpp | 69 SkPath path, stroke; in regression_cubic() local
|
/external/skia/samplecode/ |
D | SampleAARects.cpp | 81 for (int stroke = 0; stroke < 2; ++stroke) { in onDrawContent() local
|
/external/skia/src/animator/ |
D | SkDrawPaint.h | 54 SkBool stroke; variable
|
/external/skia/src/core/ |
D | SkPathEffect.cpp | 99 SkStroke stroke; in filterPath() local
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | PathQt.cpp | 130 QPainterPathStroker stroke; in strokeContains() local 160 QPainterPathStroker stroke; in strokeBoundingRect() local
|
/external/proguard/src/proguard/gui/splash/ |
D | OverrideGraphics2D.java | 53 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/ |
D | SkSVGParser.cpp | 128 bool stroke = false; in isStrokeAndFill() local
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | FontLinux.cpp | 192 bool stroke = (textMode & TextModeStroke) in drawComplexText() local
|
/external/skia/bench/ |
D | RectBench.cpp | 26 …RectBench(void* param, int shift, int stroke = 0) : INHERITED(param), fShift(shift), fStroke(strok… in RectBench()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | SVGRenderStyle.h | 387 DataRef<StyleStrokeData> stroke; variable
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 1116 void GraphicsContext::setPlatformStrokeStyle(StrokeStyle stroke) in setPlatformStrokeStyle()
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | FontAndroid.cpp | 1042 bool stroke = mode & TextModeStroke; in drawComplexText() local
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineTextBox.cpp | 633 …Color stroke = paintInfo.forceBlackText ? Color::black : pseudoStyle->visitedDependentColor(CSSPro… in paint() local
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 920 void CanvasRenderingContext2D::stroke() in stroke() function in WebCore::CanvasRenderingContext2D
|