/external/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 | 251 SkScalar width = paint.getStrokeWidth(); in init() 302 if (0 == fPaint->getStrokeWidth()) { in chooseProc() 395 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() 642 if (paint.getStrokeWidth() == 0) { in drawRect() 1277 SkASSERT(!paint.getStrokeWidth()); in draw_into_mask()
|
D | SkPictureCommon.h | 54 0 == op.paint.getStrokeWidth()) { in operator()
|
/external/skqp/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() 1262 SkASSERT(!paint.getStrokeWidth()); in draw_into_mask()
|
D | SkPictureCommon.h | 54 0 == op.paint.getStrokeWidth()) { in operator()
|
D | SkDraw_text.cpp | 19 if (SkPaint::kStroke_Style == paint.getStyle() && 0 == paint.getStrokeWidth()) { in ShouldDrawTextAsPaths()
|
/external/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()
|
/external/skqp/gm/ |
D | addarc.cpp | 34 const SkScalar inset = paint.getStrokeWidth() + 4; in onDraw() 39 while (r.width() > paint.getStrokeWidth() * 3) { in onDraw() 125 const SkScalar delta = paint.getStrokeWidth() * 3 / 2; in onDraw() 130 while (r.width() > paint.getStrokeWidth() * 2) { in onDraw() 175 const SkScalar strokeWidth = paint.getStrokeWidth(); in onDraw()
|
/external/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()
|
/external/skia/samplecode/ |
D | SampleStrokeRect.cpp | 41 canvas->translate(paint.getStrokeWidth(), paint.getStrokeWidth()); in onDrawContent()
|
/external/skqp/samplecode/ |
D | SampleStrokeRect.cpp | 47 canvas->translate(paint.getStrokeWidth(), paint.getStrokeWidth()); in onDrawContent()
|
/external/skqp/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()
|
/external/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 | 75 paint.getStrokeWidth() * miter : in DEF_TEST() 76 paint.getStrokeWidth(); in DEF_TEST()
|
/external/skqp/modules/sksg/src/ |
D | SkSGDraw.cpp | 36 (paint.getStyle() == SkPaint::kStroke_Style && paint.getStrokeWidth() <= 0); in onRender()
|
/external/skia/modules/sksg/src/ |
D | SkSGDraw.cpp | 38 (paint.getStyle() == SkPaint::kStroke_Style && paint.getStrokeWidth() <= 0); in onRender()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowCanvas.java | 377 this.paint.setStrokeWidth(paint.getStrokeWidth()); in LinePaintHistoryEvent() 393 this.paint.setStrokeWidth(paint.getStrokeWidth()); in OvalPaintHistoryEvent() 410 this.paint.setStrokeWidth(paint.getStrokeWidth()); in RectPaintHistoryEvent()
|
/external/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()
|
/external/skia/src/gpu/text/ |
D | GrSDFTControl.cpp | 52 if ((paint.getStyle() == SkPaint::kStroke_Style && paint.getStrokeWidth() == 0) in drawingType()
|
/external/skqp/bench/ |
D | StrokeBench.cpp | 20 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap()); in StrokeBench()
|