/external/webkit/WebCore/css/ |
D | SVGCSSPropertyNames.in | 32 stroke 33 stroke-dasharray 34 stroke-dashoffset 35 stroke-linecap 36 stroke-linejoin 37 stroke-miterlimit 38 stroke-opacity 39 stroke-width
|
D | CSSPropertyNames.in | 244 -webkit-text-stroke 245 -webkit-text-stroke-color 246 -webkit-text-stroke-width
|
/external/webkit/WebCore/rendering/style/ |
D | SVGRenderStyle.cpp | 48 stroke = defaultStyle->stroke; in SVGRenderStyle() 65 stroke.init(); in SVGRenderStyle() 79 stroke = other.stroke; in SVGRenderStyle() 98 return (fill == o.fill && stroke == o.stroke && text == o.text && in operator ==() 108 || stroke != other->stroke in inheritedNotEqual() 120 stroke = svgInheritParent->stroke; in inheritFrom()
|
D | SVGRenderStyle.h | 81 …SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL(float, stroke, opacity, StrokeOpacity, strokeOpacity,… 82 …SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL_REFCOUNTED(SVGPaint, stroke, paint, StrokePaint, stro… 83 …SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL_REFCOUNTED(CSSValueList, stroke, dashArray, StrokeDas… 84 …SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL(float, stroke, miterLimit, StrokeMiterLimit, strokeMi… 86 …SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL_REFCOUNTED(CSSValue, stroke, width, StrokeWidth, stro… 87 …SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL_REFCOUNTED(CSSValue, stroke, dashOffset, StrokeDashOf… 173 DataRef<StyleStrokeData> stroke; variable
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | PathQt.cpp | 91 QPainterPathStroker stroke; in strokeContains() local 95 stroke.setWidth(pen.widthF()); in strokeContains() 96 stroke.setCapStyle(pen.capStyle()); in strokeContains() 97 stroke.setJoinStyle(pen.joinStyle()); in strokeContains() 98 stroke.setMiterLimit(pen.miterLimit()); in strokeContains() 99 stroke.setDashPattern(pen.dashPattern()); in strokeContains() 100 stroke.setDashOffset(pen.dashOffset()); in strokeContains() 102 return stroke.createStroke(m_path).contains(point); in strokeContains() 123 QPainterPathStroker stroke; in strokeBoundingRect() local 128 stroke.setWidth(pen.widthF()); in strokeBoundingRect() [all …]
|
/external/skia/src/core/ |
D | SkPathEffect.cpp | 102 SkStroke stroke; in filterPath() local 104 stroke.setWidth(fWidth); in filterPath() 105 stroke.setMiterLimit(fMiter); in filterPath() 106 stroke.setJoin((SkPaint::Join)fJoin); in filterPath() 107 stroke.setCap((SkPaint::Cap)fCap); in filterPath() 108 stroke.setDoFill(fStyle == SkPaint::kStrokeAndFill_Style); in filterPath() 110 stroke.strokePath(src, dst); in filterPath()
|
/external/webkit/WebCore/svg/ |
D | svgattrs.in | 195 stroke 196 stroke-dasharray 197 stroke-dashoffset 198 stroke-linecap 199 stroke-linejoin 200 stroke-miterlimit 201 stroke-opacity 202 stroke-width
|
/external/proguard/src/proguard/gui/splash/ |
D | OverrideGraphics2D.java | 53 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/WebCore/manual-tests/ |
D | svg-animated-gifs.svg | 7 … <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" />
|
D | svg-repaint-group.svg | 66 <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" />
|
D | svg-repaint-image.svg | 66 <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" />
|
D | svg-repaint-foreignObject.svg | 66 <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" />
|
D | svg-repaint-path.svg | 66 <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…
|
/external/skia/tests/ |
D | PaintTest.cpp | 8 SkPath path, stroke; in regression_cubic() local 21 paint.getFillPath(path, &stroke); in regression_cubic() 22 strokeR = stroke.getBounds(); in regression_cubic()
|
/external/webkit/WebCore/svg/graphics/ |
D | SVGPaintServer.cpp | 122 SVGPaint* stroke = style->svgStyle()->strokePaint(); in strokePaintServer() local 125 SVGPaint::SVGPaintType paintType = stroke->paintType(); in strokePaintServer() 128 AtomicString id(SVGURIReference::getTarget(stroke->uri())); in strokePaintServer() 145 strokePaintServerSolid->setColor(stroke->color()); in strokePaintServer()
|
/external/webkit/WebCore/inspector/front-end/ |
D | SummaryBar.js | 208 ctx.stroke(); 212 ctx.stroke(); 222 ctx.stroke(); 264 ctx.stroke(); 272 ctx.stroke();
|
/external/webkit/WebCore/manual-tests/animation/ |
D | animateTransform-keyTimes.svg | 5 <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/src/svg/ |
D | SkSVGPaintState.cpp | 37 SVG_ATTRIBUTE(stroke), 38 SVG_LITERAL_ATTRIBUTE(stroke-dasharray, f_strokeDasharray), 39 SVG_LITERAL_ATTRIBUTE(stroke-linecap, f_strokeLinecap), 40 SVG_LITERAL_ATTRIBUTE(stroke-linejoin, f_strokeLinejoin), 41 SVG_LITERAL_ATTRIBUTE(stroke-miterlimit, f_strokeMiterlimit), 42 SVG_LITERAL_ATTRIBUTE(stroke-width, f_strokeWidth),
|
D | SkSVGParser.cpp | 132 bool stroke = false; in isStrokeAndFill() local 138 stroke = walking->f_stroke.equals("none") == false; in isStrokeAndFill() 149 return stroke && fill; in isStrokeAndFill()
|
/external/skia/src/animator/ |
D | SkDrawPaint.cpp | 58 SK_MEMBER(stroke, Boolean), 79 shader((SkDrawShader*) -1), strikeThru(-1), stroke(-1), in SkDrawPaint() 233 if (stroke != -1) in setupPaint() 234 paint->setStyle(SkToBool(stroke) ? SkPaint::kStroke_Style : SkPaint::kFill_Style); in setupPaint()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | FontLinux.cpp | 489 bool stroke = (textMode & cTextStroke) in drawComplexText() local 493 if (!fill && !stroke) in drawComplexText() 501 if (stroke) { in drawComplexText() 516 if (stroke) { in drawComplexText()
|
/external/icu4c/data/coll/ |
D | zh_TW_STROKE.txt | 11 default{"stroke"}
|
D | zh_Hant.txt | 15 default{"stroke"}
|
/external/chromium/third_party/icu/source/data/coll/ |
D | zh_TW_STROKE.txt | 11 default{"stroke"}
|
D | zh_Hant.txt | 15 default{"stroke"}
|