Home
last modified time | relevance | path

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

12345

/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()
DSkRuntimeEffectPriv.h48 static bool SupportsConstantOutputForConstantInput(const SkRuntimeEffect* effect) { in SupportsConstantOutputForConstantInput()
52 static uint32_t Hash(const SkRuntimeEffect& effect) { in Hash()
56 static const SkSL::Program& Program(const SkRuntimeEffect& effect) { in Program()
DSkRuntimeEffect.cpp286 bool SkRuntimeEffectPriv::CanDraw(const SkCapabilities* caps, const SkRuntimeEffect* effect) { in CanDraw()
309 static sk_sp<SkSL::SkVMDebugTrace> make_skvm_debug_trace(SkRuntimeEffect* effect, in make_skvm_debug_trace()
349 const SkRuntimeEffect* effect, in read_child_effects()
566 sk_sp<SkRuntimeEffect> effect(new SkRuntimeEffect(std::move(program), in MakeInternal() local
771 std::unique_ptr<SkFilterColorProgram> SkFilterColorProgram::Make(const SkRuntimeEffect* effect) { in Make()
987 static GrFPResult make_effect_fp(sk_sp<SkRuntimeEffect> effect, in make_effect_fp()
1167 SkRuntimeColorFilter(sk_sp<SkRuntimeEffect> effect, in SkRuntimeColorFilter()
1322 auto effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, std::move(sksl)); in CreateProc() local
1350 SkRTShader(sk_sp<SkRuntimeEffect> effect, in SkRTShader()
1359 SkRTShader(sk_sp<SkRuntimeEffect> effect, in SkRTShader()
[all …]
DSkColorFilter_Matrix.cpp166 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in rgb_to_hsl() local
177 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in hsl_to_rgb() local
/external/skia/tests/
DSkRuntimeEffectTest.cpp402 const SkRuntimeEffect* effect, in verify_2x2_surface_results()
604 TestEffect effect(r, grContext, graphite); in test_RuntimeEffect_Shaders() local
731 const SkRuntimeEffect* effect, in verify_draw_obeys_capabilities()
765 auto effect = SkRuntimeEffect::MakeForShader(SkString(R"( in test_RuntimeEffectObeysCapabilities() local
781 auto effect = SkRuntimeEffect::MakeForShader(SkString(R"( in test_RuntimeEffectObeysCapabilities() local
801 auto effect = SkRuntimeEffect::MakeForBlender(SkString(R"( in test_RuntimeEffectObeysCapabilities() local
813 auto effect = SkRuntimeEffect::MakeForBlender(SkString(R"( in test_RuntimeEffectObeysCapabilities() local
852 auto effect = SkRuntimeEffect::MakeForColorFilter(SkString(R"( in DEF_TEST() local
860 auto effect = SkRuntimeEffect::MakeForColorFilter(SkString(R"( in DEF_TEST() local
877 TestEffect effect(r, /*grContext=*/nullptr, /*graphite=*/nullptr, in DEF_TEST() local
[all …]
/external/skia/src/gpu/ganesh/
DGrFragmentProcessor.cpp193 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in MakeColor() local
215 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in ApplyPaintAlpha() local
237 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in ClampOutput() local
322 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in OverrideInput() local
344 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in DisableCoverageAsAlpha() local
355 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForBlender, in DestColor() local
461 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in ColorMatrix() local
605 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, in Rect() local
656 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, in Circle() local
717 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, in Ellipse() local
DGrFixedClip.cpp39 Effect effect = Effect::kUnclipped; in apply() local
/external/skia/src/gpu/ganesh/gradients/
DGrGradientShader.cpp78 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, in make_single_interval_colorizer() local
98 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, in make_dual_interval_colorizer() local
265 const SkRuntimeEffect* effect; in make_looping_colorizer() member
549 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, in make_clamped_gradient() local
606 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, in make_tiled_gradient() local
685 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in make_interpolated_to_dst() local
861 static const SkRuntimeEffect* effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, in MakeLinear() local
/external/skia/gm/
Druntimeimagefilter.cpp29 sk_sp<SkRuntimeEffect> effect = SkRuntimeEffect::MakeForShader(SkString(R"( in make_filter() local
80 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.java78 int uid, String opPkg, VibrationEffect effect, AudioAttributes attributes) { in vibrate()
84 int uid, String opPkg, VibrationEffect effect, String reason, AudioAttributes attributes) { in vibrate()
137 Object uid, Object opPkg, Object effect, Object reason, Object attributes) { in vibrate()
/external/skia/src/effects/imagefilters/
DSkRuntimeImageFilter.cpp44 SkRuntimeImageFilter(sk_sp<SkRuntimeEffect> effect, in SkRuntimeImageFilter()
82 sk_sp<SkImageFilter> SkMakeRuntimeImageFilter(sk_sp<SkRuntimeEffect> effect, in SkMakeRuntimeImageFilter()
112 auto effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForShader, std::move(sksl)); in CreateProc() local
/external/skia/include/effects/
DSkRuntimeEffect.h150 sk_sp<SkRuntimeEffect> effect; member
422 const SkRuntimeEffect* effect() const { return fEffect.get(); } in effect() function
434 explicit SkRuntimeEffectBuilder(sk_sp<SkRuntimeEffect> effect) in SkRuntimeEffectBuilder()
438 explicit SkRuntimeEffectBuilder(sk_sp<SkRuntimeEffect> effect, sk_sp<SkData> uniforms) in SkRuntimeEffectBuilder()
499 explicit SkRuntimeShaderBuilder(sk_sp<SkRuntimeEffect> effect, sk_sp<SkData> uniforms) in SkRuntimeShaderBuilder()
/external/skia/src/effects/
DSkLumaColorFilter.cpp21 static const SkRuntimeEffect* effect = SkMakeCachedRuntimeEffect( in Make() local
DSkOverdrawColorFilter.cpp22 static const SkRuntimeEffect* effect = SkMakeCachedRuntimeEffect( in MakeWithSkColors() local
DSkHighContrastFilter.cpp73 static const SkRuntimeEffect* effect = SkMakeCachedRuntimeEffect( in Make() local
/external/skia/src/gpu/graphite/
DRuntimeEffectDictionary.cpp14 void RuntimeEffectDictionary::set(int codeSnippetID, sk_sp<const SkRuntimeEffect> effect) { in set()
DRuntimeEffectDictionary.h25 sk_sp<const SkRuntimeEffect>* effect = fDict.find(codeSnippetID); in find() 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/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

12345