Home
last modified time | relevance | path

Searched refs:stroke (Results 1 – 25 of 167) sorted by relevance

1234567

/external/webkit/PerformanceTests/PageLoad/svg/files/
Dworld-iso.svg7 <path id="aw" fill="#aaf" stroke="#0" stroke-width="0.2" d="M 1759 2364 1758 2364 1756 2362 1756 23…
8 <path id="ag" fill="#aaf" stroke="#0" stroke-width="0.2" d="M 1889 2282 1889 2282 1888 2282 1887 22…
9 <path id="af" fill="#aaf" stroke="#0" stroke-width="0.2" d="M 3854 1994 3854 1993 3855 1993 3856 19…
10 <path id="dz" fill="#aaf" stroke="#0" stroke-width="0.2" d="M 2793 2080 2793 2080 2794 2079 2794 20…
11 <path id="az" fill="#aaf" stroke="#0" stroke-width="0.2" d="M 3618 1942 3618 1940 3618 1940 3618 19…
12 <path id="al" fill="#aaf" stroke="#0" stroke-width="0.2" d="M 3207 1917 3207 1917 3207 1919 3206 19…
13 <path id="am" fill="#aaf" stroke="#0" stroke-width="0.2" d="M 3618 1942 3618 1942 3617 1941 3616 19…
14 <path id="ad" fill="#aaf" stroke="#0" stroke-width="0.2" d="M 2898 1882 2899 1881 2900 1881 2902 18…
15 <path id="ao" fill="#aaf" stroke="#0" stroke-width="0.2" d="M 3084 2637 3084 2637 3084 2637 3083 26…
16 <path id="as" fill="#aaf" stroke="#0" stroke-width="0.2" d="M 148 2792 148 2792 147 2792 147 2791 1…
[all …]
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.cpp48 stroke = defaultStyle->stroke; in SVGRenderStyle()
64 stroke.init(); in SVGRenderStyle()
77 stroke = other.stroke; in SVGRenderStyle()
96 && stroke == other.stroke in operator ==()
110 || stroke != other->stroke in inheritedNotEqual()
122 stroke = svgInheritParent->stroke; in inheritFrom()
170 if (stroke != other->stroke) { in diff()
171 if (stroke->width != other->stroke->width in diff()
172 || stroke->paint != other->stroke->paint in diff()
173 || stroke->miterLimit != other->stroke->miterLimit in diff()
[all …]
DSVGRenderStyle.h161 if (!(stroke->opacity == obj)) in setStrokeOpacity()
162 stroke.access()->opacity = obj; in setStrokeOpacity()
167 if (!(stroke->paint == obj)) in setStrokePaint()
168 stroke.access()->paint = obj; in setStrokePaint()
173 if (!(stroke->dashArray == obj)) in setStrokeDashArray()
174 stroke.access()->dashArray = obj; in setStrokeDashArray()
179 if (!(stroke->miterLimit == obj)) in setStrokeMiterLimit()
180 stroke.access()->miterLimit = obj; in setStrokeMiterLimit()
185 if (!(stroke->width == obj)) in setStrokeWidth()
186 stroke.access()->width = obj; in setStrokeWidth()
[all …]
/external/webkit/Source/WebCore/css/
DSVGCSSPropertyNames.in32 stroke
33 stroke-dasharray
34 stroke-dashoffset
35 stroke-linecap
36 stroke-linejoin
37 stroke-miterlimit
38 stroke-opacity
39 stroke-width
/external/webkit/Source/WebCore/platform/graphics/qt/
DPathQt.cpp130 QPainterPathStroker stroke; in strokeContains() local
135 stroke.setWidth(pen.widthF()); in strokeContains()
136 stroke.setCapStyle(pen.capStyle()); in strokeContains()
137 stroke.setJoinStyle(pen.joinStyle()); in strokeContains()
138 stroke.setMiterLimit(pen.miterLimit()); in strokeContains()
139 stroke.setDashPattern(pen.dashPattern()); in strokeContains()
140 stroke.setDashOffset(pen.dashOffset()); in strokeContains()
142 return stroke.createStroke(m_path).contains(point); in strokeContains()
160 QPainterPathStroker stroke; in strokeBoundingRect() local
165 stroke.setWidth(pen.widthF()); in strokeBoundingRect()
[all …]
/external/webkit/Source/WebCore/svg/
Dsvgattrs.in195 stroke
196 stroke-dasharray
197 stroke-dashoffset
198 stroke-linecap
199 stroke-linejoin
200 stroke-miterlimit
201 stroke-opacity
202 stroke-width
/external/skia/src/core/
DSkPathEffect.cpp99 SkStroke stroke; in filterPath() local
101 stroke.setWidth(fWidth); in filterPath()
102 stroke.setMiterLimit(fMiter); in filterPath()
103 stroke.setJoin((SkPaint::Join)fJoin); in filterPath()
104 stroke.setCap((SkPaint::Cap)fCap); in filterPath()
105 stroke.setDoFill(fStyle == SkPaint::kStrokeAndFill_Style); in filterPath()
107 stroke.strokePath(src, dst); in filterPath()
/external/webkit/Source/WebCore/rendering/svg/
DSVGResources.cpp325 if (m_fillStrokeData->stroke) in removeClientFromCache()
326 m_fillStrokeData->stroke->removeClientFromCache(object, markForInvalidation); in removeClientFromCache()
379 if (m_fillStrokeData->stroke == resource) { in resourceDestroyed()
380 m_fillStrokeData->stroke->removeAllClientsFromCache(); in resourceDestroyed()
381 m_fillStrokeData->stroke = 0; in resourceDestroyed()
445 if (m_fillStrokeData->stroke) in buildSetOfResources()
446 set.add(m_fillStrokeData->stroke); in buildSetOfResources()
601 bool SVGResources::setStroke(RenderSVGResourceContainer* stroke) in setStroke() argument
603 if (!stroke) in setStroke()
606 ASSERT(stroke->resourceType() == PatternResourceType in setStroke()
[all …]
DSVGResources.h60 …RenderSVGResourceContainer* stroke() const { return m_fillStrokeData ? m_fillStrokeData->stroke : … in stroke() function
158 , stroke(0) in FillStrokeData()
168 RenderSVGResourceContainer* stroke; member
/external/webkit/Source/WebCore/manual-tests/
Dsvg-animated-gifs.svg7 … <rect fill="yellow" stroke="#000000" stroke-width="2" x="60" y="60" width="170" height="170" />
14 … <rect fill="yellow" stroke="#000000" stroke-width="2" x="60" y="60" width="170" height="170" />
Dsvg-repaint-foreignObject.svg66 <circle fill="pink" cx="300" cy="300" stroke="lightblue" stroke-width="40" r="300" />
69 … <rect fill="yellow" stroke="#000000" stroke-width="2" x="60" y="60" width="170" height="170" />
Dsvg-repaint-group.svg66 <circle fill="pink" cx="300" cy="300" stroke="lightblue" stroke-width="40" r="300" />
69 … <rect fill="yellow" stroke="#000000" stroke-width="2" x="60" y="60" width="170" height="170" />
Dsvg-repaint-path.svg66 <circle fill="pink" cx="300" cy="300" stroke="lightblue" stroke-width="40" r="300" />
69 …<rect id="targetGroup" fill="yellow" stroke="#000000" stroke-width="2" x="60" y="60" width="170" h…
Dsvg-repaint-image.svg66 <circle fill="pink" cx="300" cy="300" stroke="lightblue" stroke-width="40" r="300" />
69 … <rect fill="yellow" stroke="#000000" stroke-width="2" x="60" y="60" width="170" height="170" />
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java53 private Stroke stroke; field in OverrideGraphics2D
66 this.stroke = graphics.getStroke(); in OverrideGraphics2D()
108 public void setOverrideStroke(Stroke stroke) in setOverrideStroke() argument
110 this.overrideStroke = stroke; in setOverrideStroke()
111 graphics.setStroke(stroke != null ? stroke : this.stroke); in setOverrideStroke()
162 public void setStroke(Stroke stroke) in setStroke() argument
164 this.stroke = stroke; in setStroke()
167 graphics.setStroke(stroke); in setStroke()
205 return overrideStroke != null ? stroke : graphics.getStroke(); in getStroke()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/
Dmozilla247 stroke
248 stroke-dasharray
249 stroke-dashoffset
250 stroke-linecap
251 stroke-linejoin
252 stroke-miterlimit
253 stroke-opacity
254 stroke-width
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
Dmozilla590 stroke
591 stroke-dasharray
592 stroke-dashoffset
593 stroke-linecap
594 stroke-linejoin
595 stroke-miterlimit
596 stroke-opacity
597 stroke-width
/external/skia/tests/
DPaintTest.cpp69 SkPath path, stroke; in regression_cubic() local
86 paint.getFillPath(path, &stroke); in regression_cubic()
87 strokeR = stroke.getBounds(); in regression_cubic()
/external/webkit/Source/WebCore/manual-tests/animation/
DanimateTransform-keyTimes.svg5 <rect fill='none' stroke='orange' x='10' width='100' height='100' />
6 <rect fill='none' stroke='green' x='100' width='100' height='100' />
/external/skia/samplecode/
DSampleAARects.cpp81 for (int stroke = 0; stroke < 2; ++stroke) { in onDrawContent() local
82 paints[p].setStyle(stroke ? SkPaint::kStroke_Style : SkPaint::kFill_Style); in onDrawContent()
/external/webkit/Source/WebCore/inspector/front-end/
DSummaryBar.js208 ctx.stroke();
212 ctx.stroke();
222 ctx.stroke();
264 ctx.stroke();
272 ctx.stroke();
/external/skia/src/animator/
DSkDrawPaint.cpp50 SK_MEMBER(stroke, Boolean),
71 shader((SkDrawShader*) -1), strikeThru(-1), stroke(-1), in SkDrawPaint()
225 if (stroke != -1) in setupPaint()
226 paint->setStyle(SkToBool(stroke) ? SkPaint::kStroke_Style : SkPaint::kFill_Style); in setupPaint()
/external/skia/src/svg/
DSkSVGPaintState.cpp29 SVG_ATTRIBUTE(stroke),
30 SVG_LITERAL_ATTRIBUTE(stroke-dasharray, f_strokeDasharray),
31 SVG_LITERAL_ATTRIBUTE(stroke-linecap, f_strokeLinecap),
32 SVG_LITERAL_ATTRIBUTE(stroke-linejoin, f_strokeLinejoin),
33 SVG_LITERAL_ATTRIBUTE(stroke-miterlimit, f_strokeMiterlimit),
34 SVG_LITERAL_ATTRIBUTE(stroke-width, f_strokeWidth),
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontLinux.cpp192 bool stroke = (textMode & TextModeStroke) in drawComplexText() local
196 if (!fill && !stroke) in drawComplexText()
204 if (stroke) { in drawComplexText()
231 if (stroke) { in drawComplexText()
/external/chromium/chrome/browser/ui/cocoa/
Dstyled_text_field_cell.mm54 // the stroke color (as opposed to the fill color). |outerRadius|
68 [path stroke];
172 // Draw the outer stroke (over the background).
201 // Draw optional bezel below bottom stroke.

1234567