Home
last modified time | relevance | path

Searched refs:setPathEffect (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/animator/
DSkDrawPaint.cpp244 paint->setPathEffect(NULL); in setupPaint()
246 paint->setPathEffect(pathEffect->getPathEffect())->safeUnref(); in setupPaint()
/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp285 paint->setPathEffect(pe); in setup_paint_stroke()
304 paint->setPathEffect(pe)->unref(); in setup_paint_stroke()
426 paint.setPathEffect(NULL); // no dashing please in drawRect()
492 paint.setPathEffect(NULL); in drawLine()
Dandroid_graphics.cpp94 paint.setPathEffect(new SkCornerPathEffect(CURSOR_RING_ROUNDEDNESS))->unref(); in draw()
/external/webkit/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp373 paint->setPathEffect(m_state->m_dash); in setupPaintForStroking()
403 paint->setPathEffect(new SkDashPathEffect(intervals, 2, SkIntToScalar(phase)))->unref(); in setupPaintForStroking()
DGraphicsContextSkia.cpp533 paint.setPathEffect(new SkCornerPathEffect(focusRingOutset * 2))->unref(); in drawFocusRing()
/external/skia/src/core/
DSkPaint.cpp1529 this->setPathEffect((SkPathEffect*) buffer.readFlattenable())->safeUnref(); in unflatten()
1537 this->setPathEffect(NULL); in unflatten()
1573 SkPathEffect* SkPaint::setPathEffect(SkPathEffect* effect) in setPathEffect() function in SkPaint
1701 fPaint.setPathEffect(NULL); in SkTextToPathIter()
1715 fPaint.setPathEffect(pe); in SkTextToPathIter()
DSkDraw.cpp1897 tempPaint.setPathEffect(NULL); in drawPosTextOnPath()
/external/webkit/WebKit/android/nav/
DFindCanvas.cpp504 m_findPaint.setPathEffect(cornerEffect); in setUpFindPaint()
510 m_findBlurPaint.setPathEffect(cornerEffect); in setUpFindPaint()
/external/skia/src/effects/
DSkLayerRasterizer.cpp171 paint->setPathEffect((SkPathEffect*)buffer.readFlattenable())->safeUnref(); in paint_read()
/external/skia/include/core/
DSkPaint.h540 SkPathEffect* setPathEffect(SkPathEffect* effect);