/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | render_xcomponent.cpp | 257 void RenderXComponent::Paint(RenderContext& context, const Offset& offset) in Paint() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_modifier.cpp | 84 PaintCheckBox( DrawingContext& context, const OffsetF& paintOffset, const SizeF& contentSize) const PaintCheckBox() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_manager.cpp | 125 auto context = AceType::Claim(sheetContentNode->GetContext()); in OpenBindSheetByUIContext() local
|
H A D | sheet_drag_bar_pattern.cpp | 138 auto context = host->GetRenderContext(); in ScaleAnimation() local
|
/foundation/arkui/ace_engine/frameworks/core/components/marquee/ |
H A D | render_marquee.cpp | 195 auto context = GetContext().Upgrade(); in Update() local 350 auto context = GetContext().Upgrade(); in NeedMarquee() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_element.cpp | 217 auto context = GetContext().Upgrade(); in OnActionEvent() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_event_hub.h | 102 void FireOnReady(RefPtr<NavDestinationContext> context) in FireOnReady() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/page/ |
H A D | page_element.cpp | 35 auto context = context_.Upgrade(); in ~PageElement() local
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/ |
H A D | plugin_manager_resource.cpp | 30 auto context = context_.Upgrade(); in Release() local 70 auto context = context_.Upgrade(); in CallResRegisterMethod() local
|
/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | rosen_render_rating.cpp | 25 void RosenRenderRating::Paint(RenderContext& context, const Offset& offset) in Paint() argument 86 void RosenRenderRating::PaintRatingBar(RenderContext& context, RSCanvas* canvas) in PaintRatingBar() argument 135 PaintImageArea(RenderContext& context, const RefPtr<RenderImage>& renderImage, RSCanvas* canvas, const ImageAreaProperties& properties) PaintImageArea() argument 153 PaintFocus( const Offset& offset, double rRectRadius, const Size& boardSize, RenderContext& context) PaintFocus() argument 175 PaintFocusForTABLET( const Offset& offset, double rRectRadius, const Size& boardSize, RenderContext& context) PaintFocusForTABLET() argument 195 PaintPress( const Offset& offset, double rRectRadius, const Size& boardSize, RenderContext& context) PaintPress() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/display_sync/ |
H A D | ui_display_sync.cpp | 107 auto context = pipelineContext.Upgrade(); in AddToPipeline() local 127 auto context = GetCurrentContext(); in DelFromPipeline() local 144 auto context = GetCurrentContext(); IsAddToPipeline() local 178 auto context = GetCurrentContext(); RequestFrame() local 318 auto context = context_.Upgrade(); GetCurrentContext() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_item_pattern.cpp | 78 auto context = host->GetRenderContext(); in SetSelectable() local
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/ |
H A D | render_dialog_modal.cpp | 151 auto context = context_.Upgrade(); in GetTopPageLayoutSize() local 176 auto context = context_.Upgrade(); in CanRouterPage() local 238 auto context = context_.Upgrade(); in MovePage() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_single_child_scroll.cpp | 180 auto context = context_.Upgrade(); in IsDeclarativePara() local 194 auto context = context_.Upgrade(); in PerformLayout() local 300 auto context = context_.Upgrade(); PostForceMakeNeedLayout() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | rosen_render_circle_block.cpp | 137 void RosenRenderCircleBlock::Paint(RenderContext& context, const Offset& offset) in Paint() argument 252 void RosenRenderCircleBlock::PaintShadow(RenderContext& context, const Offset& offset, double radius) in PaintShadow() argument
|
H A D | rosen_render_slider.cpp | 308 void RosenRenderSlider::Paint(RenderContext& context, const Offset& offset) in Paint() argument 327 void RosenRenderSlider::PaintTrackFocus(RenderContext& context, const Offset& offset) in PaintTrackFocus() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_polygon.cpp | 27 void RosenRenderSvgPolygon::Paint(RenderContext& context, const Offset& offset) in Paint() argument 68 void RosenRenderSvgPolygon::PaintDirectly(RenderContext& context, const Offset& offset) in PaintDirectly() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | state_style_manager.cpp | 322 auto context = host->GetRenderContext(); in Transform() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | long_press_recognizer.cpp | 93 auto context = PipelineContext::GetCurrentContext(); in ThumbnailTimer() local 277 auto context = PipelineContext::GetCurrentContext(); in DeadlineTimer() local 312 auto context = PipelineContext::GetCurrentContext(); StartRepeatTimer() local 328 auto context = PipelineContext::GetCurrentContext(); ConvertPxToVp() local 380 auto context = PipelineContext::GetCurrentContext(); OnResetStatus() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | tool_bar_pattern.cpp | 61 auto context = PipelineBase::GetCurrentContext(); in OnModifyDone() local
|
/foundation/ability/ability_runtime/test/unittest/js_service_extension_test/ |
H A D | js_service_extension_test.cpp | 151 auto context = jsServiceExtension_->GetContext(); in HWTEST_F() local 188 auto context = jsServiceExtension_->GetContext(); in HWTEST_F() local 231 auto context = jsServiceExtension_->GetContext(); in HWTEST_F() local 285 auto context = jsServiceExtension_->GetContext(); HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | render_collapsing_navigation_bar.cpp | 206 void RenderCollapsingNavigationBar::Initialize(const WeakPtr<PipelineContext>& context) in Initialize() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/ |
H A D | render_watch_slider.cpp | 269 auto context = GetContext().Upgrade(); in OnRotation() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | observer_handler.cpp | 43 auto context = pattern->GetNavDestinationContext(); in NotifyNavigationStateChange() local 83 napi_value context = GetUIContextValue(); in NotifyRouterPageStateChange() local
|
H A D | observer_handler.h | 84 napi_value context; member 97 napi_value context; member
|