/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | switch_pattern.cpp | 193 auto context = host->GetRenderContext(); in UpdateSelectStatus() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_surface.cpp | 114 auto context = PipelineContext::GetCurrentContext(); in InitSurface() local 434 auto context = container->GetPipelineContext(); in DrawBuffer() local
|
H A D | rosen_transition_effect.cpp | 34 void RosenTransitionEffect::Attach(const RefPtr<RosenRenderContext>& context, bool activeTransition) in Attach() argument 42 void RosenTransitionEffect::Detach(RosenRenderContext* context) in Detach() argument 51 UpdateTransitionContext( const RefPtr<RosenRenderContext>& context, const RectF& selfRect, const SizeF& viewSize) UpdateTransitionContext() argument 304 OnAttach( const RefPtr<RosenRenderContext>& context, bool activeTransition) OnAttach() argument 323 OnDetach(RosenRenderContext* context) OnDetach() argument 343 OnUpdateTransitionContext( const RefPtr<RosenRenderContext>& context, const RectF& selfRect, const SizeF& viewSize) OnUpdateTransitionContext() argument 368 OnAttach(const RefPtr<RosenRenderContext>& context, bool activeTransition) OnAttach() argument 379 OnDetach(RosenRenderContext* context) OnDetach() argument 411 OnUpdateTransitionContext( const RefPtr<RosenRenderContext>& context, const RectF& selfRect, const SizeF& viewSize) OnUpdateTransitionContext() argument 427 OnUpdateTransitionContext( const RefPtr<RosenRenderContext>& context, const RectF& selfRect, const SizeF& viewSize) OnUpdateTransitionContext() argument 443 OnUpdateTransitionContext( const RefPtr<RosenRenderContext>& context, const RectF& selfRect, const SizeF& viewSize) OnUpdateTransitionContext() argument 499 OnUpdateTransitionContext( const RefPtr<RosenRenderContext>& context, const RectF& selfRect, const SizeF& viewSize) OnUpdateTransitionContext() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | progress_modifier.cpp | 306 auto context = node->GetContext(); in SetCapsuleStyleOptions() local
|
H A D | node_toggle_modifier.cpp | 83 auto context = frameNode->GetContext(); in ResetToggleSwitchPointColor() local 280 auto context = frameNode->GetContext(); in ResetToggleUnselectedColor() local
|
H A D | node_textpicker_modifier.cpp | 151 auto context = frameNode->GetContext(); in ResetTextPickerTextStyle() local 194 auto context = frameNode->GetContext(); in ResetTextPickerSelectedTextStyle() local 238 auto context = frameNode->GetContext(); in ResetTextPickerDisappearTextStyle() local 444 auto context in ResetTextPickerDivider() local [all...] |
H A D | node_animate.cpp | 85 void AnimateToInner(ArkUIContext* context, AnimationOption& option, const std::function<void()>& animateToFunc, in AnimateToInner() argument 153 AnimateTo(ArkUIContext* context, ArkUIAnimateOption option, void (*event)(void* userData), void* user) AnimateTo() argument 197 KeyframeAnimateTo(ArkUIContext* context, ArkUIKeyframeAnimateOption* animateOption) KeyframeAnimateTo() argument 351 CreateAnimator(ArkUIContext* context, ArkUIAnimatorOption* option) CreateAnimator() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_tip_modifier.cpp | 89 void SliderTipModifier::PaintTip(DrawingContext& context) in PaintTip() argument 97 void SliderTipModifier::PaintText(DrawingContext& context) in PaintText() argument 339 void SliderTipModifier::PaintBubble(DrawingContext& context) in PaintBubble() argument 381 onDraw(DrawingContext& context) onDraw() argument [all...] |
H A D | slider_content_modifier.cpp | 124 void SliderContentModifier::onDraw(DrawingContext& context) in onDraw() argument 152 void SliderContentModifier::DrawBackground(DrawingContext& context) in DrawBackground() argument 195 void SliderContentModifier::DrawStep(DrawingContext& context) in DrawStep() argument 248 DrawSelect(DrawingContext& context) DrawSelect() argument 288 DrawDefaultBlock(DrawingContext& context) DrawDefaultBlock() argument 319 DrawHoverOrPress(DrawingContext& context) DrawHoverOrPress() argument 342 DrawShadow(DrawingContext& context) DrawShadow() argument 537 DrawBlock(DrawingContext& context) DrawBlock() argument 558 DrawBlockShape(DrawingContext& context) DrawBlockShape() argument 594 DrawBlockShapeCircle(DrawingContext& context, RefPtr<Circle>& circle) DrawBlockShapeCircle() argument 639 DrawBlockShapeEllipse(DrawingContext& context, RefPtr<Ellipse>& ellipse) DrawBlockShapeEllipse() argument 683 DrawBlockShapePath(DrawingContext& context, RefPtr<Path>& path) DrawBlockShapePath() argument 742 DrawBlockShapeRect(DrawingContext& context, RefPtr<ShapeRect>& rect) DrawBlockShapeRect() argument 856 SetBlockClip(DrawingContext& context) SetBlockClip() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
H A D | window_scene_layout_manager.cpp | 60 auto context = AceType::DynamicCast<RosenRenderContext>(node->GetRenderContext()); in IsNodeDirty() local 70 auto context = AceType::DynamicCast<RosenRenderContext>(node->GetRenderContext()); in IsNodeVisible() local 89 auto context = AceType::DynamicCast<RosenRenderContext>(node->GetRenderContext()); in GetNodeZIndex() local 108 auto context = AceType::DynamicCast<RosenRenderContext>(node->GetRenderContext()); UpdateGeometry() local 142 auto context = AceType::DynamicCast<RosenRenderContext>(node->GetRenderContext()); GetRSNode() local 529 auto context = AceType::DynamicCast<RosenRenderContext>(node->GetRenderContext()); GetUINodeInfo() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_overlay_modifier.cpp | 95 void TextFieldOverlayModifier::onDraw(DrawingContext& context) in onDraw() argument 287 PaintScrollBar(DrawingContext& context) PaintScrollBar() argument [all...] |
H A D | text_field_content_modifier.cpp | 79 void TextFieldContentModifier::onDraw(DrawingContext& context) in onDraw() argument 521 void TextFieldContentModifier::ProcessErrorParagraph(DrawingContext& context, float errorMargin) in ProcessErrorParagraph() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_ui_extension_pattern.cpp | 238 auto context = AceType::DynamicCast<NG::RosenRenderContext>(contentNode_->GetRenderContext()); in OnConnect() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_dialog_view.cpp | 58 auto context = timePickerNode->GetContext(); in Show() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | render_indexer.cpp | 72 auto context = GetContext().Upgrade(); in Update() local 537 auto context = context_.Upgrade(); in HandleFocusAnimation() local
|
/foundation/arkui/ace_engine/interfaces/native/event/ |
H A D | drag_and_drop_impl.cpp | 128 auto* context = reinterpret_cast<ArkUIContext*>(uiContext); in OH_ArkUI_CreateDragActionWithContext() local 499 auto* context = reinterpret_cast<ArkUI_Context*>(uiContext); in OH_ArkUI_SetDragEventStrictReportWithContext() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/ |
H A D | rich_editor_drag_overlay_modifier.cpp | 43 void RichEditorDragOverlayModifier::onDraw(DrawingContext& context) in onDraw() argument 88 void RichEditorDragOverlayModifier::PaintImage(DrawingContext& context) in PaintImage() argument 104 void RichEditorDragOverlayModifier::PaintImageNode(DrawingContext& context, const RefPtr<FrameNode>& imageNode, in PaintImageNode() argument 146 void RichEditorDragOverlayModifier::PaintFrameNode(DrawingContext& context, const RefPtr<FrameNode>& frameNode, in PaintFrameNode() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | service_collaboration_menu_ace_helper.cpp | 365 auto context = row->GetRenderContext(); in CreateMenuItemGroupNode() local 799 auto context = PipelineContext::GetCurrentContext(); OnDataCallback() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | measure_property.h | 285 auto context = PipelineBase::GetCurrentContext(); in ToJsonValue() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_node.cpp | 85 auto context = GetContext(); in PostIdleTask() local
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_provider.cpp | 45 inline void RSDataWrapperReleaseProc(const void*, void* context) in RSDataWrapperReleaseProc() argument 75 ProccessLoadingResult(const RefPtr<TaskExecutor>& taskExecutor, const ImageSourceInfo& imageInfo, bool canStartUploadImageObj, const RefPtr<ImageObject>& imageObj, const RefPtr<PipelineBase>& context, const std::string& errorMsg) ProccessLoadingResult() argument 157 FetchImageObject(const ImageSourceInfo& imageInfo, const ImageObjSuccessCallback& successCallback, const UploadSuccessCallback& uploadSuccessCallback, const FailedCallback& failedCallback, const WeakPtr<PipelineBase>& context, bool syncMode, bool useSkiaSvg, bool needAutoResize, const OnPostBackgroundTask& onBackgroundTaskPostCallback) FetchImageObject() argument 221 GeneratorAceImageObject( const ImageSourceInfo& imageInfo, const RefPtr<PipelineBase> context, bool useSkiaSvg) GeneratorAceImageObject() argument 234 LoadImageRawData(const ImageSourceInfo& imageInfo, const RefPtr<PipelineBase> context) LoadImageRawData() argument 274 LoadImageRawDataFromFileCache( const RefPtr<PipelineBase> context, const std::string key, const std::string suffix) LoadImageRawDataFromFileCache() argument 293 GetSVGImageDOMAsyncFromSrc(const std::string& src, std::function<void(const sk_sp<SkSVGDOM>&)> successCallback, std::function<void()> failedCallback, const WeakPtr<PipelineBase> context, uint64_t svgThemeColor, OnPostBackgroundTask onBackgroundTaskPostCallback) GetSVGImageDOMAsyncFromSrc() argument 344 GetSVGImageDOMAsyncFromData(const sk_sp<SkData>& skData, std::function<void(const sk_sp<SkSVGDOM>&)> successCallback, std::function<void()> failedCallback, const WeakPtr<PipelineBase> context, uint64_t svgThemeColor, OnPostBackgroundTask onBackgroundTaskPostCallback) global() argument 394 UploadImageToGPUForRender(const WeakPtr<PipelineBase> context, const sk_sp<SkImage>& image, const sk_sp<SkData>& data, const std::function<void(sk_sp<SkImage>, sk_sp<SkData>)>&& callback, const std::string src) global() argument 452 UploadImageToGPUForRender(const WeakPtr<PipelineBase> context, const std::shared_ptr<RSImage>& image, const std::shared_ptr<RSData>& data, const std::function<void(std::shared_ptr<RSImage>, std::shared_ptr<RSData>)>&& callback, const std::string src) global() argument 694 GetSkImage(const std::string& src, const WeakPtr<PipelineBase> context, Size targetSize) global() argument 716 GetDrawingImage( const std::string& src, const WeakPtr<PipelineBase> context, Size targetSize) global() argument 740 TryLoadImageInfo(const RefPtr<PipelineBase>& context, const std::string& src, std::function<void(bool, int32_t, int32_t)>&& loadCallback) global() argument [all...] |
/foundation/arkui/ace_engine/interfaces/napi/kits/measure/ |
H A D | js_measure.cpp | 199 MeasureContext context; in JSMeasureText() local 283 SetContextProperty( std::map<std::string, napi_value>& contextParamMap, MeasureContext& context, napi_env& env) SetContextProperty() argument 349 MeasureContext context; JSMeasureTextSize() local [all...] |
/foundation/barrierfree/accessibility/frameworks/asacfwk/src/ |
H A D | accessibility_system_ability_client_impl.cpp | 118 void AccessibilitySystemAbilityClientImpl::OnParameterChanged(const char *key, const char *value, void *context) in OnParameterChanged() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_new_branch_test.cpp | 897 WebDelegateMock(const WeakPtr<PipelineBase>& context, ErrorCallback&& onError, const std::string& type, int32_t id)
in WebDelegateMock() argument
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | camera_component.cpp | 371 TakePhoto(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t size) TakePhoto() argument
|