Home
last modified time | relevance | path

Searched refs:isChanged_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.cpp64 isChanged_ = true; in MoveTo()
70 isChanged_ = true; in LineTo()
76 isChanged_ = true; in ArcTo()
84 isChanged_ = true; in ArcTo()
90 isChanged_ = true; in ArcTo()
96 isChanged_ = true; in CubicTo()
102 isChanged_ = true; in QuadTo()
108 isChanged_ = true; in ConicTo()
114 isChanged_ = true; in RMoveTo()
120 isChanged_ = true; in RLineTo()
[all …]
H A Dskia_path.h118 bool isChanged_ = true; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.h131 return isChanged_; in IsChanged()
136 isChanged_ = isChanged; in SetIsChanged()
161 isChanged_ = true; in CheckIsChanged()
165 bool isChanged_ = false; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_user_history.cpp38 isChanged_ = false; in BundleActivePackageHistory()
208 oneBundleUsageHistory->isChanged_ = true; in ReportUsage()
244 oneBundleHistory->isChanged_ = true; in SetAppGroup()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_package_history.h35 bool isChanged_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_pattern.h144 return isChanged_; in IsChange()
299 bool isChanged_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.h572 bool isChanged_ = false; // check navigation top page is change variable
H A Dnavigation_pattern.cpp760 isChanged_ = false; in RefreshNavDestination()
783 if (isChanged_ && GetIsFocusable(targetNode)) { in RefreshNavDestination()
851 isChanged_ = true; in CheckTopNavPathChange()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_usage_database.cpp822 if (iter->second == nullptr || !iter->second->isChanged_) { in PutBundleHistoryData()
848 iter->second->isChanged_ = false; in PutBundleHistoryData()