Home
last modified time | relevance | path

Searched refs:ARC (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.cpp39 case ProgressType::ARC: { in ProgressComponent()
H A Dprogress_component.h32 ARC = 6, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_date.h34 ARC = 6, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp111 progress.type_ = ProgressType::ARC; in SetSpecializedAttr()
240 } else if (type_ == ProgressType::ARC) { in PrepareSpecializedComponent()
H A Ddom_button.cpp321 buttonChild_->SetType(ButtonType::ARC); in PrepareArcButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dbutton_composed_element.cpp157 case ButtonType::ARC: in ConvertButtonTypeToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp501 if (type_ == ButtonType::ARC) { in PerformLayout()
593 if ((type_ == ButtonType::DOWNLOAD) || (type_ == ButtonType::ARC)) { in NeedConstrain()
606 Alignment alignment = (type_ == ButtonType::ARC) ? Alignment::TOP_CENTER : Alignment::CENTER; in SetChildrenAlignment()
H A Drosen_render_button.cpp74 float translateY = (buttonComponent_->GetType() == ButtonType::ARC) in UpdateLayer()
161 if (buttonComponent_->GetType() == ButtonType::ARC) { in Measure()
562 if (buttonComponent_->GetType() == ButtonType::ARC) { in DrawButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.cpp382 caches_.emplace_back(PathCmd::ARC, args); in Arc()
486 case PathCmd::ARC: { in ToString()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dkeys.h50 KEYWORD(ARC, arc) // circle progress
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h36 ARC, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dbutton_modifier.cpp126 (ButtonType)type == ButtonType::ARC || (ButtonType)type == ButtonType::NORMAL) { in SetButtonType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_button.cpp129 (ButtonType)value == ButtonType::ARC || (ButtonType)value == ButtonType::NORMAL) { in SetType()
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-compile-rule.md760 2.使用硬件栈保护的不作要求(如ARC架构下部分产品能够提供硬件栈保护机制,栈溢出时能够触发硬件异常)。
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp1454 buttonType.Constant("Arc", (int)ButtonType::ARC); in JsRegisterFormViews()
1655 buttonType.Constant("Arc", (int)ButtonType::ARC); in JsRegisterViews()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_test_ng.cpp907 path2D->caches_.emplace_back(PathCmd::ARC, args);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp230 case PathCmd::ARC: { in ParsePath2D()
2573 case PathCmd::ARC: { in UpdateTextStyleForeground()
H A Drosen_render_custom_paint.cpp1345 case PathCmd::ARC: { in ParsePath2D()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp990 case PathCmd::ARC: in ParsePath2D()
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-compile-rule.md760 2. Hardware stack protection is provided. For example, some products in the ARC architecture can pr…