/third_party/skia/src/effects/ |
H A D | SkLumaColorFilter.cpp | 19 sk_sp<SkRuntimeEffect> effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in Make() local
|
H A D | SkOverdrawColorFilter.cpp | 16 sk_sp<SkRuntimeEffect> effect = SkMakeCachedRuntimeEffect( in MakeWithSkColors() local
|
H A D | SkHighContrastFilter.cpp | 46 sk_sp<SkRuntimeEffect> effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in Make() local
|
/third_party/skia/gm/ |
H A D | runtimeimagefilter.cpp | 26 sk_sp<SkRuntimeEffect> effect = SkRuntimeEffect::MakeForShader(SkString(R"( in make_filter() local
|
/third_party/skia/src/gpu/effects/ |
H A D | GrSDFBlurEffect.cpp | 27 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, in Make() local
|
/third_party/skia/src/gpu/ |
H A D | GrFixedClip.cpp | 39 Effect effect = Effect::kUnclipped; in apply() local
|
/third_party/skia/src/core/ |
H A D | SkPictureCommon.h | 37 const SkPathEffect* effect = op.paint.getPathEffect(); in operator ()() local
|
H A D | SkColorFilter_Matrix.cpp | 175 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 D | SkRuntimeEffectPriv.h | 23 static bool SupportsConstantOutputForConstantInput(sk_sp<SkRuntimeEffect> effect) { in SupportsConstantOutputForConstantInput() argument
|
H A D | SkPathEffectBase.h | 130 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 D | StencilClip.h | 43 Effect effect = fFixedClip.apply(out, bounds); variable
|
/third_party/python/Modules/ |
H A D | _opcode.c | 30 int effect; in _opcode_stack_effect_impl() local
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | BlackAndWhiteEffect.cpp | 65 static const SkRuntimeEffect* effect = in make_effect() local
|
H A D | ThresholdEffect.cpp | 37 static const SkRuntimeEffect* effect = in threshold_effect() local
|
H A D | HueSaturationEffect.cpp | 64 static const auto* effect = in make_saturate() local
|
/third_party/skia/fuzz/oss_fuzz/ |
H A D | FuzzSkRuntimeEffect.cpp | 40 SkRuntimeEffect* effect = result.effect.get(); in FuzzSkRuntimeEffect_Once() local
|
/third_party/skia/tests/ |
H A D | GpuDrawPathTest.cpp | 48 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 D | allocation-builder.h | 21 AllocationBuilder(JSGraph* jsgraph, Node* effect, Node* control) in AllocationBuilder() argument
|
H A D | js-native-context-specialization.h | 134 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 D | js-type-hint-lowering.h | 63 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 D | simplified-operator-reducer.cc | 170 Node* const effect = NodeProperties::GetEffectInput(node); in Reduce() local
|
H A D | memory-lowering.h | 41 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 D | map-inference.cc | 17 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 D | SkRuntimeImageFilter.cpp | 26 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 D | EffectDescription.h | 95 modifyEffectVec( _ef<iter_type> effect, std::vector<float> paramVec) modifyEffectVec() argument
|