Home
last modified time | relevance | path

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

12

/external/skia/gm/
Dpatheffects.cpp28 paint->setPathEffect(compose)->unref(); in compose_pe()
48 paint->setPathEffect(SkDashPathEffect::Create(inter, SK_ARRAY_COUNT(inter), in dash_pe()
72 paint->setPathEffect(SkPath1DPathEffect::Create(path, SkIntToScalar(21), 0, in one_d_pe()
82 paint->setPathEffect(NULL); in fill_pe()
86 paint->setPathEffect(SkDiscretePathEffect::Create(10, 4))->unref(); in discrete_pe()
100 paint->setPathEffect(MakeTileEffect())->unref(); in tile_pe()
Dtexteffects.cpp80 p.setPathEffect(SkDiscretePathEffect::Create(SK_Scalar1*4, SK_Scalar1*3))->unref(); in r5()
108 p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice))->unref(); in r7()
118 p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice))->unref(); in r8()
122 p.setPathEffect(NULL); in r8()
135 p.setPathEffect(SkLine2DPathEffect::Create(SK_Scalar1*2, lattice))->unref(); in r9()
139 p.setPathEffect(NULL); in r9()
Ddashcubics.cpp44 paint.setPathEffect(pe)->unref(); in flower()
48 paint.setPathEffect(NULL); in flower()
Ddashing.cpp24 p.setPathEffect(SkDashPathEffect::Create(intervals, 2, phase))->unref(); in drawline()
173 paint.setPathEffect(SkDashPathEffect::Create(vals, count, phase))->unref(); in onDraw()
221 p.setPathEffect(SkDashPathEffect::Create(intervals, 2, phase))->unref(); in drawDashedLines()
Dstroketext.cpp58 p.setPathEffect(SkDashPathEffect::Create(intervals, SK_ARRAY_COUNT(intervals), phase))->unref(); in draw_text_set()
Dtextbloblooper.cpp80 paint->setPathEffect(make_tile_effect())->unref(); in path_effect()
/external/skia/samplecode/
DSampleSlides.cpp42 paint->setPathEffect(compose)->unref(); in compose_pe()
62 paint->setPathEffect(SkDashPathEffect::Create(inter, SK_ARRAY_COUNT(inter), in dash_pe()
86 paint->setPathEffect(SkPath1DPathEffect::Create(path, SkIntToScalar(21), 0, in one_d_pe()
96 paint->setPathEffect(NULL); in fill_pe()
100 paint->setPathEffect(SkDiscretePathEffect::Create(10, 4))->unref(); in discrete_pe()
114 paint->setPathEffect(MakeTileEffect())->unref(); in tile_pe()
543 p.setPathEffect(SkDiscretePathEffect::Create(SK_Scalar1*4, SK_Scalar1*3))->unref(); in r5()
573 p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice))->unref(); in r7()
584 p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice))->unref(); in r8()
588 p.setPathEffect(NULL); in r8()
[all …]
DSamplePathEffects.cpp147 paint.setPathEffect(make_pe(2, fPhase))->unref(); in onDrawContent()
153 paint.setPathEffect(make_pe(3, fPhase))->unref(); in onDrawContent()
159 paint.setPathEffect(make_warp_pe(fPhase))->unref(); in onDrawContent()
DSampleDash.cpp74 paint.setPathEffect(&dash); in onDrawContent()
76 paint.setPathEffect(NULL); in onDrawContent()
DSampleAll.cpp146 p.setPathEffect(SkDiscretePathEffect::Create(SK_Scalar1*4, SK_Scalar1*3))->unref(); in r5()
189 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*4, lattice))->unref(); in r7()
199 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*2, lattice))->unref(); in r8()
203 p.setPathEffect(NULL); in r8()
216 p.setPathEffect(SkLine2DPathEffect::Create(SK_Scalar1*2, lattice))->unref(); in r9()
220 p.setPathEffect(NULL); in r9()
422 paint.setPathEffect(pathEffectTest())->unref(); in drawPicture()
424 paint.setPathEffect(NULL); in drawPicture()
DClockFaceView.cpp145 p.setPathEffect(makepe(SkScalarToFloat(interp), NULL))->unref(); in r7()
148 p.setPathEffect(new InverseFillPE())->unref(); in r7()
DSamplePath.cpp255 fArcToPaint.setPathEffect(SkArcToPathEffect::Create(rad))->unref(); in ArcToView()
261 fCornerPaint.setPathEffect(SkCornerPathEffect::Create(rad*2))->unref(); in ArcToView()
/external/skia/bench/
DDashBench.cpp74 paint.setPathEffect(SkDashPathEffect::Create(fIntervals.begin(), in onDraw()
122 p.setPathEffect(NULL); in handlePath()
239 paint.setPathEffect(fPE); in onDraw()
279 p.setPathEffect(fPathEffect); in onDraw()
364 p.setPathEffect(fPathEffect); in onDraw()
405 p.setPathEffect(fPathEffect); in onDraw()
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DTimeSeriesActivity.java61 setPathEffect(new DashPathEffect(new float[]{1, 1}, 1)); in onCreate()
64 setPathEffect(new DashPathEffect(new float[]{1, 1}, 1)); in onCreate()
DStepChartExampleActivity.java61 …mySimpleXYPlot.getGraphWidget().getDomainGridLinePaint().setPathEffect(new DashPathEffect(new floa… in onCreate()
63 …mySimpleXYPlot.getGraphWidget().getRangeGridLinePaint().setPathEffect(new DashPathEffect(new float… in onCreate()
DXYPlotWithBgImgActivity.java36 …plot.getGraphWidget().getDomainGridLinePaint().setPathEffect(new DashPathEffect(new float[]{3, 3},… in onCreate()
38 …plot.getGraphWidget().getRangeGridLinePaint().setPathEffect(new DashPathEffect(new float[]{3, 3}, … in onCreate()
DDynamicXYPlotActivity.java106 dynamicPlot.getGraphWidget().getDomainGridLinePaint().setPathEffect(dashFx); in onCreate()
107 dynamicPlot.getGraphWidget().getRangeGridLinePaint().setPathEffect(dashFx); in onCreate()
DXYRegionExampleActivity.java389 fenwayLfMarker.getLinePaint().setPathEffect(dpe); in markerSetup()
390 attRfMarker.getLinePaint().setPathEffect(dpe); in markerSetup()
/external/skia/experimental/PdfViewer/
DSkPdfGraphicsState.cpp28 paint->setPathEffect(SkDashPathEffect::Create(fDashArray, in applyGraphicsState()
/external/skia/tests/
DDrawPathTest.cpp249 paint.setPathEffect(dash); in test_infinite_dash()
268 paint.setPathEffect(dash); in test_crbug_165432()
/external/skia/src/animator/
DSkDrawPaint.cpp234 paint->setPathEffect(NULL); in setupPaint()
236 SkSafeUnref(paint->setPathEffect(pathEffect->getPathEffect())); in setupPaint()
/external/skia/src/gpu/
DGrTextContext.cpp184 paint.setPathEffect(NULL); in drawPosTextAsPath()
196 paint.setPathEffect(origPaint.getPathEffect()); in drawPosTextAsPath()
/external/skia/experimental/DrawingBoard/
DSampleDrawingClient.cpp224 p.setPathEffect(new SkCornerPathEffect(55))->unref(); in onDrawContent()
/external/skia/src/core/
DSkPaint.cpp1991 SkSafeUnref(this->setPathEffect(buffer.readPathEffect())); in unflatten()
2004 this->setPathEffect(NULL); in unflatten()
2038 SkPathEffect* SkPaint::setPathEffect(SkPathEffect* effect) { in setPathEffect() function in SkPaint
2324 fPaint.setPathEffect(NULL); in SkTextToPathIter()
2337 fPaint.setPathEffect(pe); in SkTextToPathIter()
/external/skia/src/effects/
DSkLayerDrawLooper.cpp97 dst->setPathEffect(src.getPathEffect()); in ApplyInfo()

12