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

123

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGEllipse.cpp75 m_strokeBoundingBox.inflate(strokeWidth() / 2);
128 float halfStrokeWidth = strokeWidth() / 2;
H A DSVGRenderSupport.cpp322 context->setStrokeThickness(svgStyle.strokeWidth()->value(lengthContext));
351 strokeData->setThickness(svgStyle.strokeWidth()->value(lengthContext));
/external/chromium_org/third_party/skia/gm/
H A Dlinepaths.cpp32 SkScalar strokeWidth) {
36 paint.setStrokeWidth(strokeWidth);
175 SkScalar strokeWidth) {
179 paint.setStrokeWidth(strokeWidth);
29 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
172 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
H A Dquadpaths.cpp32 SkScalar strokeWidth) {
36 paint.setStrokeWidth(strokeWidth);
180 SkScalar strokeWidth) {
184 paint.setStrokeWidth(strokeWidth);
29 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
177 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
H A Dcubicpaths.cpp75 SkScalar strokeWidth) {
79 paint.setStrokeWidth(strokeWidth);
224 SkScalar strokeWidth) {
228 paint.setStrokeWidth(strokeWidth);
72 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
221 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
H A Ddashing.cpp217 int strokeWidth,
222 p.setStrokeWidth(SkIntToScalar(strokeWidth));
234 for (int y = 0; y < 100; y += 10*strokeWidth) {
243 for (int x = 0; x < 100; x += 14*strokeWidth) {
213 drawDashedLines(SkCanvas* canvas, SkScalar lineLength, SkScalar phase, SkScalar dashLength, int strokeWidth, bool circles) argument
H A Dglyph_pos.cpp24 GlyphPosGM(SkScalar strokeWidth, SkPaint::Style strokeStyle) argument
25 : fStrokeWidth(strokeWidth)
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawPaint.cpp52 SK_MEMBER(strokeWidth, Float),
71 strokeWidth(SK_ScalarNaN), style((SkPaint::Style) -1),
249 if (SkScalarIsNaN(strokeWidth) == false)
250 paint->setStrokeWidth(strokeWidth);
H A DSkDrawPaint.h58 SkScalar strokeWidth; member in class:SkDrawPaint
/external/fonttools/Lib/fontTools/pens/
H A DreportLabPen.py56 pen = ReportLabPen(gs, Path(fillColor=colors.red, strokeWidth=5))
/external/fonttools/Tools/fontTools/pens/
H A DreportLabPen.py56 pen = ReportLabPen(gs, Path(fillColor=colors.red, strokeWidth=5))
/external/skia/gm/
H A Dlinepaths.cpp32 SkScalar strokeWidth) {
36 paint.setStrokeWidth(strokeWidth);
173 SkScalar strokeWidth) {
177 paint.setStrokeWidth(strokeWidth);
29 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
170 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
H A Dquadpaths.cpp32 SkScalar strokeWidth) {
36 paint.setStrokeWidth(strokeWidth);
178 SkScalar strokeWidth) {
182 paint.setStrokeWidth(strokeWidth);
29 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
175 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
H A Dcubicpaths.cpp75 SkScalar strokeWidth) {
79 paint.setStrokeWidth(strokeWidth);
222 SkScalar strokeWidth) {
226 paint.setStrokeWidth(strokeWidth);
72 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
219 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
H A Ddashing.cpp204 int strokeWidth,
209 p.setStrokeWidth(SkIntToScalar(strokeWidth));
221 for (int y = 0; y < 100; y += 10*strokeWidth) {
230 for (int x = 0; x < 100; x += 14*strokeWidth) {
200 drawDashedLines(SkCanvas* canvas, SkScalar lineLength, SkScalar phase, SkScalar dashLength, int strokeWidth, bool circles) argument
/external/skia/src/animator/
H A DSkDrawPaint.cpp52 SK_MEMBER(strokeWidth, Float),
71 strokeWidth(SK_ScalarNaN), style((SkPaint::Style) -1),
249 if (SkScalarIsNaN(strokeWidth) == false)
250 paint->setStrokeWidth(strokeWidth);
H A DSkDrawPaint.h58 SkScalar strokeWidth; member in class:SkDrawPaint
/external/chromium_org/third_party/skia/tests/
H A DBlurTest.cpp31 static const int strokeWidth = 4; variable
60 { 50 + strokeWidth/2, 50 + strokeWidth/2, 100, 100 },
62 { 40, strokeWidth, 60, 50 - strokeWidth },
106 paint.setStrokeWidth(SkIntToScalar(strokeWidth));
/external/skia/tests/
H A DBlurTest.cpp31 static const int strokeWidth = 4; variable
60 { 50 + strokeWidth/2, 50 + strokeWidth/2, 100, 100 },
62 { 40, strokeWidth, 60, 50 - strokeWidth },
106 paint.setStrokeWidth(SkIntToScalar(strokeWidth));
/external/chromium_org/third_party/skia/samplecode/
H A DSampleClip.cpp61 static void show_stroke(SkCanvas* canvas, bool doAA, SkScalar strokeWidth, int n) { argument
66 paint.setStrokeWidth(strokeWidth);
/external/skia/samplecode/
H A DSampleClip.cpp61 static void show_stroke(SkCanvas* canvas, bool doAA, SkScalar strokeWidth, int n) { argument
66 paint.setStrokeWidth(strokeWidth);
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSPropertyEquality.cpp227 return dataEquivalent(a.strokeWidth(), b.strokeWidth());
/external/chromium_org/third_party/skia/src/gpu/
H A DGrStencilAndCoverTextContext.cpp290 SkScalar strokeWidth = SK_Scalar1 / local
293 gpuStroke.setStrokeStyle(strokeWidth, false /*strokeAndFill*/);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSVGCSSComputedStyleDeclaration.cpp201 return SVGLength::toCSSPrimitiveValue(svgStyle.strokeWidth());
/external/chromium_org/third_party/skia/bench/
H A DRectBench.cpp16 DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");

Completed in 2630 milliseconds

123