/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() 161 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 | 428 SkScalar width = paint.getStrokeWidth(); in init() 477 if (0 == fPaint->getStrokeWidth()) { in chooseProc() 567 SkScalar width = newPaint.getStrokeWidth(); in drawPoints() 642 SkASSERT(pointData.fSize.fX == SkScalarHalf(newP.getStrokeWidth())); in drawPoints() 715 SkPoint pt = { paint.getStrokeWidth(), paint.getStrokeWidth() }; in compute_stroke_size() 735 const SkScalar width = paint.getStrokeWidth(); in ComputeRectType() 812 if (paint.getStrokeWidth() == 0) { in drawRect() 1394 if (SkPaint::kStroke_Style == paint.getStyle() && 0 == paint.getStrokeWidth()) { in ShouldDrawTextAsPaths() 2152 SkASSERT(!paint.getStrokeWidth()); in draw_into_mask()
|
D | SkPictureCommon.h | 111 0 == op.paint.getStrokeWidth()) { in operator()
|
D | SkPictureContentInfo.cpp | 64 if (SkPaint::kStroke_Style == paint.getStyle() && 0 == paint.getStrokeWidth()) { in onDrawPath()
|
D | SkPaint.cpp | 1344 SkScalar strokeWidth = paint.getStrokeWidth(); in MakeRec() 1873 buffer.writeScalar(this->getStrokeWidth()); in flatten() 2125 str->appendScalar(this->getStrokeWidth()); in toString() 2195 return paint.getStrokeWidth() > 0 && in has_thick_frame() 2219 fPaint.setStrokeWidth(fPaint.getStrokeWidth() / fScale); in SkTextBaseIter()
|
D | SkOverdrawCanvas.cpp | 306 newPaint.setStrokeWidth(paint.getStrokeWidth()); in overdrawPaint()
|
/external/skia/gm/ |
D | addarc.cpp | 34 const SkScalar inset = paint.getStrokeWidth() + 4; in onDraw() 39 while (r.width() > paint.getStrokeWidth() * 3) { in onDraw() 139 const SkScalar delta = paint.getStrokeWidth() * 3 / 2; in onDraw() 144 while (r.width() > paint.getStrokeWidth() * 2) { in onDraw() 189 const SkScalar strokeWidth = paint.getStrokeWidth(); in onDraw()
|
D | polygons.cpp | 92 if (40 == paint->getStrokeWidth()) { in SetColorAndAlpha()
|
D | path_stroke_with_zero_length.cpp | 94 if (this->getMode() == skiagm::GM::kSample_Mode && paint.getStrokeWidth() < 2) { in onDraw()
|
/external/skia/samplecode/ |
D | SampleStrokeRect.cpp | 49 canvas->translate(paint.getStrokeWidth(), paint.getStrokeWidth()); in onDrawContent()
|
D | SampleDither.cpp | 43 r.inset(p.getStrokeWidth(), p.getStrokeWidth()); in draw_sweep() 52 SkScalar thickness = p.getStrokeWidth(); in draw_sweep()
|
D | SampleDash.cpp | 77 y0 += paint.getStrokeWidth() * 3; in onDrawContent()
|
/external/skia/tests/ |
D | StrokerTest.cpp | 164 p.getStrokeWidth()); in DEF_TEST() 204 gMaxRecursion[1], p.getStrokeWidth()); in DEF_TEST() 256 p.getStrokeWidth()); in DEF_TEST() 314 gMaxRecursion[1], p.getStrokeWidth()); in DEF_TEST() 360 p.getStrokeWidth()); in DEF_TEST() 399 gMaxRecursion[1], p.getStrokeWidth()); in DEF_TEST()
|
D | PaintTest.cpp | 195 paint.getStrokeWidth() * miter : in DEF_TEST() 196 paint.getStrokeWidth(); in DEF_TEST()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowPaint.java | 114 public float getStrokeWidth() { in getStrokeWidth() method in ShadowPaint
|
/external/skia/bench/ |
D | StrokeBench.cpp | 20 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap()); in StrokeBench()
|
D | DashBench.cpp | 115 rect.fTop = pts[0].fY - paint.getStrokeWidth() / 2; in handlePath() 117 rect.fBottom = rect.fTop + paint.getStrokeWidth(); in handlePath()
|
/external/skia/src/pdf/ |
D | SkPDFGraphicState.cpp | 100 : fStrokeWidth(p.getStrokeWidth()) in SkPDFGraphicState()
|
D | SkPDFDevice.cpp | 97 width += result.getStrokeWidth(); in calculate_text_paint() 602 if (paint->getStrokeWidth()) { in drawPoints() 606 SkScalar strokeWidth = paint->getStrokeWidth(); in drawPoints() 1624 bounds.outset(paint.getStrokeWidth() + SK_Scalar1, in handleInversePath() 1625 paint.getStrokeWidth() + SK_Scalar1); in handleInversePath()
|
/external/skia/src/c/ |
D | sk_paint.cpp | 85 return AsPaint(*cpaint).getStrokeWidth(); in sk_paint_get_stroke_width()
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 331 SkScalar width = paint.getStrokeWidth(); in drawPoints() 627 const SkScalar halfWidth = 0.5f * origPaint.getStrokeWidth(); in drawStrokedLine() 673 if (SkPaint::kStroke_Style == paint.getStyle() && paint.getStrokeWidth() > 0 && in drawPath() 677 SkScalar strokeWidth = this->ctm().getMaxScale() * paint.getStrokeWidth(); in drawPath()
|
/external/skia/src/effects/ |
D | SkLayerDrawLooper.cpp | 96 dst->setStrokeWidth(src.getStrokeWidth()); in ApplyInfo()
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 1076 const bool zeroWidth = (0 == paint.getStrokeWidth()); in rect_must_be_pathed() 1484 SkScalarToFLOAT(shaderPaint.getStrokeWidth())), in shadePath() 1487 if (0 == shaderPaint.getStrokeWidth()) { in shadePath() 1641 (SkPaint::kStroke_Style == paint->getStyle() && 0 == paint->getStrokeWidth())); in drawPath()
|
/external/skia/include/core/ |
D | SkPaint.h | 369 SkScalar getStrokeWidth() const { return fWidth; } in getStrokeWidth() function
|