Home
last modified time | relevance | path

Searched defs:effect (Results 126 - 150 of 357) sorted by relevance

12345678910>>...15

/third_party/node/deps/v8/src/compiler/
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/core/
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/
H A DGrClip.h221 Effect effect = this->apply(&out->hardClip(), &pixelBounds); variable
/third_party/skia/tests/
H A DSkDSLRuntimeEffectTest.cpp43 sk_sp<SkRuntimeEffect> effect = EndRuntimeShader(options); in end() local
[all...]
/third_party/skia/modules/skottie/src/effects/
H A DBuldgeEffect.cpp66 static const SkRuntimeEffect* effect = in bulge_effect() local
/base/sensors/miscdevice/frameworks/native/common/src/
H A Dmiscdevice_service_proxy.cpp105 int32_t MiscdeviceServiceProxy::PlayVibratorEffect(int32_t vibratorId, const std::string &effect, in PlayVibratorEffect() argument
180 int32_t MiscdeviceServiceProxy::IsSupportEffect(const std::string &effect, bool &state) in IsSupportEffect() argument
460 int32_t MiscdeviceServiceProxy::PlayPrimitiveEffect(int32_t vibratorId, const std::string &effect, int32_t intensity, in PlayPrimitiveEffect() argument
/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dmiscdevice_service_stub.cpp104 std::string effect; in PlayVibratorEffectStub() local
139 std::string effect; in IsSupportEffectStub() local
410 std::string effect; in PlayPrimitiveEffectStub() local
[all...]
/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
H A Dhdi_connection.cpp123 std::optional<HdfEffectInfo> HdiConnection::GetEffectInfo(const std::string &effect) in GetEffectInfo() argument
284 int32_t HdiConnection::StartByIntensity(const std::string &effect, int32_t intensity) in StartByIntensity() argument
/base/sensors/miscdevice/frameworks/native/vibrator/src/
H A Dvibrator_service_client.cpp156 int32_t VibratorServiceClient::Vibrate(int32_t vibratorId, const std::string &effect, in Vibrate() argument
270 int32_t VibratorServiceClient::IsSupportEffect(const std::string &effect, bool &state) in IsSupportEffect() argument
534 PlayPrimitiveEffect(int32_t vibratorId, const std::string &effect, int32_t intensity, int32_t usage, bool systemUsage, int32_t count) PlayPrimitiveEffect() argument
[all...]
/base/sensors/miscdevice/utils/common/include/
H A Dvibrator_infos.h129 std::string effect; member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Drkisp.h91 unsigned int effect; member
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Drkisp.h91 unsigned int effect; member
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drosen_render_transform.cpp234 auto effect = Rosen::RSTransitionEffect::Create(); in OnRSTransition() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H A Dshared_overlay_manager.cpp121 RefPtr<SharedTransitionEffect> effect = GetSharedEffect(shareId, destWeak, srcWeak); in PrepareSharedTransition() local
136 RefPtr<SharedTransitionEffect> effect = GetSharedEffect(sharedId, nullptr, sourceWeak); PrepareSharedTransition() local
182 PrepareEachTransition(const RefPtr<SharedTransitionEffect>& effect) PrepareEachTransition() argument
196 auto& effect = effects_.front(); ClearAllEffects() local
202 CheckIn(const RefPtr<SharedTransitionEffect>& effect) CheckIn() argument
220 PassengerAboard( const RefPtr<SharedTransitionEffect>& effect, const RefPtr<FrameNode>& passenger) PassengerAboard() argument
260 AboardShuttle(const RefPtr<SharedTransitionEffect>& effect) AboardShuttle() argument
283 GetOffShuttle(const RefPtr<SharedTransitionEffect>& effect) GetOffShuttle() argument
[all...]
H A Dshared_transition_effect.cpp34 RefPtr<SharedTransitionEffect> effect; in GetSharedTransitionEffect() local
/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_info.h86 void SetEffect(SlideEffect effect) in SetEffect() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dscroll_model_impl.cpp114 InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>& color, const std::pair<bool, Dimension>& width, EdgeEffect effect) InitScrollBar() argument
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp150 GetSharedTransitionEffect( SharedTransitionEffectType effect, const ShareId& shareId) GetSharedTransitionEffect() argument
[all...]
H A Dshared_transition_controller.cpp32 RefPtr<SharedTransitionEffect> effect = dest ? dest->GetEffect() : nullptr; in GetSharedEffect() local
214 RefPtr<SharedTransitionEffect> effect = GetSharedEffect(shareId, destWeak, srcWeak); PrepareTransition() local
237 RefPtr<SharedTransitionEffect> effect = GetSharedEffect(sharedId, nullptr, sourceWeak); PrepareTransition() local
268 PrepareEachTransition( const ShareId& shareId, RefPtr<SharedTransitionEffect>& effect, RefPtr<OverlayElement>& overlay) PrepareEachTransition() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_swipe_test_ng.cpp45 CreateSwipeItem( std::function<void()> startAction, std::function<void()> endAction, V2::SwipeEdgeEffect effect) CreateSwipeItem() argument
63 CreateSwipeItems( std::function<void()> startAction, std::function<void()> endAction, V2::SwipeEdgeEffect effect, int32_t itemNumber) CreateSwipeItems() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dshared_overlay_manager_test_ng.cpp184 auto effect = *manager_->effects_.begin(); in HWTEST_F() local
233 auto effect = *manager_->effects_.begin(); HWTEST_F() local
283 auto effect = *manager_->effects_.begin(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene.cpp687 auto effect = AceType::MakeRefPtr<ChainedOpacityEffect>(0); in SetOpacityAnimation() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_pen_test.cpp519 OH_Drawing_ShaderEffect* effect = in HWTEST_F() local

Completed in 17 milliseconds

12345678910>>...15