Searched refs:stroke (Results 1 - 25 of 44) sorted by relevance

12

/external/webkit/Source/WebCore/css/
H A DSVGCSSPropertyNames.in32 stroke
33 stroke-dasharray
34 stroke-dashoffset
35 stroke-linecap
36 stroke-linejoin
37 stroke-miterlimit
38 stroke-opacity
39 stroke-width
H A DCSSPropertyNames.in292 -webkit-text-stroke
293 -webkit-text-stroke-color
294 -webkit-text-stroke-width
/external/webkit/Source/WebCore/rendering/style/
H A DSVGRenderStyle.cpp48 stroke = defaultStyle->stroke;
64 stroke.init();
77 stroke = other.stroke;
96 && stroke == other.stroke
110 || stroke != other->stroke
122 stroke
[all...]
H A DSVGRenderStyle.h161 if (!(stroke->opacity == obj))
162 stroke.access()->opacity = obj;
167 if (!(stroke->paint == obj))
168 stroke.access()->paint = obj;
173 if (!(stroke->dashArray == obj))
174 stroke.access()->dashArray = obj;
179 if (!(stroke->miterLimit == obj))
180 stroke.access()->miterLimit = obj;
185 if (!(stroke->width == obj))
186 stroke
387 DataRef<StyleStrokeData> stroke; member in class:WebCore::SVGRenderStyle
[all...]
/external/chromium/chrome/browser/resources/bookmark_manager/css/
H A Dbmm.css.js16 ctx.stroke();
/external/chromium/chrome/browser/resources/shared/css/
H A Dtree.css.js21 ctx.stroke();
/external/skia/src/core/
H A DSkPathEffect.cpp99 SkStroke stroke; local
101 stroke.setWidth(fWidth);
102 stroke.setMiterLimit(fMiter);
103 stroke.setJoin((SkPaint::Join)fJoin);
104 stroke.setCap((SkPaint::Cap)fCap);
105 stroke.setDoFill(fStyle == SkPaint::kStrokeAndFill_Style);
107 stroke.strokePath(src, dst);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DPathQt.cpp130 QPainterPathStroker stroke; local
135 stroke.setWidth(pen.widthF());
136 stroke.setCapStyle(pen.capStyle());
137 stroke.setJoinStyle(pen.joinStyle());
138 stroke.setMiterLimit(pen.miterLimit());
139 stroke.setDashPattern(pen.dashPattern());
140 stroke.setDashOffset(pen.dashOffset());
142 return stroke.createStroke(m_path).contains(point);
160 QPainterPathStroker stroke; local
165 stroke
[all...]
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGResources.h60 RenderSVGResourceContainer* stroke() const { return m_fillStrokeData ? m_fillStrokeData->stroke : 0; } function in class:WebCore::SVGResources
153 // stroke: 'shapes' and 'text content elements'
158 , stroke(0)
168 RenderSVGResourceContainer* stroke; member in struct:WebCore::SVGResources::FillStrokeData
H A DSVGResources.cpp325 if (m_fillStrokeData->stroke)
326 m_fillStrokeData->stroke->removeClientFromCache(object, markForInvalidation);
379 if (m_fillStrokeData->stroke == resource) {
380 m_fillStrokeData->stroke->removeAllClientsFromCache();
381 m_fillStrokeData->stroke = 0;
445 if (m_fillStrokeData->stroke)
446 set.add(m_fillStrokeData->stroke);
601 bool SVGResources::setStroke(RenderSVGResourceContainer* stroke) argument
603 if (!stroke)
606 ASSERT(stroke
[all...]
H A DSVGResourcesCycleSolver.cpp189 ASSERT(resourceLeadingToCycle == m_resources->fill() || resourceLeadingToCycle == m_resources->stroke());
192 if (m_resources->stroke() == resourceLeadingToCycle)
H A DRenderSVGResource.cpp45 // If we have no fill/stroke, return 0.
87 // If an invalid fill color is specified, fallback to fill/stroke="none".
98 // If a paint server is specified, and no or an invalid fallback color is given, default to fill/stroke="black".
107 RenderSVGResource* uriResource = mode == ApplyToFillMode ? resources->fill() : resources->stroke();
109 // If a paint server is specified, and no or an invalid fallback color is given, default to fill/stroke="black".
/external/skia/tests/
H A DPaintTest.cpp69 SkPath path, stroke; local
86 paint.getFillPath(path, &stroke);
87 strokeR = stroke.getBounds();
96 // test that our stroke didn't explode
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java53 private Stroke stroke; field in class:OverrideGraphics2D
66 this.stroke = graphics.getStroke();
106 * @param stroke the fixed Stroke, or <code>null</code> to undo the fixing.
108 public void setOverrideStroke(Stroke stroke) argument
110 this.overrideStroke = stroke;
111 graphics.setStroke(stroke != null ? stroke : this.stroke);
162 public void setStroke(Stroke stroke) argument
164 this.stroke
[all...]
/external/skia/samplecode/
H A DSampleAARects.cpp81 for (int stroke = 0; stroke < 2; ++stroke) {
82 paints[p].setStyle(stroke ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
/external/webkit/Source/WebCore/inspector/front-end/
H A DSummaryBar.js208 ctx.stroke();
212 ctx.stroke();
222 ctx.stroke();
264 ctx.stroke();
272 ctx.stroke();
/external/skia/src/animator/
H A DSkDrawPaint.cpp50 SK_MEMBER(stroke, Boolean),
71 shader((SkDrawShader*) -1), strikeThru(-1), stroke(-1),
224 // stroke is legacy; style setting if present overrides stroke
225 if (stroke != -1)
226 paint->setStyle(SkToBool(stroke) ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
H A DSkDrawPaint.h54 SkBool stroke; member in class:SkDrawPaint
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontLinux.cpp118 // We draw text up to two times (once for fill, once for stroke).
192 bool stroke = (textMode & TextModeStroke) local
196 if (!fill && !stroke)
204 if (stroke) {
231 if (stroke) {
/external/chromium-trace/trace-viewer/src/
H A Dtimeline_viewport.js69 ctx.stroke();
353 ctx.stroke();
367 ctx.stroke();
/external/chromium-trace/trace-viewer/src/tracks/
H A Dtimeline_viewport_track.js84 ctx.stroke();
219 ctx.stroke();
228 ctx.stroke();
/external/skia/src/svg/
H A 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),
289 parser._addAttribute("stroke", "false");
311 parser._addAttribute("stroke", "true");
H A DSkSVGParser.cpp128 bool stroke = false; local
134 stroke = walking->f_stroke.equals("none") == false;
145 return stroke && fill;
/external/skia/bench/
H A DRectBench.cpp26 RectBench(void* param, int shift, int stroke = 0) : INHERITED(param), fShift(shift), fStroke(stroke) {
/external/chromium/chrome/browser/resources/
H A Dnetwork_menu.js28 ctx.stroke();

Completed in 367 milliseconds

12