Home
last modified time | relevance | path

Searched refs:MakeCompose (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/modules/androidkit/src/
H A DColorFilters.cpp31 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 DSamplePathEffects.cpp47 return SkPathEffect::MakeCompose(outer, inner); in make_pe()
63 return SkPathEffect::MakeCompose(outer, inner); in make_warp_pe()
H A DSampleSlides.cpp35 compose = SkPathEffect::MakeCompose(sk_ref_sp(pe), corner); in compose_pe()
/third_party/skia/docs/examples/
H A Dskpaint_compose_path_effect.cpp20 SkPathEffect::MakeCompose(SkDashPathEffect::Make(intervals, count, 0.0f), in REG_FIDDLE()
H A Dcompose_path.cpp20 SkPathEffect::MakeCompose(SkDashPathEffect::Make(intervals, count, 0.0f), in REG_FIDDLE()
/third_party/skia/include/core/
H A DSkPathEffect.h45 static sk_sp<SkPathEffect> MakeCompose(sk_sp<SkPathEffect> outer, sk_sp<SkPathEffect> inner);
/third_party/skia/modules/skparagraph/src/
H A DParagraphPainterImpl.cpp33 fPaint.setPathEffect(SkPathEffect::MakeCompose( in DecorationStyle()
/third_party/skia/modules/canvaskit/
H A Dexterns.js309 MakeCompose: function() {},
424 MakeCompose: function() {},
/third_party/skia/src/core/
H A DSkPathEffect.cpp199 sk_sp<SkPathEffect> SkPathEffect::MakeCompose(sk_sp<SkPathEffect> outer, in MakeCompose() function in SkPathEffect
/third_party/skia/gm/
H A Dpatheffects.cpp37 compose = SkPathEffect::MakeCompose(sk_ref_sp(pe), corner); in compose_pe()
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp364 return SkPathEffect::MakeCompose(std::move(first), std::move(second)); in make_fuzz_patheffect()

Completed in 7 milliseconds