Home
last modified time | relevance | path

Searched refs:setStrokeCap (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/Source/WebKit/android/plugins/
DANPPaintInterface.cpp88 paint->setStrokeCap(static_cast<SkPaint::Cap>(cap)); in anp_setStrokeCap()
195 ASSIGN(i, setStrokeCap); in ANPPaintInterfaceV0_Init()
Dandroid_npapi.h557 void (*setStrokeCap)(ANPPaint*, ANPPaintCap); member
/external/skia/samplecode/
DSampleFuzz.cpp146 case 0: paint.setStrokeCap(SkPaint::kRound_Cap); break; in do_fuzz()
147 case 1: paint.setStrokeCap(SkPaint::kButt_Cap); break; in do_fuzz()
DSamplePoints.cpp62 p2.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()
DSampleUnitMapper.cpp96 paint.setStrokeCap(SkPaint::kRound_Cap); in onDrawContent()
DSampleWarp.cpp152 paint.setStrokeCap(SkPaint::kRound_Cap); in test_patch()
195 paint.setStrokeCap(SkPaint::kRound_Cap); in test_drag()
DSampleStrokePath.cpp32 paint.setStrokeCap(SkPaint::kButt_Cap); in test_huge_stroke()
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.cpp31 paint.setStrokeCap(cap); in drawPath()
172 paint.setStrokeCap(cap); in drawPath()
Dquadpaths.cpp31 paint.setStrokeCap(cap); in drawPath()
173 paint.setStrokeCap(cap); in drawPath()
Dcubicpaths.cpp31 paint.setStrokeCap(cap); in drawPath()
174 paint.setStrokeCap(cap); in drawPath()
Ddegeneratesegments.cpp198 paint.setStrokeCap(cap); in drawPath()
/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.cpp91 paint.setStrokeCap(gCaps[cap]); in iter_paint()
/external/skia/src/effects/
DSkLayerDrawLooper.cpp106 dst->setStrokeCap(src.getStrokeCap()); in ApplyInfo()
DSkLayerRasterizer.cpp154 paint->setStrokeCap((SkPaint::Cap)buffer.readU8()); in paint_read()
/external/skia/src/animator/
DSkDrawPaint.cpp246 paint->setStrokeCap((SkPaint::Cap) strokeCap); in setupPaint()
/external/skia/include/core/
DSkPaint.h417 void setStrokeCap(Cap cap);
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContext.cpp443 paint->setStrokeCap(m_state->lineCap); in setupPaintStroke()
/external/skia/src/pipe/
DSkGPipeRead.cpp386 case kCap_PaintOp: p->setStrokeCap((SkPaint::Cap)data); break; in paintOp_rp()
/external/webkit/Source/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp405 paint->setStrokeCap(m_state->m_lineCap); in setupPaintForStroking()
/external/skia/src/core/
DSkStroke.cpp638 paint.setStrokeCap(SkPaint::kRound_Cap); in strokePath()

12