Searched refs:MakeCompose (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/modules/androidkit/src/ |
H A D | ColorFilters.cpp | 31 static jlong MakeCompose(JNIEnv*, jobject, jlong outer, jlong inner) { in MakeCompose() function 79 {"nMakeCompose", "(JJ)J", reinterpret_cast<void*>(MakeCompose)}, in register_androidkit_ComposeColorFilter()
|
/third_party/skia/samplecode/ |
H A D | SamplePathEffects.cpp | 47 return SkPathEffect::MakeCompose(outer, inner); in make_pe() 63 return SkPathEffect::MakeCompose(outer, inner); in make_warp_pe()
|
H A D | SampleSlides.cpp | 35 compose = SkPathEffect::MakeCompose(sk_ref_sp(pe), corner); in compose_pe()
|
/third_party/skia/docs/examples/ |
H A D | skpaint_compose_path_effect.cpp | 20 SkPathEffect::MakeCompose(SkDashPathEffect::Make(intervals, count, 0.0f), in REG_FIDDLE()
|
H A D | compose_path.cpp | 20 SkPathEffect::MakeCompose(SkDashPathEffect::Make(intervals, count, 0.0f), in REG_FIDDLE()
|
/third_party/skia/include/core/ |
H A D | SkPathEffect.h | 45 static sk_sp<SkPathEffect> MakeCompose(sk_sp<SkPathEffect> outer, sk_sp<SkPathEffect> inner);
|
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphPainterImpl.cpp | 33 fPaint.setPathEffect(SkPathEffect::MakeCompose( in DecorationStyle()
|
/third_party/skia/modules/canvaskit/ |
H A D | externs.js | 309 MakeCompose: function() {}, 424 MakeCompose: function() {},
|
/third_party/skia/src/core/ |
H A D | SkPathEffect.cpp | 199 sk_sp<SkPathEffect> SkPathEffect::MakeCompose(sk_sp<SkPathEffect> outer, in MakeCompose() function in SkPathEffect
|
/third_party/skia/gm/ |
H A D | patheffects.cpp | 37 compose = SkPathEffect::MakeCompose(sk_ref_sp(pe), corner); in compose_pe()
|
/third_party/skia/fuzz/ |
H A D | FuzzCanvas.cpp | 364 return SkPathEffect::MakeCompose(std::move(first), std::move(second)); in make_fuzz_patheffect()
|
Completed in 7 milliseconds