| /external/skia/src/core/ |
| D | SkPathEffectBase.h | 130 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()
|
| D | SkRuntimeEffectPriv.h | 48 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()
|
| D | SkRuntimeEffect.cpp | 286 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 …]
|
| D | SkColorFilter_Matrix.cpp | 166 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/ |
| D | SkRuntimeEffectTest.cpp | 402 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/ |
| D | GrFragmentProcessor.cpp | 193 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
|
| D | GrFixedClip.cpp | 39 Effect effect = Effect::kUnclipped; in apply() local
|
| /external/skia/src/gpu/ganesh/gradients/ |
| D | GrGradientShader.cpp | 78 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/ |
| D | runtimeimagefilter.cpp | 29 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/ |
| D | timeline.js | 47 _play: function(effect) { argument 61 play: function(effect) { argument
|
| /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/externs/ |
| D | web-animations-next.js | 101 AnimationTimeline.prototype.play = function(effect) {}; argument 110 Animation.prototype.effect; method in Animation
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowSystemVibrator.java | 78 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/ |
| D | SkRuntimeImageFilter.cpp | 44 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/ |
| D | SkRuntimeEffect.h | 150 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/ |
| D | SkLumaColorFilter.cpp | 21 static const SkRuntimeEffect* effect = SkMakeCachedRuntimeEffect( in Make() local
|
| D | SkOverdrawColorFilter.cpp | 22 static const SkRuntimeEffect* effect = SkMakeCachedRuntimeEffect( in MakeWithSkColors() local
|
| D | SkHighContrastFilter.cpp | 73 static const SkRuntimeEffect* effect = SkMakeCachedRuntimeEffect( in Make() local
|
| /external/skia/src/gpu/graphite/ |
| D | RuntimeEffectDictionary.cpp | 14 void RuntimeEffectDictionary::set(int codeSnippetID, sk_sp<const SkRuntimeEffect> effect) { in set()
|
| D | RuntimeEffectDictionary.h | 25 sk_sp<const SkRuntimeEffect>* effect = fDict.find(codeSnippetID); in find() local
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowSystemVibrator.java | 74 …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.c | 29 int effect; in _opcode_stack_effect_impl() local
|
| /external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/ |
| D | ShadowNativePathDashPathEffectTest.java | 31 PathDashPathEffect effect = in testPathDashPathEffect() local
|
| D | ShadowNativeCornerPathEffectTest.java | 39 PathEffect effect = new CornerPathEffect(RADIUS); in testCornerPathEffect() local
|
| D | ShadowNativeDiscretePathEffectTest.java | 34 DiscretePathEffect effect = new DiscretePathEffect(SEGMENT_LENGTH, DEVIATION); in testDiscretePathEffect() local
|
| /external/skia/modules/skottie/src/effects/ |
| D | ThresholdEffect.cpp | 37 static const SkRuntimeEffect* effect = in threshold_effect() local
|