Home
last modified time | relevance | path

Searched defs:context (Results 1676 - 1700 of 6651) sorted by relevance

1...<<61626364656667686970>>...267

/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_tspan.cpp23 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 Drosen_render_svg_text.cpp29 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 Drosen_render_svg_text_path.cpp28 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 Dtab_bar_size_animation.cpp39 void TabBarSizeAnimation::Initialize(const WeakPtr<PipelineContext>& context) in Initialize() argument
/foundation/ability/ability_runtime/frameworks/cj/ffi/ark_interop_helper/
H A Dark_interop_helper.cpp48 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 Dcontinuation_register_manager_proxy.h35 void SetContext(const std::weak_ptr<Context> &context) in SetContext() argument
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_delegate.h45 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 Dsvg_node.cpp40 auto context = context_.Upgrade(); in ConvertDimensionToPx() local
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drender_track.cpp55 auto context = context_.Upgrade(); in Update() local
H A Drosen_render_capsule_track.cpp29 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 Dcard_frontend_delegate.cpp31 auto context = page_->GetPipelineContext().Upgrade(); in FireCardEvent() local
H A Dform_frontend_delegate_declarative.cpp63 auto context = GetPipelineContext(); in FireCardAction() local
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dscheduler.cpp28 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 Dsimple_spring_node.cpp26 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 Dbilateral_spring_node.cpp55 auto context = context_.Upgrade(); in OnAnimation() local
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dvec3.h44 SetContextAndCallbacks( const WeakPtr<PipelineBase>& context, RenderNodeAnimationCallback&& callback) SetContextAndCallbacks() argument
H A Danimatable_dimension.h56 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 Danimatable_matrix4.h37 void SetContextAndCallback(const WeakPtr<PipelineBase>& context, const RenderNodeAnimationCallback& callback) in SetContextAndCallback() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.h74 void SetRuntimeContext(std::weak_ptr<void> context) { runtimeContext_ = context; } in SetRuntimeContext() argument
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_element.cpp61 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 Dability_component_resource.cpp28 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 Dcustom_dialog_controller_model_impl.cpp87 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 Drender_box_base.cpp100 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 Djs_environment.cpp97 auto context = container->GetPipelineContext(); in GetFontScale() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/recycle_node/
H A Drecycle_manager_test.cpp94 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...]

Completed in 12 milliseconds

1...<<61626364656667686970>>...267