Home
last modified time | relevance | path

Searched refs:kMorph_Style (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/effects/
DSk1DPathEffect.h52 kMorph_Style, // transform each point, and turn lines into curves enumerator
/external/skia/src/effects/
DSk1DPathEffect.cpp197 case kMorph_Style: in next()
/external/skia/samplecode/
DSamplePathEffects.cpp55 … outer = new SkPath1DPathEffect(path, SkIntToScalar(12), gPhase, SkPath1DPathEffect::kMorph_Style); in make_warp_pe()