/external/skia/src/core/ |
D | SkStrokeRec.cpp | 44 fWidth = paint.getStrokeWidth(); in init() 48 if (0 == paint.getStrokeWidth()) { in init() 53 fWidth = paint.getStrokeWidth(); in init()
|
D | SkDrawProcs.h | 77 SkScalar strokeWidth = paint.getStrokeWidth(); in SkDrawTreatAsHairline()
|
D | SkDraw.cpp | 449 SkScalar width = paint.getStrokeWidth(); in init() 498 if (0 == fPaint->getStrokeWidth()) { in chooseProc() 588 SkScalar width = newPaint.getStrokeWidth(); in drawPoints() 665 SkASSERT(pointData.fSize.fX == SkScalarHalf(newP.getStrokeWidth())); in drawPoints() 739 SkPoint pt = { paint.getStrokeWidth(), paint.getStrokeWidth() }; in compute_stroke_size() 759 const SkScalar width = paint.getStrokeWidth(); in ComputeRectType() 836 if (paint.getStrokeWidth() == 0) { in drawRect() 1393 if (SkPaint::kStroke_Style == paint.getStyle() && 0 == paint.getStrokeWidth()) { in ShouldDrawTextAsPaths()
|
D | SkPictureContentInfo.cpp | 64 if (SkPaint::kStroke_Style == paint.getStyle() && 0 == paint.getStrokeWidth()) { in onDrawPath()
|
D | SkPaint.cpp | 1370 SkScalar strokeWidth = paint.getStrokeWidth(); in MakeRec() 1930 ptr = write_scalar(ptr, this->getStrokeWidth()); in flatten() 2096 SkScalar radius = SkScalarHalf(this->getStrokeWidth()); in doComputeFastBounds() 2222 str->appendScalar(this->getStrokeWidth()); in toString() 2294 return paint.getStrokeWidth() > 0 && in has_thick_frame() 2316 fPaint.setStrokeWidth(fPaint.getStrokeWidth() / fScale); in SkTextToPathIter()
|
D | SkPicture.cpp | 170 0 == op.paint.getStrokeWidth()) { in operator ()()
|
/external/skia/gm/ |
D | addarc.cpp | 33 const SkScalar inset = paint.getStrokeWidth() + 4; in onDraw() 38 while (r.width() > paint.getStrokeWidth() * 3) { in onDraw() 138 const SkScalar delta = paint.getStrokeWidth() * 3 / 2; in onDraw() 143 while (r.width() > paint.getStrokeWidth() * 2) { in onDraw()
|
D | techtalk1.cpp | 164 SkScalar rad = paint.getStrokeWidth() / 2; in draw_rect() 219 SkScalar rad = paint.getStrokeWidth() / 2; in draw_oval() 228 SkScalar rad = paint.getStrokeWidth() / 2; in draw_oval() 239 SkScalar rad = paint.getStrokeWidth() / 2; in draw_oval() 244 SkScalar rad = paint.getStrokeWidth() / 2; in draw_oval()
|
D | polygons.cpp | 92 if (40 == paint->getStrokeWidth()) { in SetColorAndAlpha()
|
D | strokes.cpp | 233 canvas->translate(dx + strokePaint.getStrokeWidth(), 0); in onDraw()
|
/external/skia/samplecode/ |
D | SampleStrokeRect.cpp | 51 canvas->translate(paint.getStrokeWidth(), paint.getStrokeWidth()); in onDrawContent()
|
D | SampleDither.cpp | 48 r.inset(p.getStrokeWidth(), p.getStrokeWidth()); in draw_sweep() 57 SkScalar thickness = p.getStrokeWidth(); in draw_sweep()
|
D | SampleDash.cpp | 78 y0 += paint.getStrokeWidth() * 3; in onDrawContent()
|
/external/skia/tests/ |
D | StrokerTest.cpp | 148 p.getStrokeWidth()); in DEF_TEST() 188 gMaxRecursion[1], p.getStrokeWidth()); in DEF_TEST() 240 p.getStrokeWidth()); in DEF_TEST() 298 gMaxRecursion[1], p.getStrokeWidth()); in DEF_TEST() 344 p.getStrokeWidth()); in DEF_TEST() 383 gMaxRecursion[1], p.getStrokeWidth()); in DEF_TEST()
|
D | PaintTest.cpp | 197 SkScalarMul(paint.getStrokeWidth(), miter) : in DEF_TEST() 198 paint.getStrokeWidth(); in DEF_TEST()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowPaint.java | 114 public float getStrokeWidth() { in getStrokeWidth() method in ShadowPaint
|
/external/skia/src/c/ |
D | sk_paint.cpp | 86 return AsPaint(*cpaint).getStrokeWidth(); in sk_paint_get_stroke_width()
|
/external/skia/src/gpu/ |
D | GrTextBlobCache.h | 57 cacheBlob->fStrokeInfo.fFrameWidth = paint.getStrokeWidth(); in createCachedBlob()
|
D | GrStencilAndCoverTextContext.cpp | 64 && skPaint.getStrokeWidth() == 0 in canDraw()
|
/external/skia/bench/ |
D | DashBench.cpp | 116 rect.fTop = pts[0].fY - paint.getStrokeWidth() / 2; in handlePath() 118 rect.fBottom = rect.fTop + paint.getStrokeWidth(); in handlePath()
|
/external/skia/src/pdf/ |
D | SkPDFGraphicState.cpp | 105 : fStrokeWidth(p.getStrokeWidth()) in SkPDFGraphicState()
|
D | SkPDFDevice.cpp | 72 width += result.getStrokeWidth(); in calculate_text_paint() 830 if (paint->getStrokeWidth()) { in drawPoints() 834 SkScalar strokeWidth = paint->getStrokeWidth(); in drawPoints() 1467 bounds.outset(paint.getStrokeWidth() + SK_Scalar1, in handleInversePath() 1468 paint.getStrokeWidth() + SK_Scalar1); in handleInversePath()
|
/external/skia/src/pipe/ |
D | SkGPipeWrite.cpp | 1208 if (base.getStrokeWidth() != paint.getStrokeWidth()) { in writePaint() 1210 *ptr++ = castToU32(paint.getStrokeWidth()); in writePaint() 1211 base.setStrokeWidth(paint.getStrokeWidth()); in writePaint()
|
/external/skia/src/effects/ |
D | SkLayerDrawLooper.cpp | 86 dst->setStrokeWidth(src.getStrokeWidth()); in ApplyInfo()
|
/external/skia/include/core/ |
D | SkPaint.h | 413 SkScalar getStrokeWidth() const { return fWidth; } in getStrokeWidth() function
|