/third_party/skia/src/core/ |
D | SkStrokeRec.cpp | 40 fWidth = paint.getStrokeWidth(); in init() 44 if (0 == paint.getStrokeWidth()) { in init() 49 fWidth = paint.getStrokeWidth(); in init() 143 SkScalar width = SkPaint::kFill_Style == style ? -SK_Scalar1 : paint.getStrokeWidth(); in GetInflationRadius()
|
D | SkDrawProcs.h | 29 SkScalar strokeWidth = paint.getStrokeWidth(); in SkDrawTreatAsHairline()
|
D | SkDraw.cpp | 252 SkScalar width = paint.getStrokeWidth(); in init() 303 if (0 == fPaint->getStrokeWidth()) { in chooseProc() 396 SkScalar width = newPaint.getStrokeWidth(); in drawPoints() 473 SkASSERT(pointData.fSize.fX == SkScalarHalf(newP.getStrokeWidth())); in drawPoints() 546 SkPoint pt = { paint.getStrokeWidth(), paint.getStrokeWidth() }; in compute_stroke_size() 567 const SkScalar width = paint.getStrokeWidth(); in ComputeRectType() 645 if (paint.getStrokeWidth() == 0) { in drawRect() 1266 SkASSERT(!paint.getStrokeWidth()); in draw_into_mask()
|
D | SkPictureCommon.h | 54 0 == op.paint.getStrokeWidth()) { in operator()
|
/third_party/flutter/skia/src/core/ |
D | SkStrokeRec.cpp | 40 fWidth = paint.getStrokeWidth(); in init() 44 if (0 == paint.getStrokeWidth()) { in init() 49 fWidth = paint.getStrokeWidth(); in init() 143 SkScalar width = SkPaint::kFill_Style == style ? -SK_Scalar1 : paint.getStrokeWidth(); in GetInflationRadius()
|
D | SkDrawProcs.h | 29 SkScalar strokeWidth = paint.getStrokeWidth(); in SkDrawTreatAsHairline()
|
D | SkDraw.cpp | 248 SkScalar width = paint.getStrokeWidth(); in init() 299 if (0 == fPaint->getStrokeWidth()) { in chooseProc() 392 SkScalar width = newPaint.getStrokeWidth(); in drawPoints() 471 SkASSERT(pointData.fSize.fX == SkScalarHalf(newP.getStrokeWidth())); in drawPoints() 544 SkPoint pt = { paint.getStrokeWidth(), paint.getStrokeWidth() }; in compute_stroke_size() 564 const SkScalar width = paint.getStrokeWidth(); in ComputeRectType() 643 if (paint.getStrokeWidth() == 0) { in drawRect() 1267 SkASSERT(!paint.getStrokeWidth()); in draw_into_mask()
|
D | SkPictureCommon.h | 54 0 == op.paint.getStrokeWidth()) { in operator()
|
/third_party/skia/docs/examples/ |
D | PaintDump.cpp | 35 if (d.getStrokeWidth() != p.getStrokeWidth()) { in PaintStringDump() 36 s.appendf("p.setStrokeWidth(%.9g);\n", p.getStrokeWidth()); in PaintStringDump()
|
D | Paint_getStrokeWidth.cpp | 8 SkDebugf("0 %c= paint.getStrokeWidth()\n", 0 == paint.getStrokeWidth() ? '=' : '!'); in draw()
|
D | Paint_setStrokeWidth.cpp | 10 SkDebugf("5 %c= paint.getStrokeWidth()\n", 5 == paint.getStrokeWidth() ? '=' : '!'); in draw()
|
/third_party/flutter/skia/gm/ |
D | addarc.cpp | 44 const SkScalar inset = paint.getStrokeWidth() + 4; in onDraw() 49 while (r.width() > paint.getStrokeWidth() * 3) { in onDraw() 135 const SkScalar delta = paint.getStrokeWidth() * 3 / 2; in onDraw() 140 while (r.width() > paint.getStrokeWidth() * 2) { in onDraw() 185 const SkScalar strokeWidth = paint.getStrokeWidth(); in onDraw()
|
/third_party/skia/gm/ |
D | addarc.cpp | 44 const SkScalar inset = paint.getStrokeWidth() + 4; in onDraw() 49 while (r.width() > paint.getStrokeWidth() * 3) { in onDraw() 133 const SkScalar delta = paint.getStrokeWidth() * 3 / 2; in onDraw() 138 while (r.width() > paint.getStrokeWidth() * 2) { in onDraw() 183 const SkScalar strokeWidth = paint.getStrokeWidth(); in onDraw()
|
/third_party/skia/samplecode/ |
D | SampleStrokeRect.cpp | 41 canvas->translate(paint.getStrokeWidth(), paint.getStrokeWidth()); in onDrawContent()
|
/third_party/flutter/skia/samplecode/ |
D | SampleStrokeRect.cpp | 41 canvas->translate(paint.getStrokeWidth(), paint.getStrokeWidth()); in onDrawContent()
|
/third_party/flutter/skia/tests/ |
D | StrokerTest.cpp | 165 p.getStrokeWidth()); in DEF_TEST() 205 gMaxRecursion[1], p.getStrokeWidth()); in DEF_TEST() 257 p.getStrokeWidth()); in DEF_TEST() 315 gMaxRecursion[1], p.getStrokeWidth()); in DEF_TEST() 361 p.getStrokeWidth()); in DEF_TEST() 400 gMaxRecursion[1], p.getStrokeWidth()); in DEF_TEST()
|
D | PaintTest.cpp | 98 paint.getStrokeWidth() * miter : in DEF_TEST() 99 paint.getStrokeWidth(); in DEF_TEST()
|
/third_party/skia/tests/ |
D | StrokerTest.cpp | 167 p.getStrokeWidth()); in DEF_TEST() 207 gMaxRecursion[1], p.getStrokeWidth()); in DEF_TEST() 259 p.getStrokeWidth()); in DEF_TEST() 317 gMaxRecursion[1], p.getStrokeWidth()); in DEF_TEST() 363 p.getStrokeWidth()); in DEF_TEST() 402 gMaxRecursion[1], p.getStrokeWidth()); in DEF_TEST()
|
D | PaintTest.cpp | 74 paint.getStrokeWidth() * miter : in DEF_TEST() 75 paint.getStrokeWidth(); in DEF_TEST()
|
/third_party/flutter/skia/docs/examples/ |
D | Paint_getStrokeWidth.cpp | 8 SkDebugf("0 %c= paint.getStrokeWidth()\n", 0 == paint.getStrokeWidth() ? '=' : '!'); in draw()
|
D | Paint_setStrokeWidth.cpp | 10 SkDebugf("5 %c= paint.getStrokeWidth()\n", 5 == paint.getStrokeWidth() ? '=' : '!'); in draw()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Path.h | 44 GLfloat getStrokeWidth() const { return mStrokeWidth; } in getStrokeWidth() function
|
/third_party/flutter/skia/modules/sksg/src/ |
D | SkSGDraw.cpp | 38 (paint.getStyle() == SkPaint::kStroke_Style && paint.getStrokeWidth() <= 0); in onRender()
|
/third_party/skia/modules/sksg/src/ |
D | SkSGDraw.cpp | 38 (paint.getStyle() == SkPaint::kStroke_Style && paint.getStrokeWidth() <= 0); in onRender()
|
/third_party/skia/modules/skparagraph/src/ |
D | Decorations.cpp | 11 SkASSERT(paint.getStrokeWidth() > 0); // this trick won't work for hairlines in draw_line_as_rect() 15 float radius = paint.getStrokeWidth() * 0.5f; in draw_line_as_rect()
|