/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | progress_component.cpp | 39 case ProgressType::ARC: { in ProgressComponent()
|
H A D | progress_component.h | 32 ARC = 6, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_date.h | 34 ARC = 6, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_progress.cpp | 111 progress.type_ = ProgressType::ARC; in SetSpecializedAttr() 240 } else if (type_ == ProgressType::ARC) { in PrepareSpecializedComponent()
|
H A D | dom_button.cpp | 321 buttonChild_->SetType(ButtonType::ARC); in PrepareArcButton()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | button_composed_element.cpp | 157 case ButtonType::ARC: in ConvertButtonTypeToString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | render_button.cpp | 501 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 D | rosen_render_button.cpp | 74 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 D | decoration.cpp | 382 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 D | keys.h | 50 KEYWORD(ARC, arc) // circle progress
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 36 ARC, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | button_modifier.cpp | 126 (ButtonType)type == ButtonType::ARC || (ButtonType)type == ButtonType::NORMAL) { in SetButtonType()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_button.cpp | 129 (ButtonType)value == ButtonType::ARC || (ButtonType)value == ButtonType::NORMAL) { in SetType()
|
/ohos5.0/docs/zh-cn/contribute/ |
H A D | OpenHarmony-compile-rule.md | 760 2.使用硬件栈保护的不作要求(如ARC架构下部分产品能够提供硬件栈保护机制,栈溢出时能够触发硬件异常)。
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_view_register.cpp | 1454 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 D | canvas_custom_paint_method_test_ng.cpp | 907 path2D->caches_.emplace_back(PathCmd::ARC, args);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_offscreen_canvas.cpp | 230 case PathCmd::ARC: { in ParsePath2D() 2573 case PathCmd::ARC: { in UpdateTextStyleForeground()
|
H A D | rosen_render_custom_paint.cpp | 1345 case PathCmd::ARC: { in ParsePath2D()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 990 case PathCmd::ARC: in ParsePath2D()
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-compile-rule.md | 760 2. Hardware stack protection is provided. For example, some products in the ARC architecture can pr…
|