Searched refs:kRound_Cap (Results 1 – 22 of 22) sorted by relevance
/external/skia/samplecode/ |
D | SamplePoints.cpp | 62 p2.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()
|
D | SampleUnitMapper.cpp | 96 paint.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()
|
D | SampleFuzz.cpp | 146 case 0: paint.setStrokeCap(SkPaint::kRound_Cap); break; in do_fuzz()
|
D | SampleWarp.cpp | 152 paint.setStrokeCap(SkPaint::kRound_Cap); in test_patch() 195 paint.setStrokeCap(SkPaint::kRound_Cap); in test_drag()
|
D | SampleLineClipper.cpp | 227 paint.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()
|
D | SampleDraw.cpp | 148 paint.setStrokeCap(SkPaint::kRound_Cap); in onDrawSelection()
|
/external/skia/gm/ |
D | points.cpp | 50 p2.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
|
D | linepaths.cpp | 69 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw() 210 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
|
D | quadpaths.cpp | 69 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw() 211 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
|
D | cubicpaths.cpp | 69 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw() 212 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
|
D | degeneratesegments.cpp | 283 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
|
/external/chromium/chrome/browser/ui/views/infobars/ |
D | infobar_background.cc | 56 paint.setStrokeCap(SkPaint::kRound_Cap); in Paint()
|
/external/skia/bench/ |
D | RectBench.cpp | 119 paint.setStrokeCap(SkPaint::kRound_Cap); in onDraw() 167 paint.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
|
/external/skia/tests/ |
D | EmptyPathTest.cpp | 72 SkPaint::kRound_Cap, in iter_paint()
|
/external/skia/src/pdf/ |
D | SkPDFGraphicState.cpp | 210 SK_COMPILE_ASSERT(SkPaint::kRound_Cap == 1, paint_cap_mismatch); in populateDict()
|
D | SkPDFDevice.cpp | 636 paint->getStrokeCap() != SkPaint::kRound_Cap) { in drawPoints() 652 modifiedPaint.setStrokeCap(SkPaint::kRound_Cap); in drawPoints() 682 SkASSERT(paint->getStrokeCap() == SkPaint::kRound_Cap); in drawPoints()
|
/external/skia/include/core/ |
D | SkPaint.h | 387 kRound_Cap, //!< begin/end contours with a semi-circle extension enumerator
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | PlatformGraphicsContext.cpp | 283 m_state->lineCap = SkPaint::kRound_Cap; in setLineCap()
|
/external/skia/src/core/ |
D | SkStroke.cpp | 638 paint.setStrokeCap(SkPaint::kRound_Cap); in strokePath()
|
D | SkDraw.cpp | 443 if (paint.getStrokeCap() != SkPaint::kRound_Cap && in init() 505 } else if (fPaint->getStrokeCap() != SkPaint::kRound_Cap) { in chooseProc() 603 if (newPaint.getStrokeCap() == SkPaint::kRound_Cap) { in drawPoints()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 931 platformContext()->setLineCap(SkPaint::kRound_Cap); in setLineCap()
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_view_win.cc | 2290 paint.setStrokeCap(SkPaint::kRound_Cap); in DrawSlashForInsecureScheme()
|