Home
last modified time | relevance | path

Searched defs:context (Results 5951 - 5975 of 9372) sorted by relevance

1...<<231232233234235236237238239240>>...375

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_pattern.cpp193 auto context = host->GetRenderContext(); in UpdateSelectStatus() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_surface.cpp114 auto context = PipelineContext::GetCurrentContext(); in InitSurface() local
434 auto context = container->GetPipelineContext(); in DrawBuffer() local
H A Drosen_transition_effect.cpp34 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 Dprogress_modifier.cpp306 auto context = node->GetContext(); in SetCapsuleStyleOptions() local
H A Dnode_toggle_modifier.cpp83 auto context = frameNode->GetContext(); in ResetToggleSwitchPointColor() local
280 auto context = frameNode->GetContext(); in ResetToggleUnselectedColor() local
H A Dnode_textpicker_modifier.cpp151 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 Dnode_animate.cpp85 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 Dslider_tip_modifier.cpp89 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 Dslider_content_modifier.cpp124 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 Dwindow_scene_layout_manager.cpp60 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 Dtext_field_overlay_modifier.cpp95 void TextFieldOverlayModifier::onDraw(DrawingContext& context) in onDraw() argument
287 PaintScrollBar(DrawingContext& context) PaintScrollBar() argument
[all...]
H A Dtext_field_content_modifier.cpp79 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 Dsecurity_ui_extension_pattern.cpp238 auto context = AceType::DynamicCast<NG::RosenRenderContext>(contentNode_->GetRenderContext()); in OnConnect() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_dialog_view.cpp58 auto context = timePickerNode->GetContext(); in Show() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.cpp72 auto context = GetContext().Upgrade(); in Update() local
537 auto context = context_.Upgrade(); in HandleFocusAnimation() local
/foundation/arkui/ace_engine/interfaces/native/event/
H A Ddrag_and_drop_impl.cpp128 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 Drich_editor_drag_overlay_modifier.cpp43 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 Dservice_collaboration_menu_ace_helper.cpp365 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 Dmeasure_property.h285 auto context = PipelineBase::GetCurrentContext(); in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_node.cpp85 auto context = GetContext(); in PostIdleTask() local
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_provider.cpp45 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 Djs_measure.cpp199 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 Daccessibility_system_ability_client_impl.cpp118 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 Dweb_pattern_new_branch_test.cpp897 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 Dcamera_component.cpp371 TakePhoto(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t size) TakePhoto() argument

Completed in 30 milliseconds

1...<<231232233234235236237238239240>>...375