Lines Matching refs:setPathEffect
42 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(nullptr); 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(nullptr); in r8()
602 p.setPathEffect(SkLine2DPathEffect::Create(SK_Scalar1*2, lattice))->unref(); in r9()
606 p.setPathEffect(nullptr); in r9()