Home
last modified time | relevance | path

Searched refs:kRound_Cap (Results 1 – 22 of 22) sorted by relevance

/external/skia/samplecode/
DSamplePoints.cpp62 p2.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()
DSampleUnitMapper.cpp96 paint.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()
DSampleFuzz.cpp146 case 0: paint.setStrokeCap(SkPaint::kRound_Cap); break; in do_fuzz()
DSampleWarp.cpp152 paint.setStrokeCap(SkPaint::kRound_Cap); in test_patch()
195 paint.setStrokeCap(SkPaint::kRound_Cap); in test_drag()
DSampleLineClipper.cpp227 paint.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()
DSampleDraw.cpp148 paint.setStrokeCap(SkPaint::kRound_Cap); in onDrawSelection()
/external/skia/gm/
Dpoints.cpp50 p2.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
Dlinepaths.cpp69 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
210 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
Dquadpaths.cpp69 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
211 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
Dcubicpaths.cpp69 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
212 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
Ddegeneratesegments.cpp283 {SkPaint::kRound_Cap, SkPaint::kRound_Join, "Round"}, in onDraw()
/external/chromium/chrome/browser/ui/views/infobars/
Dinfobar_background.cc56 paint.setStrokeCap(SkPaint::kRound_Cap); in Paint()
/external/skia/bench/
DRectBench.cpp119 paint.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
167 paint.setStrokeCap(SkPaint::kRound_Cap); in onDraw()
/external/skia/tests/
DEmptyPathTest.cpp72 SkPaint::kRound_Cap, in iter_paint()
/external/skia/src/pdf/
DSkPDFGraphicState.cpp210 SK_COMPILE_ASSERT(SkPaint::kRound_Cap == 1, paint_cap_mismatch); in populateDict()
DSkPDFDevice.cpp636 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/
DSkPaint.h387 kRound_Cap, //!< begin/end contours with a semi-circle extension enumerator
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContext.cpp283 m_state->lineCap = SkPaint::kRound_Cap; in setLineCap()
/external/skia/src/core/
DSkStroke.cpp638 paint.setStrokeCap(SkPaint::kRound_Cap); in strokePath()
DSkDraw.cpp443 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/
DGraphicsContextSkia.cpp931 platformContext()->setLineCap(SkPaint::kRound_Cap); in setLineCap()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc2290 paint.setStrokeCap(SkPaint::kRound_Cap); in DrawSlashForInsecureScheme()