Home
last modified time | relevance | path

Searched refs:strokeWidth (Results 1 – 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceMarker.cpp115 …rceMarker::markerTransformation(const FloatPoint& origin, float autoAngle, float strokeWidth) const in markerTransformation()
126 …form = markerContentTransformation(transform, referencePoint(), useStrokeWidth ? strokeWidth : -1); in markerTransformation()
139 …on(const AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth) const in markerContentTransformation()
145 if (strokeWidth != -1) in markerContentTransformation()
146 transformation.scaleNonUniform(strokeWidth, strokeWidth); in markerContentTransformation()
DRenderSVGResourceMarker.h56 …AffineTransform markerTransformation(const FloatPoint& origin, float angle, float strokeWidth) con…
71 …st AffineTransform& contentTransformation, const FloatPoint& origin, float strokeWidth = -1) const;
DSVGMarkerLayoutInfo.cpp68 …VGResourceMarker* midMarker, RenderSVGResourceMarker* endMarker, float strokeWidth, const Path& pa… in calculateBoundaries() argument
72 m_strokeWidth = strokeWidth; in calculateBoundaries()
DSVGMarkerLayoutInfo.h52 …rSVGResourceMarker* midMarker, RenderSVGResourceMarker* endMarker, float strokeWidth, const Path&);
DSVGRenderTreeAsText.cpp339 double strokeWidth = svgStyle->strokeWidth().value(element); in writeStyle() local
348 writeIfNotDefault(ts, "stroke width", strokeWidth, 1.0); in writeStyle()
DRenderSVGText.cpp258 strokeBoundaries.inflate(svgStyle->strokeWidth().value(static_cast<SVGElement*>(node()))); in strokeBoundingBox()
DRenderSVGPath.cpp303 …tInfo.calculateBoundaries(markerStart, markerMid, markerEnd, svgStyle->strokeWidth().value(svgElem… in calculateMarkerBoundsIfNeeded()
DSVGRenderSupport.cpp330 context->setStrokeThickness(svgStyle->strokeWidth().value(lengthContext)); in applyStrokeStyleToContext()
/external/skia/bench/
DSkBenchmark.h46 strokeWidth = width; in setStrokeWidth()
51 return strokeWidth; in getStrokeWidth()
77 SkScalar strokeWidth; variable
Dbenchmain.cpp223 float strokeWidth; in main() local
303 if (sscanf(strokeWidthStr, "%f", &strokeWidth) != 1) { in main()
384 bench->setStrokeWidth(strokeWidth); in main()
/external/skia/gm/
Dshadows.cpp8 static void setup(SkPaint* paint, SkColor c, SkScalar strokeWidth) { in setup() argument
10 if (strokeWidth < 0) { in setup()
14 paint->setStrokeWidth(strokeWidth); in setup()
/external/skia/src/animator/
DSkDrawPaint.cpp62 SK_MEMBER(strokeWidth, Float),
81 strokeWidth(SK_ScalarNaN), style((SkPaint::Style) -1), in SkDrawPaint()
259 if (SkScalarIsNaN(strokeWidth) == false) in setupPaint()
260 paint->setStrokeWidth(strokeWidth); in setupPaint()
DSkDrawPaint.h66 SkScalar strokeWidth; variable
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.cpp716 void GraphicsContext::adjustLineToPixelBoundaries(FloatPoint& p1, FloatPoint& p2, float strokeWidth in adjustLineToPixelBoundaries() argument
724 p1.setY(p1.y() + strokeWidth); in adjustLineToPixelBoundaries()
725 p2.setY(p2.y() - strokeWidth); in adjustLineToPixelBoundaries()
727 p1.setX(p1.x() + strokeWidth); in adjustLineToPixelBoundaries()
728 p2.setX(p2.x() - strokeWidth); in adjustLineToPixelBoundaries()
732 if (static_cast<int>(strokeWidth) % 2) { //odd in adjustLineToPixelBoundaries()
DGraphicsContext.h582 …static void adjustLineToPixelBoundaries(FloatPoint& p1, FloatPoint& p2, float strokeWidth, StrokeS…
/external/skia/src/core/
DSkPictureFlat.cpp173 SkScalar strokeWidth = buffer.readScalar(); in dump() local
174 if (strokeWidth != defaultPaint.getStrokeWidth()) in dump()
176 "strokeWidth:%g ", SkScalarToFloat(strokeWidth)); in dump()
DSkPaint.cpp1264 SkScalar strokeWidth = paint.getStrokeWidth(); in MakeRec() local
1280 strokeWidth = extra; // ignore paint's strokeWidth if it was "fill" in MakeRec()
1282 strokeWidth += extra; in MakeRec()
1291 if (style != SkPaint::kFill_Style && strokeWidth > 0) { in MakeRec()
1292 rec->fFrameWidth = strokeWidth; in MakeRec()
DSkPicturePlayback.cpp1049 SkScalar strokeWidth = paint.getStrokeWidth(); in dumpPaint() local
1050 if (strokeWidth != defaultPaint.getStrokeWidth()) in dumpPaint()
1052 "{kStrokeWidth, %g}, ", SkScalarToFloat(strokeWidth)); in dumpPaint()
/external/webkit/Source/WebCore/css/
DSVGCSSComputedStyleDeclaration.cpp158 return SVGLength::toCSSPrimitiveValue(svgStyle->strokeWidth()); in getSVGPropertyCSSValue()
DSVGCSSStyleSelector.cpp249 HANDLE_INHERIT_AND_INITIAL(strokeWidth, StrokeWidth) in applySVGProperty()
/external/webkit/Source/WebCore/platform/graphics/android/
DFontAndroid.cpp108 SkScalar strokeWidth; in setupForText() local
111 strokeWidth = setupStroke(looper->addLayer(info), gc, font)->getStrokeWidth(); in setupForText()
145 p->setStrokeWidth(strokeWidth); in setupForText()
/external/skia/gpu/include/
DGrContext.h285 GrScalar strokeWidth = -1,
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp625 float strokeWidth = pseudoStyle->textStrokeWidth(); in paint() local
626 if (strokeWidth != selectionStrokeWidth) { in paint()
629 selectionStrokeWidth = strokeWidth; in paint()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h301 SVGLength strokeWidth() const { return stroke->width; } in strokeWidth() function
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp883 float strokeWidth = strokeThickness(); in drawLineForText() local
884 if (static_cast<int>(strokeWidth) % 2) { in drawLineForText()

12