Home
last modified time | relevance | path

Searched defs:effect (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/skia/src/effects/
H A DSkLumaColorFilter.cpp19 sk_sp<SkRuntimeEffect> effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in Make() local
H A DSkOverdrawColorFilter.cpp16 sk_sp<SkRuntimeEffect> effect = SkMakeCachedRuntimeEffect( in MakeWithSkColors() local
H A DSkHighContrastFilter.cpp46 sk_sp<SkRuntimeEffect> effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in Make() local
/third_party/skia/gm/
H A Druntimeimagefilter.cpp26 sk_sp<SkRuntimeEffect> effect = SkRuntimeEffect::MakeForShader(SkString(R"( in make_filter() local
/third_party/skia/src/gpu/effects/
H A DGrSDFBlurEffect.cpp27 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, in Make() local
/third_party/skia/src/gpu/
H A DGrFixedClip.cpp39 Effect effect = Effect::kUnclipped; in apply() local
/third_party/skia/src/core/
H A DSkPictureCommon.h37 const SkPathEffect* effect = op.paint.getPathEffect(); in operator ()() local
H A DSkColorFilter_Matrix.cpp175 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in rgb_to_hsl() local
210 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in hsl_to_rgb() local
H A DSkRuntimeEffectPriv.h23 static bool SupportsConstantOutputForConstantInput(sk_sp<SkRuntimeEffect> effect) { in SupportsConstantOutputForConstantInput() argument
H A DSkPathEffectBase.h130 static inline SkPathEffectBase* as_PEB(SkPathEffect* effect) { in as_PEB() argument
134 static inline const SkPathEffectBase* as_PEB(const SkPathEffect* effect) { in as_PEB() argument
138 static inline const SkPathEffectBase* as_PEB(const sk_sp<SkPathEffect>& effect) { in as_PEB() argument
142 as_PEB_sp(sk_sp<SkPathEffect> effect) as_PEB_sp() argument
[all...]
/third_party/skia/src/gpu/v1/
H A DStencilClip.h43 Effect effect = fFixedClip.apply(out, bounds); variable
/third_party/python/Modules/
H A D_opcode.c30 int effect; in _opcode_stack_effect_impl() local
/third_party/skia/modules/skottie/src/effects/
H A DBlackAndWhiteEffect.cpp65 static const SkRuntimeEffect* effect = in make_effect() local
H A DThresholdEffect.cpp37 static const SkRuntimeEffect* effect = in threshold_effect() local
H A DHueSaturationEffect.cpp64 static const auto* effect = in make_saturate() local
/third_party/skia/fuzz/oss_fuzz/
H A DFuzzSkRuntimeEffect.cpp40 SkRuntimeEffect* effect = result.effect.get(); in FuzzSkRuntimeEffect_Once() local
/third_party/skia/tests/
H A DGpuDrawPathTest.cpp48 fill_and_stroke(SkCanvas* canvas, const SkPath& p1, const SkPath& p2, sk_sp<SkPathEffect> effect) fill_and_stroke() argument
/third_party/node/deps/v8/src/compiler/
H A Dallocation-builder.h21 AllocationBuilder(JSGraph* jsgraph, Node* effect, Node* control) in AllocationBuilder() argument
H A Djs-native-context-specialization.h134 ValueEffectControl(Node* value, Node* effect, Node* control) in ValueEffectControl() argument
138 Node* effect() const { return effect_; } in effect() function in v8::internal::compiler::final::final
[all...]
H A Djs-type-hint-lowering.h63 Node* effect() const { return effect_; } in effect() function in v8::internal::compiler::JSTypeHintLowering::LoweringResult
72 static LoweringResult SideEffectFree(Node* value, Node* effect, in SideEffectFree() argument
94 LoweringResult(LoweringResultKind kind, Node* value, Node* effect, in LoweringResult() argument
[all...]
H A Dsimplified-operator-reducer.cc170 Node* const effect = NodeProperties::GetEffectInput(node); in Reduce() local
H A Dmemory-lowering.h41 static AllocationState const* Closed(AllocationGroup* group, Node* effect, in Closed() argument
54 Node* effect() const { return effect_; } in effect() function in v8::internal::compiler::final::final
45 Open(AllocationGroup* group, intptr_t size, Node* top, Node* effect, Zone* zone) Open() argument
H A Dmap-inference.cc17 MapInference::MapInference(JSHeapBroker* broker, Node* object, Effect effect) in MapInference() argument
98 void MapInference::InsertMapChecks(JSGraph* jsgraph, Effect* effect, in InsertMapChecks() argument
119 RelyOnMapsPreferStability( CompilationDependencies* dependencies, JSGraph* jsgraph, Effect* effect, Control control, const FeedbackSource& feedback) RelyOnMapsPreferStability() argument
129 RelyOnMapsHelper(CompilationDependencies* dependencies, JSGraph* jsgraph, Effect* effect, Control control, const FeedbackSource& feedback) RelyOnMapsHelper() argument
/third_party/skia/src/effects/imagefilters/
H A DSkRuntimeImageFilter.cpp26 SkRuntimeImageFilter(sk_sp<SkRuntimeEffect> effect, in SkRuntimeImageFilter() argument
52 sk_sp<SkImageFilter> SkMakeRuntimeImageFilter(sk_sp<SkRuntimeEffect> effect, in SkMakeRuntimeImageFilter() argument
78 auto effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForShader, std::move(sksl)); in CreateProc() local
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
H A DEffectDescription.h95 modifyEffectVec( _ef<iter_type> effect, std::vector<float> paramVec) modifyEffectVec() argument

Completed in 9 milliseconds

1234