/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | text_component.cpp | 52 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 54 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 56 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 58 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 60 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 62 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 64 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 66 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 68 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 70 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | list_component.cpp | 40 return static_cast<uint32_t>(UpdateRenderType::LAYOUT); in Compare() 44 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 46 UpdateRenderType::LAYOUT); in Compare() 48 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 50 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 52 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 54 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 56 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 57 if (updateType == static_cast<uint32_t>(UpdateRenderType::LAYOUT)) { in Compare()
|
H A D | list_item_group_component.cpp | 37 return static_cast<uint32_t>(UpdateRenderType::LAYOUT); in Compare() 41 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 43 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 45 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 46 if (updateType == static_cast<uint32_t>(UpdateRenderType::LAYOUT)) { in Compare()
|
H A D | list_item_component.cpp | 37 return static_cast<uint32_t>(UpdateRenderType::LAYOUT); in Compare() 41 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 43 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifiers_def.in | 19 DECLARE_ANIMATABLE_MODIFIER(Bounds, Vector4f, BOUNDS, Replace, Geometry, LAYOUT) 21 DECLARE_ANIMATABLE_MODIFIER(BoundsSize, Vector2f, BOUNDS, Replace, Geometry, LAYOUT) 23 DECLARE_ANIMATABLE_MODIFIER(BoundsPosition, Vector2f, BOUNDS, Replace, Geometry, LAYOUT) 25 DECLARE_ANIMATABLE_MODIFIER(Frame, Vector4f, FRAME, Replace, Geometry, LAYOUT) 27 DECLARE_ANIMATABLE_MODIFIER(SandBox, Vector2f, SANDBOX, Replace, Geometry, LAYOUT) 29 DECLARE_ANIMATABLE_MODIFIER(PositionZ, float, POSITION_Z, Add, Geometry, LAYOUT) 53 DECLARE_ANIMATABLE_MODIFIER(Translate, Vector2f, TRANSLATE, Add, Geometry, LAYOUT) 55 DECLARE_ANIMATABLE_MODIFIER(TranslateZ, float, TRANSLATE_Z, Add, Geometry, LAYOUT) 73 DECLARE_ANIMATABLE_MODIFIER(BgImageWidth, float, BG_IMAGE_WIDTH, Add, Background, LAYOUT) 75 DECLARE_ANIMATABLE_MODIFIER(BgImageHeight, float, BG_IMAGE_HEIGHT, Add, Background, LAYOUT) [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/ |
H A D | svg_dom_test_ng.cpp | 34 const Size LAYOUT = { 400, 500 }; variable 53 auto clipRect = Testing::TestingRect(0, 0, LAYOUT.Width(), LAYOUT.Height()); 55 svgDom->FitImage(canvas, ImageFit::CONTAIN, LAYOUT); 66 SvgUtils::CalculateSvgConentSize(svgContentSize, LAYOUT, SVG_SIZE, VIEW_BOX);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | button_component.cpp | 361 return static_cast<uint32_t>(UpdateRenderType::LAYOUT); in Compare() 365 UpdateRenderType::LAYOUT); in Compare() 367 UpdateRenderType::LAYOUT); in Compare() 369 UpdateRenderType::LAYOUT); in Compare() 370 …tic_cast<uint32_t>(button->GetType() == type_ ? UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 372 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 374 UpdateRenderType::NONE : UpdateRenderType::LAYOUT); in Compare() 375 if (updateType == static_cast<uint32_t>(UpdateRenderType::LAYOUT)) { in Compare()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | frame_info.h | 42 enum class TaskType { LAYOUT, RENDER }; enumerator 52 case TaskType::LAYOUT: in AddTaskInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | component.h | 52 LAYOUT = 1, enumerator 223 return static_cast<uint32_t>(UpdateRenderType::LAYOUT); in Compare()
|
H A D | render_node.cpp | 1991 if (updateType_ & static_cast<uint32_t>(UpdateRenderType::LAYOUT)) { in MarkUpdateType()
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 62 LAYOUT = 3, enumerator
|
H A D | global_utils.h | 44 LAYOUT = 3, enumerator
|
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 82 LAYOUT = 3, enumerator
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | types.h | 104 LAYOUT = 0x8, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | ui_task_scheduler.cpp | 146 … frameInfo_->AddTaskInfo(node->GetTag(), node->GetId(), time, FrameInfo::TaskType::LAYOUT); in FlushLayoutTask()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | modifier.h | 36 …LAYOUT, // 0.5f for properties like position, as the difference in properties by 0.5 appears visu… enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsclientproperty_fuzzer/ |
H A D | rsclientproperty_fuzzer.cpp | 90 prop->SetThresholdType(ThresholdType::LAYOUT); in DoSetThresholdType001()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_property_test.cpp | 385 float res = prop->GetThresholdByThresholdType(ThresholdType::LAYOUT);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_property.cpp | 71 case ThresholdType::LAYOUT: in GetThresholdByThresholdType()
|
H A D | rs_property.h | 65 …LAYOUT, // 0.5f for properties like position, as the difference in properties by 0.5 appears visu… enumerator
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | object_registry.cpp | 319 { ObjectCategoryBits::ANIMATION, "Animations" }, { ObjectCategoryBits::LAYOUT, "Layouts" }, in GetAllCategories()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable.cpp | 555 frictionOffsetProperty_->SetThresholdType(ThresholdType::LAYOUT); in StartScrollAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1008 enum ArkUIAPICustomOp { MEASURE = 1, LAYOUT = 2, DRAW = 3 }; enumerator
|