Searched refs:kRotate_Style (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/include/effects/ |
D | Sk1DPathEffect.h | 17 kRotate_Style, // rotate the shape about its center enumerator
|
/third_party/skia/docs/examples/ |
D | skpaint_path_1d_path_effect.cpp | 10 SkPath1DPathEffect::Make(path, 32.0f, 0.0f, SkPath1DPathEffect::kRotate_Style)); in draw()
|
D | Path_addRect_2.cpp | 16 SkPath1DPathEffect::kRotate_Style)); in draw()
|
D | Path_Direction.cpp | 18 SkPath1DPathEffect::kRotate_Style));
|
D | Path_addOval_2.cpp | 18 SkPath1DPathEffect::kRotate_Style));
|
/third_party/flutter/skia/docs/examples/ |
D | Path_addRect_2.cpp | 16 SkPath1DPathEffect::kRotate_Style)); in draw()
|
D | Path_Direction.cpp | 18 SkPath1DPathEffect::kRotate_Style));
|
D | Path_addOval_2.cpp | 18 SkPath1DPathEffect::kRotate_Style));
|
/third_party/flutter/skia/include/effects/ |
D | Sk1DPathEffect.h | 42 kRotate_Style, // rotate the shape about its center enumerator
|
/third_party/skia/samplecode/ |
D | SamplePathEffects.cpp | 40 auto outer = SkPath1DPathEffect::Make(path, 12, phase, SkPath1DPathEffect::kRotate_Style); in make_pe()
|
D | SampleSlides.cpp | 83 SkPath1DPathEffect::kRotate_Style)); in one_d_pe()
|
/third_party/flutter/skia/samplecode/ |
D | SamplePathEffects.cpp | 40 auto outer = SkPath1DPathEffect::Make(path, 12, phase, SkPath1DPathEffect::kRotate_Style); in make_pe()
|
D | SampleSlides.cpp | 84 SkPath1DPathEffect::kRotate_Style)); in one_d_pe()
|
/third_party/flutter/skia/gm/ |
D | patheffects.cpp | 85 SkPath1DPathEffect::kRotate_Style)); in one_d_pe()
|
/third_party/flutter/skia/src/effects/ |
D | Sk1DPathEffect.cpp | 190 case kRotate_Style: { in next()
|
/third_party/skia/src/effects/ |
D | Sk1DPathEffect.cpp | 223 case SkPath1DPathEffect::kRotate_Style: { in next()
|
/third_party/skia/gm/ |
D | patheffects.cpp | 85 SkPath1DPathEffect::kRotate_Style)); in one_d_pe()
|