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

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

Completed in 110 milliseconds