Home
last modified time | relevance | path

Searched refs:dirtyFlag (Results 1 - 23 of 23) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp64 void WebContextSelectOverlay::OnUpdateMenuInfo(SelectMenuInfo& menuInfo, SelectOverlayDirtyFlag dirtyFlag) in OnUpdateMenuInfo() argument
73 if (dirtyFlag == DIRTY_COPY_ALL_ITEM) { in OnUpdateMenuInfo()
H A Dweb_context_select_overlay.h47 void OnUpdateMenuInfo(SelectMenuInfo& menuInfo, SelectOverlayDirtyFlag dirtyFlag) override;
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_context_select_overlay_test.cpp273 SelectOverlayDirtyFlag dirtyFlag = DIRTY_COPY_ALL_ITEM; in HWTEST_F() local
274 overlay.OnUpdateMenuInfo(selectMenuInfo, dirtyFlag); in HWTEST_F()
303 SelectOverlayDirtyFlag dirtyFlag = DIRTY_COPY_ALL_ITEM; in HWTEST_F() local
304 overlay.OnUpdateMenuInfo(selectMenuInfo, dirtyFlag); in HWTEST_F()
338 SelectOverlayDirtyFlag dirtyFlag = DIRTY_COPY_ALL_ITEM; in HWTEST_F() local
342 overlay.OnUpdateMenuInfo(selectMenuInfo, dirtyFlag); in HWTEST_F()
376 SelectOverlayDirtyFlag dirtyFlag = DIRTY_VIEWPORT; in HWTEST_F() local
380 overlay.OnUpdateMenuInfo(selectMenuInfo, dirtyFlag); in HWTEST_F()
563 SelectOverlayDirtyFlag dirtyFlag = DIRTY_COPY_ALL_ITEM; in HWTEST_F() local
567 overlay.OnUpdateMenuInfo(selectMenuInfo, dirtyFlag); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_overlay_holder.h74 virtual void OnUpdateMenuInfo(SelectMenuInfo& menuInfo, SelectOverlayDirtyFlag dirtyFlag) {} in OnUpdateMenuInfo() argument
H A Dselect_content_overlay_manager.h59 void MarkInfoChange(SelectOverlayDirtyFlag dirtyFlag);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_select_overlay.h48 void OnUpdateMenuInfo(SelectMenuInfo& menuInfo, SelectOverlayDirtyFlag dirtyFlag) override;
H A Dtext_select_overlay.cpp316 void TextSelectOverlay::OnUpdateMenuInfo(SelectMenuInfo& menuInfo, SelectOverlayDirtyFlag dirtyFlag) in OnUpdateMenuInfo() argument
322 if (dirtyFlag == DIRTY_COPY_ALL_ITEM) { in OnUpdateMenuInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.h40 void OnUpdateMenuInfo(SelectMenuInfo& menuInfo, SelectOverlayDirtyFlag dirtyFlag) override;
H A Drich_editor_select_overlay.cpp255 void RichEditorSelectOverlay::OnUpdateMenuInfo(SelectMenuInfo& menuInfo, SelectOverlayDirtyFlag dirtyFlag) in OnUpdateMenuInfo() argument
261 if (dirtyFlag == DIRTY_COPY_ALL_ITEM) { in OnUpdateMenuInfo()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_compatible.h456 * @param dirtyFlag Indicates type of dirty area.
458 void (*markDirty)(ArkUI_NodeHandle node, ArkUI_NodeDirtyFlag dirtyFlag);
H A Dnode_model.h151 void MarkDirty(ArkUI_NodeHandle nodePtr, ArkUI_NodeDirtyFlag dirtyFlag);
H A Dnode_model.cpp598 void MarkDirty(ArkUI_NodeHandle nodePtr, ArkUI_NodeDirtyFlag dirtyFlag) in MarkDirty() argument
605 switch (dirtyFlag) { in MarkDirty()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.h57 void OnUpdateMenuInfo(SelectMenuInfo& menuInfo, SelectOverlayDirtyFlag dirtyFlag) override;
H A Dtext_field_select_overlay.cpp263 void TextFieldSelectOverlay::OnUpdateMenuInfo(SelectMenuInfo& menuInfo, SelectOverlayDirtyFlag dirtyFlag) in OnUpdateMenuInfo() argument
272 if ((dirtyFlag & DIRTY_COPY_ALL_ITEM) == DIRTY_COPY_ALL_ITEM) { in OnUpdateMenuInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp149 bool dirtyFlag = dirtyFlag_; in PrepareCanvasRenderNode() local
158 dirtyFlag_ = dirtyFlag; in PrepareCanvasRenderNode()
167 bool dirtyFlag = dirtyFlag_; in PrepareSurfaceRenderNode() local
193 dirtyFlag_ = dirtyFlag; in PrepareSurfaceRenderNode()
206 bool dirtyFlag = dirtyFlag_; in PrepareEffectRenderNode() local
213 dirtyFlag_ = dirtyFlag; in PrepareEffectRenderNode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkModifier.js117 if (!this.dirtyFlag) {
118 this.dirtyFlag = true;
141 this.dirtyFlag = false;
152 ModifierUtils.dirtyFlag = false;
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp756 auto dirtyFlag = dirtyFlag_; in QuickPrepareSurfaceRenderNode() local
806 dirtyFlag_ = dirtyFlag; in QuickPrepareSurfaceRenderNode()
973 auto dirtyFlag = dirtyFlag_; in QuickPrepareEffectRenderNode() local
993 dirtyFlag_ = dirtyFlag; in QuickPrepareEffectRenderNode()
1003 auto dirtyFlag = dirtyFlag_; in QuickPrepareCanvasRenderNode() local
1036 dirtyFlag_ = dirtyFlag; in QuickPrepareCanvasRenderNode()
2895 bool dirtyFlag = dirtyFlag_; in PrepareRootRenderNode() local
2922 if (geoPtr != nullptr && (dirtyFlag || geoDirty)) { in PrepareRootRenderNode()
2938 dirtyFlag_ = dirtyFlag; in PrepareRootRenderNode()
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_node.h6856 * @param dirtyFlag Indicates type of dirty area.
6858 void (*markDirty)(ArkUI_NodeHandle node, ArkUI_NodeDirtyFlag dirtyFlag);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp463 auto dirtyFlag = (rect != lastRect_.value()) || !(prevAbsMatrix == prevAbsMatrix_); in UpdateGeometryByParent() local
465 return dirtyFlag; in UpdateGeometryByParent()
469 const RSProperties* parent, bool dirtyFlag, const std::optional<Drawing::Point>& offset) in UpdateGeometry()
471 if (!dirtyFlag && !geoDirty_) { in UpdateGeometry()
493 dirtyFlag = dirtyFlag || rect != lastRect_.value(); in UpdateGeometry()
495 return dirtyFlag; in UpdateGeometry()
468 UpdateGeometry( const RSProperties* parent, bool dirtyFlag, const std::optional<Drawing::Point>& offset) UpdateGeometry() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h445 bool UpdateGeometry(const RSProperties* parent, bool dirtyFlag, const std::optional<Drawing::Point>& offset);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.cpp1658 ArkUIDirtyFlag dirtyFlag = static_cast<ArkUIDirtyFlag>(secondeArg->ToNumber(vm)->Value());
1659 GetArkUIFullNodeAPI()->getBasicAPI()->markDirty(nativeNode, dirtyFlag);
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h3316 void (*markDirty)(ArkUINodeHandle nodePtr, ArkUI_Uint32 dirtyFlag);
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h5148 void (*markDirty)(ArkUINodeHandle nodePtr, ArkUI_Uint32 dirtyFlag);

Completed in 68 milliseconds