Home
last modified time | relevance | path

Searched defs:effect (Results 1 – 25 of 93) sorted by relevance

1234

/external/skia/src/core/
DSkPathEffectBase.h130 static inline SkPathEffectBase* as_PEB(SkPathEffect* effect) { in as_PEB()
134 static inline const SkPathEffectBase* as_PEB(const SkPathEffect* effect) { in as_PEB()
138 static inline const SkPathEffectBase* as_PEB(const sk_sp<SkPathEffect>& effect) { in as_PEB()
142 static inline sk_sp<SkPathEffectBase> as_PEB_sp(sk_sp<SkPathEffect> effect) { in as_PEB_sp()
DSkRuntimeEffect.cpp56 static sk_sp<SkSL::SkVMDebugTrace> make_skvm_debug_trace(SkRuntimeEffect* effect, in make_skvm_debug_trace()
118 const SkRuntimeEffect* effect, in read_child_effects()
355 sk_sp<SkRuntimeEffect> effect(new SkRuntimeEffect(std::move(program), in MakeInternal() local
598 std::unique_ptr<SkFilterColorProgram> SkFilterColorProgram::Make(const SkRuntimeEffect* effect) { in Make()
813 static sk_sp<SkData> get_xformed_uniforms(const SkRuntimeEffect* effect, in get_xformed_uniforms()
860 static GrFPResult make_effect_fp(sk_sp<SkRuntimeEffect> effect, in make_effect_fp()
982 SkRuntimeColorFilter(sk_sp<SkRuntimeEffect> effect, in SkRuntimeColorFilter()
1086 auto effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, std::move(sksl)); in CreateProc() local
1103 SkRTShader(sk_sp<SkRuntimeEffect> effect, in SkRTShader()
1224 auto effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForShader, std::move(sksl)); in CreateProc() local
[all …]
DSkColorFilter_Matrix.cpp145 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in rgb_to_hsl() local
180 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in hsl_to_rgb() local
/external/skia/src/gpu/gradients/
DGrGradientShader.cpp70 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in make_single_interval_colorizer() local
90 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in make_dual_interval_colorizer() local
257 sk_sp<SkRuntimeEffect> effect; in make_looping_colorizer() member
542 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in make_clamped_gradient() local
605 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in make_tiled_gradient() local
782 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in MakeLinear() local
795 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in MakeRadial() local
815 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in MakeSweep() local
847 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in MakeConical() local
867 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in MakeConical() local
[all …]
/external/skia/tools/viewer/
DParticlesSlide.cpp219 LoadedEffect effect; in loadEffects() local
253 LoadedEffect effect; in draw() local
266 for (const auto& effect : fLoaded) { in draw() local
286 sk_sp<SkParticleEffect> effect(new SkParticleEffect(fLoaded[i].fParams)); in draw() local
316 SkParticleEffect* effect = fRunning[i].fEffect.get(); in draw() local
393 for (const auto& effect : fRunning) { in draw() local
402 for (const auto& effect : fRunning) { in animate() local
/external/skia/src/gpu/
DGrFragmentProcessor.cpp193 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in MakeColor() local
215 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in ApplyPaintAlpha() local
238 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in ClampOutput() local
323 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in OverrideInput() local
345 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in DisableCoverageAsAlpha() local
357 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForBlender, R"( in UseDestColorAsInput() local
465 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in ColorMatrix() local
609 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, CLIP_EDGE_SKSL R"( in Rect() local
657 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, CLIP_EDGE_SKSL R"( in Circle() local
717 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, CLIP_EDGE_SKSL R"( in Ellipse() local
DGrFixedClip.cpp39 Effect effect = Effect::kUnclipped; in apply() local
/external/skia/tests/
DSkRuntimeEffectTest.cpp288 const SkRuntimeEffect* effect, in verify_2x2_surface_results()
454 TestEffect effect(r, surface); in test_RuntimeEffect_Shaders() local
558 TestEffect effect(r, surface); in DEF_TEST() local
603 TestEffect effect(r, surface); in DEF_TEST() local
663 TestEffect effect(r, surface); in DEF_TEST() local
710 TestBlend effect(r, surface); in test_RuntimeEffect_Blenders() local
841 sk_sp<SkRuntimeEffect> effect = SkRuntimeEffect::MakeForShader(SkString(kSource)).effect; in DEF_TEST() local
859 sk_sp<SkRuntimeEffect> effect = SkRuntimeEffect::MakeForBlender(SkString(kSource)).effect; in DEF_TEST() local
877 sk_sp<SkRuntimeEffect> effect = SkRuntimeEffect::MakeForShader(SkString(kSource)).effect; in DEF_TEST() local
958 TestEffect effect(r, surface); in test_RuntimeEffectStructNameReuse() local
[all …]
DSkDSLRuntimeEffectTest.cpp43 sk_sp<SkRuntimeEffect> effect = EndRuntimeShader(options); in end() local
119 DSLTestEffect effect(r, surface); in test_RuntimeEffect_Shaders() local
/external/skia/gm/
Druntimeimagefilter.cpp27 sk_sp<SkRuntimeEffect> effect = SkRuntimeEffect::MakeForShader(SkString(R"( in make_filter() local
78 sk_sp<SkRuntimeEffect> effect = SkRuntimeEffect::MakeForShader(SkString(R"( variable
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dtimeline.js47 _play: function(effect) { argument
61 play: function(effect) { argument
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/externs/
Dweb-animations-next.js101 AnimationTimeline.prototype.play = function(effect) {}; argument
110 Animation.prototype.effect; method in Animation
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSystemVibrator.java77 int uid, String opPkg, VibrationEffect effect, AudioAttributes attributes) { in vibrate()
83 int uid, String opPkg, VibrationEffect effect, String reason, AudioAttributes attributes) { in vibrate()
138 VibrationEffect effect, in vibrate()
/external/skia/include/effects/
DSkRuntimeEffect.h129 sk_sp<SkRuntimeEffect> effect; member
414 const SkRuntimeEffect* effect() const { return fEffect.get(); } in effect() function
424 explicit SkRuntimeEffectBuilder(sk_sp<SkRuntimeEffect> effect) in SkRuntimeEffectBuilder()
428 explicit SkRuntimeEffectBuilder(sk_sp<SkRuntimeEffect> effect, sk_sp<SkData> uniforms) in SkRuntimeEffectBuilder()
493 explicit SkRuntimeShaderBuilder(sk_sp<SkRuntimeEffect> effect, sk_sp<SkData> uniforms) in SkRuntimeShaderBuilder()
/external/skia/src/effects/imagefilters/
DSkRuntimeImageFilter.cpp25 SkRuntimeImageFilter(sk_sp<SkRuntimeEffect> effect, in SkRuntimeImageFilter()
60 sk_sp<SkImageFilter> SkMakeRuntimeImageFilter(sk_sp<SkRuntimeEffect> effect, in SkMakeRuntimeImageFilter()
90 auto effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForShader, std::move(sksl)); in CreateProc() local
/external/skia/src/effects/
DSkLumaColorFilter.cpp19 sk_sp<SkRuntimeEffect> effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in Make() local
DSkOverdrawColorFilter.cpp16 sk_sp<SkRuntimeEffect> effect = SkMakeCachedRuntimeEffect( in MakeWithSkColors() local
DSkHighContrastFilter.cpp46 sk_sp<SkRuntimeEffect> effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in Make() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSystemVibrator.java74 …protected void vibrate(int uid, String opPkg, VibrationEffect effect, AudioAttributes attributes) { in vibrate()
79 protected void vibrate(int uid, String opPkg, VibrationEffect effect, in vibrate()
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestInputActivity.java185 AutomaticGainControl effect = AutomaticGainControl.create(sessionId); in setupAGC() local
189 AcousticEchoCanceler effect = AcousticEchoCanceler.create(sessionId); in setupAEC() local
/external/python/cpython3/Modules/
D_opcode.c29 int effect; in _opcode_stack_effect_impl() local
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DShadowNativePathDashPathEffectTest.java31 PathDashPathEffect effect = in testPathDashPathEffect() local
DShadowNativeCornerPathEffectTest.java39 PathEffect effect = new CornerPathEffect(RADIUS); in testCornerPathEffect() local
DShadowNativeDiscretePathEffectTest.java34 DiscretePathEffect effect = new DiscretePathEffect(SEGMENT_LENGTH, DEVIATION); in testDiscretePathEffect() local
/external/skia/modules/skottie/src/effects/
DThresholdEffect.cpp37 static const SkRuntimeEffect* effect = in threshold_effect() local

1234