Searched refs:kMorph_Style (Results 1 – 6 of 6) sorted by relevance
/external/skqp/include/effects/ |
D | Sk1DPathEffect.h | 43 kMorph_Style, // transform each point, and turn lines into curves enumerator 45 kLastEnum_Style = kMorph_Style,
|
/external/skia/include/effects/ |
D | Sk1DPathEffect.h | 43 kMorph_Style, // transform each point, and turn lines into curves enumerator 45 kLastEnum_Style = kMorph_Style,
|
/external/skqp/src/effects/ |
D | Sk1DPathEffect.cpp | 42 SkASSERT((unsigned)style <= kMorph_Style); in SkPath1DPathEffect() 66 if ((unsigned)style > kMorph_Style) { in SkPath1DPathEffect() 192 case kMorph_Style: in next()
|
/external/skia/src/effects/ |
D | Sk1DPathEffect.cpp | 42 SkASSERT((unsigned)style <= kMorph_Style); in SkPath1DPathEffect() 66 if ((unsigned)style > kMorph_Style) { in SkPath1DPathEffect() 192 case kMorph_Style: in next()
|
/external/skqp/samplecode/ |
D | SamplePathEffects.cpp | 60 path, 12, phase, SkPath1DPathEffect::kMorph_Style); in make_warp_pe()
|
/external/skia/samplecode/ |
D | SamplePathEffects.cpp | 60 path, 12, phase, SkPath1DPathEffect::kMorph_Style); in make_warp_pe()
|