Home
last modified time | relevance | path

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

/external/skia/include/effects/
DSk1DPathEffect.h47 kMorph_Style, // transform each point, and turn lines into curves enumerator
49 kLastEnum_Style = kMorph_Style,
/external/skia/src/effects/
DSk1DPathEffect.cpp60 if ((unsigned)style > kMorph_Style) { in SkPath1DPathEffect()
184 case kMorph_Style: in next()
/external/skia/samplecode/
DSamplePathEffects.cpp61 path, 12, phase, SkPath1DPathEffect::kMorph_Style); in make_warp_pe()