| /third_party/node/deps/v8/src/compiler/ |
| 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/core/ |
| 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/ |
| H A D | GrClip.h | 221 Effect effect = this->apply(&out->hardClip(), &pixelBounds); variable
|
| /third_party/skia/tests/ |
| H A D | SkDSLRuntimeEffectTest.cpp | 43 sk_sp<SkRuntimeEffect> effect = EndRuntimeShader(options); in end() local [all...] |
| /third_party/skia/modules/skottie/src/effects/ |
| H A D | BuldgeEffect.cpp | 66 static const SkRuntimeEffect* effect = in bulge_effect() local
|
| /base/sensors/miscdevice/frameworks/native/common/src/ |
| H A D | miscdevice_service_proxy.cpp | 105 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 D | miscdevice_service_stub.cpp | 104 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 D | hdi_connection.cpp | 123 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 D | vibrator_service_client.cpp | 156 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 D | vibrator_infos.h | 129 std::string effect;
member
|
| /device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
| H A D | rkisp.h | 91 unsigned int effect; member
|
| /device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | rkisp.h | 91 unsigned int effect; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/transform/ |
| H A D | rosen_render_transform.cpp | 234 auto effect = Rosen::RSTransitionEffect::Create(); in OnRSTransition() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/ |
| H A D | shared_overlay_manager.cpp | 121 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 D | shared_transition_effect.cpp | 34 RefPtr<SharedTransitionEffect> effect; in GetSharedTransitionEffect() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/page_transition/ |
| H A D | page_transition_info.h | 86 void SetEffect(SlideEffect effect) in SetEffect() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | scroll_model_impl.cpp | 114 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 D | shared_transition_effect.cpp | 150 GetSharedTransitionEffect( SharedTransitionEffectType effect, const ShareId& shareId) GetSharedTransitionEffect() argument [all...] |
| H A D | shared_transition_controller.cpp | 32 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 D | list_swipe_test_ng.cpp | 45 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 D | shared_overlay_manager_test_ng.cpp | 184 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 D | window_scene.cpp | 687 auto effect = AceType::MakeRefPtr<ChainedOpacityEffect>(0); in SetOpacityAnimation() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
| H A D | drawing_pen_test.cpp | 519 OH_Drawing_ShaderEffect* effect = in HWTEST_F() local
|