HomeSort by relevance Sort by last modified time
    Searched defs:strokeWidth (Results 1 - 7 of 7) sorted by null

  /external/skia/src/animator/
SkDrawPaint.h 66 SkScalar strokeWidth;
  /external/webkit/WebCore/rendering/
RenderPath.cpp 324 float strokeWidth = SVGRenderStyle::cssPrimitiveToLength(this, svgStyle->strokeWidth(), 1.0f);
325 m_cachedLocalMarkerBBox = m_markerLayoutInfo.calculateBoundaries(startMarker, midMarker, endMarker, strokeWidth, m_path);
RenderSVGText.cpp 188 // SVG needs to include the strokeWidth(), not the textStrokeWidth().
190 float strokeWidth = SVGRenderStyle::cssPrimitiveToLength(this, style()->svgStyle()->strokeWidth(), 1.0f);
198 strokeWidth /= scale;
202 repaintRect.inflate(strokeWidth);
SVGRenderTreeAsText.cpp 277 double strokeWidth = SVGRenderStyle::cssPrimitiveToLength(&path, svgStyle->strokeWidth(), 1.0f);
280 writeIfNotDefault(ts, "stroke width", strokeWidth, 1.0);
InlineTextBox.cpp 455 float strokeWidth = pseudoStyle->textStrokeWidth();
456 if (strokeWidth != selectionStrokeWidth) {
459 selectionStrokeWidth = strokeWidth;
    [all...]
  /external/skia/src/core/
SkPictureFlat.cpp 173 SkScalar strokeWidth = buffer.readScalar();
174 if (strokeWidth != defaultPaint.getStrokeWidth())
176 "strokeWidth:%g ", SkScalarToFloat(strokeWidth));
SkPicturePlayback.cpp     [all...]

Completed in 932 milliseconds