Searched refs:strokeWidth (Results 51 - 70 of 70) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DSVGRenderStyle.h314 SVGLength* strokeWidth() const { return stroke->width.get(); } function in class:blink::SVGRenderStyle
345 bool hasVisibleStroke() const { return hasStroke() && !strokeWidth()->isZero(); }
H A DRenderStyle.h1429 SVGLength* strokeWidth() const { return svgStyle().strokeWidth(); } function in class:blink::RenderStyle
/external/chromium_org/third_party/skia/gm/
H A Ddegeneratesegments.cpp199 SkScalar strokeWidth) {
203 paint.setStrokeWidth(strokeWidth);
196 drawPath(SkPath& path, SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
/external/skia/gm/
H A Ddegeneratesegments.cpp199 SkScalar strokeWidth) {
203 paint.setStrokeWidth(strokeWidth);
196 drawPath(SkPath& path, SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
/external/skia/bench/
H A DRectBench.cpp16 DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderTreeAsText.cpp292 double strokeWidth = svgStyle.strokeWidth()->value(lengthContext); local
302 writeIfNotDefault(ts, "stroke width", strokeWidth, 1.0);
H A DRenderSVGText.cpp484 strokeBoundaries.inflate(svgStyle.strokeWidth()->value(lengthContext));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp1769 void GraphicsContext::adjustLineToPixelBoundaries(FloatPoint& p1, FloatPoint& p2, float strokeWidth, StrokeStyle penStyle) argument
1777 p1.setY(p1.y() + strokeWidth);
1778 p2.setY(p2.y() - strokeWidth);
1780 p1.setX(p1.x() + strokeWidth);
1781 p2.setX(p2.x() - strokeWidth);
1785 if (static_cast<int>(strokeWidth) % 2) { //odd
H A DGraphicsContext.h404 static void adjustLineToPixelBoundaries(FloatPoint& p1, FloatPoint& p2, float strokeWidth, StrokeStyle);
/external/skia/src/gpu/
H A DGrContext.cpp719 SkScalar strokeWidth,
747 if (0 == strokeWidth && target->willUseHWAALines()) {
752 if (strokeWidth >= 0) {
768 if (strokeWidth < 0) {
717 apply_aa_to_rect(GrDrawTarget* target, const SkRect& rect, SkScalar strokeWidth, const SkMatrix& combinedMatrix, SkRect* devBoundRect, bool* useVertexCoverage) argument
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp1566 SkScalar strokeWidth = paint.getStrokeWidth(); local
1582 strokeWidth = extra; // ignore paint's strokeWidth if it was "fill"
1584 strokeWidth += extra;
1593 if (style != SkPaint::kFill_Style && strokeWidth > 0) {
1594 rec->fFrameWidth = strokeWidth;
H A DSkDraw.cpp411 // square procs (strokeWidth > 0 but matrix is square-scale (sx == sy)
931 bool SkDrawTreatAAStrokeAsHairline(SkScalar strokeWidth, const SkMatrix& matrix, argument
933 SkASSERT(strokeWidth > 0);
941 src[0].set(strokeWidth, 0);
942 src[1].set(0, strokeWidth);
/external/skia/src/core/
H A DSkPaint.cpp1604 SkScalar strokeWidth = paint.getStrokeWidth(); local
1631 strokeWidth = extra; // ignore paint's strokeWidth if it was "fill"
1633 strokeWidth += extra;
1642 if (style != SkPaint::kFill_Style && strokeWidth > 0) {
1643 rec->fFrameWidth = strokeWidth;
H A DSkDraw.cpp410 // square procs (strokeWidth > 0 but matrix is square-scale (sx == sy)
925 bool SkDrawTreatAAStrokeAsHairline(SkScalar strokeWidth, const SkMatrix& matrix, argument
927 SkASSERT(strokeWidth > 0);
935 src[0].set(strokeWidth, 0);
936 src[1].set(0, strokeWidth);
H A DSkPicturePlayback.cpp1544 SkScalar strokeWidth = paint.getStrokeWidth();
1545 if (strokeWidth != defaultPaint.getStrokeWidth())
1547 "{kStrokeWidth, %g}, ", SkScalarToFloat(strokeWidth));
/external/chromium_org/third_party/skia/src/gpu/
H A DGrContext.cpp752 SkScalar strokeWidth,
768 if (strokeWidth >= 0) {
783 if (strokeWidth < 0) {
750 apply_aa_to_rect(GrDrawTarget* target, const SkRect& rect, SkScalar strokeWidth, const SkMatrix& combinedMatrix, SkRect* devBoundRect) argument
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimatableValueFactory.cpp409 return AnimatableSVGLength::create(style.strokeWidth());
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp878 SkScalar strokeWidth = paint->getStrokeWidth(); local
879 SkScalar halfStroke = SkScalarHalf(strokeWidth);
/external/skia/src/pdf/
H A DSkPDFDevice.cpp884 SkScalar strokeWidth = paint->getStrokeWidth(); local
885 SkScalar halfStroke = SkScalarHalf(strokeWidth);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 8695 milliseconds

123