Home
last modified time | relevance | path

Searched refs:CIRCLE (Results 1 – 25 of 95) sorted by relevance

1234

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Drosen_render_qrcode.cpp54 if (qrcode_->GetType() == QrcodeType::CIRCLE) { in DrawQRCode()
62 if (qrcode_->GetType() == QrcodeType::CIRCLE) { in DrawQRCode()
72 if (qrcode_->GetType() == QrcodeType::CIRCLE) { in DrawQRCode()
79 if (qrcode_->GetType() == QrcodeType::CIRCLE) { in DrawQRCode()
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dpaste_button_test.cpp71 styleJson[JsonTagConstants::JSON_BG_TAG] = SecCompBackground::CIRCLE;
112 button1.bg_ = SecCompBackground::CIRCLE;
145 comp1.bg_ = SecCompBackground::CIRCLE;
H A Dsave_button_test.cpp71 stylesJson[JsonTagConstants::JSON_BG_TAG] = SecCompBackground::CIRCLE;
112 button1.bg_ = SecCompBackground::CIRCLE;
145 comp1.bg_ = SecCompBackground::CIRCLE;
H A Dtest_common.cpp71 { JsonTagConstants::JSON_BG_TAG, SecCompBackground::CIRCLE }, in BuildLocationComponentInfo()
127 { JsonTagConstants::JSON_BG_TAG, SecCompBackground::CIRCLE }, in BuildSaveComponentInfo()
183 { JsonTagConstants::JSON_BG_TAG, SecCompBackground::CIRCLE }, in BuildPasteComponentInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp63 if (type == ProgressType::CIRCLE) { in CreateProgressComponent()
101 progress.type_ = ProgressType::CIRCLE; in SetSpecializedAttr()
208 if (type_ == ProgressType::CIRCLE) { in PrepareSpecializedComponent()
275 if (type_ == ProgressType::CIRCLE) { in GetSpecializedComponent()
287 if (type_ == ProgressType::CIRCLE) { in InitProgressIfNeed()
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dservice_test_common.cpp71 { JsonTagConstants::JSON_BG_TAG, SecCompBackground::CIRCLE }, in BuildLocationComponentJson()
127 { JsonTagConstants::JSON_BG_TAG, SecCompBackground::CIRCLE }, in BuildSaveComponentJson()
183 { JsonTagConstants::JSON_BG_TAG, SecCompBackground::CIRCLE }, in BuildPasteComponentJson()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcircle_model_impl.cpp25 …Ptr<Component> circleComponent = AceType::MakeRefPtr<OHOS::Ace::ShapeComponent>(ShapeType::CIRCLE); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h36 CIRCLE, enumerator
44 enum class BasicShapeType { NONE, INSET, CIRCLE, ELLIPSE, POLYGON, PATH, RECT }; enumerator
297 Circle() : BasicShape(BasicShapeType::CIRCLE) {} in Circle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_algorithm.cpp79 if (buttonLayoutProperty->GetType().value_or(ButtonType::CAPSULE) == ButtonType::CIRCLE) { in HandleChildLayoutConstraint()
182 if (buttonLayoutProperty->GetType().value_or(ButtonType::CAPSULE) == ButtonType::CIRCLE) { in HandleBorderRadius()
223 if (buttonLayoutProperty->GetType().value_or(ButtonType::CAPSULE) == ButtonType::CIRCLE) { in PerformMeasureSelf()
378 if (buttonLayoutProperty->HasType() && buttonLayoutProperty->GetType() == ButtonType::CIRCLE) { in IsAging()
H A Dbutton_pattern.h88 layoutProperty->GetType().value_or(ButtonType::CAPSULE) != ButtonType::CIRCLE; in IsNeedAdjustByAspectRatio()
239 case ButtonType::CIRCLE: in ConvertButtonTypeToString()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dsystem_info.cpp41 isRoundScreen_ = (Screen::GetInstance().GetScreenShape() == ScreenShape::CIRCLE); in Initialize()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-checkbox.md133 …-appendix-enums.md#checkboxshape11) | 是 | CheckBox组件形状, 包括圆形和圆角方形。<br/>默认值:CheckBoxShape.CIRCLE |
203 .shape(CheckBoxShape.CIRCLE)
369 .shape(CheckBoxShape.CIRCLE)
H A Dts-particle-animation.md324 CIRCLE = 'circle',
336 CIRCLE | 粒子发射器为圆形|
400 | CIRCLE | 圆。 |
749 shape:ParticleEmitterShape.CIRCLE
871 shape:ParticleEmitterShape.CIRCLE
992 shape:ParticleEmitterShape.CIRCLE
1269 shape: ParticleEmitterShape.CIRCLE// 发射器形状
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_base_mock.h60 CIRCLE = 1, enumerator
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_types.h151 CIRCLE // circular screen enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/
H A Dparticle_model.h29 enum class ParticleDisturbanceShapeType :uint32_t { RECT, CIRCLE, ELLIPSE }; enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_date.h32 CIRCLE = 4, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp528 if (!heightDefined_ && type_ != ButtonType::CIRCLE) { in SetChildrenLayoutSize()
575 if (buttonComponent_->GetDeclarativeFlag() && type_ != ButtonType::CIRCLE) { in NeedAdaptiveChild()
589 if (type_ == ButtonType::CIRCLE) { in NeedConstrain()
741 if ((type == ButtonType::CIRCLE) || (type == ButtonType::CAPSULE)) { in UpdateFocusAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.h30 CIRCLE = 4, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h31 CIRCLE, enumerator
289 PointShape pointShape_ = PointShape::CIRCLE;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_effector_test.cpp421 ShapeType fieldShape = ShapeType::CIRCLE;
450 ShapeType fieldShape = ShapeType::CIRCLE;
479 ShapeType fieldShape = ShapeType::CIRCLE;
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-checkbox.md133 …hape](#checkboxshape11)| Yes | Shape of the check box.<br>Default value: **CheckBoxShape.CIRCLE**|
199 | CIRCLE | 0 | Circle. |
230 .shape(CheckBoxShape.CIRCLE)
394 .shape(CheckBoxShape.CIRCLE)
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_test_ng.h68 constexpr ProgressType PROGRESS_TYPE_CIRCLE = ProgressType::CIRCLE;
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_scroll.cpp401 if (Screen::GetInstance().GetScreenShape() == ScreenShape::CIRCLE) { in SetXScrollBarVisible()
418 if (Screen::GetInstance().GetScreenShape() == ScreenShape::CIRCLE) { in SetYScrollBarVisible()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dbutton_composed_element.cpp154 case ButtonType::CIRCLE: in ConvertButtonTypeToString()

1234