/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_tspan.cpp | 23 void RosenRenderSvgTspan::Paint(RenderContext& context, const Offset& offset) in Paint() argument 66 void RosenRenderSvgTspan::DrawTextPath(RenderContext& context, PathOffset& pathOffset) in DrawTextPath() argument 130 double RosenRenderSvgTspan::OnDrawTextPath(RenderContext& context, const PathOffset& pathOffset) in OnDrawTextPath() argument
|
H A D | rosen_render_svg_text.cpp | 29 void RosenRenderSvgText::Paint(RenderContext& context, const Offset& offset) in Paint() argument 42 void RosenRenderSvgText::PaintDirectly(RenderContext& context, const Offset& offset) in PaintDirectly() argument 100 void RosenRenderSvgText::DrawText(RenderContext& context, DrawOffset& drawOffset) in DrawText() argument 141 OnDrawText(RenderContext& context, const DrawOffset& drawOffset) OnDrawText() argument [all...] |
H A D | rosen_render_svg_text_path.cpp | 28 void RosenRenderSvgTextPath::Paint(RenderContext& context, const Offset& offset) in Paint() argument 34 Offset RosenRenderSvgTextPath::PaintTextPath(RenderContext& context, const Offset& offset) in PaintTextPath() argument 75 void RosenRenderSvgTextPath::DrawTextPath(RenderContext& context, PathOffset& pathOffset) in DrawTextPath() argument 110 double RosenRenderSvgTextPath::OnDrawTextPath(RenderContext& context, const PathOffset& pathOffset) in OnDrawTextPath() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | tab_bar_size_animation.cpp | 39 void TabBarSizeAnimation::Initialize(const WeakPtr<PipelineContext>& context) in Initialize() argument
|
/foundation/ability/ability_runtime/frameworks/cj/ffi/ark_interop_helper/ |
H A D | ark_interop_helper.cpp | 48 bool IsStageMode(napi_env env, napi_value context) in IsStageMode() argument 66 void* GetContextStageMode(napi_env env, napi_value context) in GetContextStageMode() argument
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/remote_register_service/ |
H A D | continuation_register_manager_proxy.h | 35 void SetContext(const std::weak_ptr<Context> &context) in SetContext() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/ |
H A D | rich_text_delegate.h | 45 RichTextDelegate(const WeakPtr<RichTextComponent>& webComponent, const WeakPtr<PipelineContext>& context, ErrorCallback&& onError, const std::string& type) RichTextDelegate() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_node.cpp | 40 auto context = context_.Upgrade(); in ConvertDimensionToPx() local
|
/foundation/arkui/ace_engine/frameworks/core/components/track/ |
H A D | render_track.cpp | 55 auto context = context_.Upgrade(); in Update() local
|
H A D | rosen_render_capsule_track.cpp | 29 void RosenRenderCapsuleTrack::DrawShape(RenderContext& context, const Offset& offset) in DrawShape() argument 70 void RosenRenderCapsuleTrack::DrawCapsuleProgressAnimation(RenderContext& context, in DrawCapsuleProgressAnimation() argument 140 void RosenRenderCapsuleTrack::DrawCapsuleProgressVerticalAnimation(RenderContext& context, const Offset& offset) in DrawCapsuleProgressVerticalAnimation() argument 210 void RosenRenderCapsuleTrack::Paint(RenderContext& context, const Offset& offset) in Paint() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend_delegate.cpp | 31 auto context = page_->GetPipelineContext().Upgrade(); in FireCardEvent() local
|
H A D | form_frontend_delegate_declarative.cpp | 63 auto context = GetPipelineContext(); in FireCardAction() local
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | scheduler.cpp | 28 auto context = context_.Upgrade(); in Start() local 50 auto context = context_.Upgrade(); in Stop() local 88 auto context in OnFrame() local 101 auto context = context_.Upgrade(); Animate() local 113 auto context = context_.Upgrade(); OpenImplicitAnimation() local 124 auto context = context_.Upgrade(); CloseImplicitAnimation() local 136 auto context = context_.Upgrade(); AddKeyFrame() local 147 auto context = context_.Upgrade(); AddKeyFrame() local [all...] |
H A D | simple_spring_node.cpp | 26 SimpleSpringNode::SimpleSpringNode(const WeakPtr<PipelineBase>& context, int32_t index, double value) in SimpleSpringNode() argument 78 auto context = context_.Upgrade(); in EndToValue() local 112 auto context = context_.Upgrade(); OnAnimation() local [all...] |
H A D | bilateral_spring_node.cpp | 55 auto context = context_.Upgrade(); in OnAnimation() local
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | vec3.h | 44 SetContextAndCallbacks( const WeakPtr<PipelineBase>& context, RenderNodeAnimationCallback&& callback) SetContextAndCallbacks() argument
|
H A D | animatable_dimension.h | 56 void SetContextAndCallback(const WeakPtr<PipelineBase>& context, const RenderNodeAnimationCallback& callback) in SetContextAndCallback() argument 62 SetContextAndCallbackAfterFirstAssign( const WeakPtr<PipelineBase>& context, const RenderNodeAnimationCallback& callback) SetContextAndCallbackAfterFirstAssign() argument
|
H A D | animatable_matrix4.h | 37 void SetContextAndCallback(const WeakPtr<PipelineBase>& context, const RenderNodeAnimationCallback& callback) in SetContextAndCallback() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.h | 74 void SetRuntimeContext(std::weak_ptr<void> context) { runtimeContext_ = context; } in SetRuntimeContext() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | checkable_element.cpp | 61 auto context = context_.Upgrade(); in OnFocus() local 69 auto context = context_.Upgrade(); in OnBlur() local
|
/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/ |
H A D | ability_component_resource.cpp | 28 auto context = context_.Upgrade(); in Release() local 97 auto context = context_.Upgrade(); in CallResRegisterMethod() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | custom_dialog_controller_model_impl.cpp | 87 auto context = AceType::DynamicCast<PipelineContext>(container->GetPipelineContext()); in ShowDialog() local 164 auto context = AceType::DynamicCast<PipelineContext>(container->GetPipelineContext()); in CloseDialog() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box_base.cpp | 100 auto context = context_.Upgrade(); in ConvertMarginToPx() variable 132 auto context = context_.Upgrade(); in ConvertDimensionToPx() variable [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_environment.cpp | 97 auto context = container->GetPipelineContext(); in GetFontScale() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/recycle_node/ |
H A D | recycle_manager_test.cpp | 94 auto context = PipelineContext::GetCurrentContext(); in HWTEST_F() local 104 auto context = PipelineContext::GetCurrentContext(); in HWTEST_F() local 129 auto context = PipelineContext::GetCurrentContext(); in HWTEST_F() local [all...] |