/foundation/arkui/ace_engine/frameworks/core/components/root/ |
H A D | root_element.cpp | 66 if (child.size() > 1) { in GetOverlayElement()
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_text_component.cpp | 45 selectedIndex_ = range_.empty() ? 0 : selectedIndex_ % range_.size(); in OnColumnsBuilding()
|
/foundation/arkui/ace_engine/frameworks/core/components/split_container/ |
H A D | render_column_split.cpp | 30 for (std::size_t i = 0; i < splitRects_.size(); i++) { in HandleDragStart()
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_defs.h | 58 root->AddChild(childRender, root->GetChildren().size());
|
H A D | svg_mask.cpp | 75 renderNode->AddChild(childRender, renderNode->GetChildren().size()); in CreateRender()
|
H A D | svg_filter.cpp | 74 renderNode->AddChild(childRender, renderNode->GetChildren().size()); in CreateRender()
|
H A D | svg_pattern.cpp | 74 renderNode->AddChild(childRender, renderNode->GetChildren().size()); in CreateRender()
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | rosen_render_xcomponent.cpp | 69 DumpLog::GetInstance().Print(depth, AceType::TypeName(this), children.size()); in DumpTree()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/test/unittest/color/ |
H A D | color_test.cpp | 109 for (size_t i = 1; i < std::size(COLOR_ID_ERROR); i++) { in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_component_base.h | 66 RefPtr<PaddingComponent> BuildPadding(double size, bool isVertical = false);
|
H A D | navigation_container_element.cpp | 83 if (index < 0 || index >= static_cast<int32_t>(declaration->toolbarItems.size())) { in PerformBuild()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_pattern_declaration.cpp | 61 if (viewBox.size() == 4) { in SetSpecializedAttr()
|
/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_animator_element.h | 88 void CreatePictureAnimation(int32_t size);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
H A D | grid_irregular_filler.h | 224 * @param size size of the item. 226 void SetItemInfo(int32_t idx, int32_t row, int32_t col, GridItemSize size);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_utils.cpp | 34 size_t rowArgSize = strs.size(); in ParseArgs()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/ |
H A D | particle_model_ng.cpp | 27 [count = arrayValue.size()]() { return AceType::MakeRefPtr<ParticlePattern>(count); }); in Create()
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/ |
H A D | rtsp_url.h | 45 if (sm.size() != 7) { // 7:fixed size in Parse()
|
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/ |
H A D | data_panel_component.cpp | 72 if (segment.GetColorType() == SegmentStyleType::NONE && index < colors.size()) { in InitalStyle()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_gradient.cpp | 83 auto colorSize = gradient_->GetColors().size(); in addColorStop()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_progress_ffi.cpp | 36 if (!Utils::CheckParamsValid(type, PROGRESS_TYPES.size())) { in FfiOHOSAceFrameworkProgressCreate()
|
H A D | cj_swiper_ffi.h | 48 double size; member
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_document.h | 61 return domNodes_.size(); in GetComponentsCount()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_component3d_bridge.cpp | 54 nativeNode, bufferArray.data(), bufferArray.size()); in SetShaderInputBuffer()
|
H A D | arkts_native_container_span_bridge.cpp | 39 color.GetValue(), radiusArray.data(), valueUnits.data(), static_cast<int32_t>(radiusArray.size())); in SetTextBackgroundStyle()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | bilateral_spring_adapter.cpp | 28 int32_t nodeSize = static_cast<int32_t>(nodes_.size()); in ResetControl()
|