Home
last modified time | relevance | path

Searched refs:size (Results 26576 - 26600 of 51523) sorted by relevance

1...<<1061106210631064106510661067106810691070>>...2061

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dwrap_layout_algorithm.h90 float GetMainAxisLengthOfSize(const SizeF& size) const;
91 float GetCrossAxisLengthOfSize(const SizeF& size) const;
H A Dflex_layout_algorithm.h89 void UpdateLayoutConstraintOnMainAxis(LayoutConstraintF& layoutConstraint, float size);
90 void UpdateLayoutConstraintOnCrossAxis(LayoutConstraintF& layoutConstraint, float size);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_pattern.cpp113 if (paintProperty->GetValues().value().size() > 0) { in BuildContentModifierNode()
114 for (size_t i = 0; i < paintProperty->GetValues().value().size(); i++) { in BuildContentModifierNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dmulti_fingers_recognizer.cpp48 && point.second.pointers.size() >= touchPoints_.size()) { in UpdateFingerListInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_divider_arithmetic.h96 if (another.size() != dividermap_.size()) {
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_request.cpp55 if (firstLine.size() < 2 || tokens_.empty()) { // 2:rtsp line in Parse()
62 if (firstLine.size() != 3 || firstLine[2] != RTSP_VERSION) { // 2:rtsp line, 3:rtsp line in Parse()
/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/
H A Dparser_util.cpp172 int64_t size = fin.tellg(); in ReadFileIntoJson() local
173 if (size <= 0) { in ReadFileIntoJson()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_tab_ffi.cpp74 if (!Utils::CheckParamsValid(barPosition, BAR_POSITIONS.size())) { in FfiOHOSAceFrameworkTabsCreate()
110 if (!Utils::CheckParamsValid(barMode, TAB_BAR_MODES.size())) { in FfiOHOSAceFrameworkTabsSetBarMode()
H A Dcj_side_bar_container_ffi.cpp66 if (!Utils::CheckParamsValid(type, SIDE_BAR_TYPE.size())) { in FfiOHOSAceFrameworkSideBarCreate()
134 if (!Utils::CheckParamsValid(position, SIDE_BAR_POSITION.size())) { in FfiOHOSAceFrameworkSideBarSideBarPosition()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scrollable_base.cpp44 auto result = func->Call(JSRef<JSObject>(), params.size(), params.data()); in JsOnWillScroll()
73 func->Call(JSRef<JSObject>(), params.size(), params.data()); in JsOnDidScroll()
H A Djs_state_mgmt_profiler.cpp97 std::string dashes(out.size(), '='); in Report()
124 ss << std::setw(nameAdjustWidth - static_cast<int32_t>(name_.size()) - depth); in Report()
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_test_ng.cpp123 pattern_->itemCount_ = GetLongArrayValue().size(); in HWTEST_F()
142 pattern_->selected_ = GetLongArrayValue().size(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_delegate_interface.h19 #include "base/geometry/size.h"
47 virtual void CreatePlatformResource(const Size& size,
82 virtual void UpdateDefaultFixedFontSize(int32_t size) = 0;
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_component.cpp54 for (size_t i = 0; i < indexerLabel_.size(); ++i) { in BuildIndexerAlphabet()
139 uint32_t length = labelLocal_.size(); in BuildIndexerItems()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_model_ng.cpp56 if (directionValue < 0 || directionValue >= static_cast<int32_t>(AXIS.size())) { in Create()
60 if (stateValue < 0 || stateValue >= static_cast<int32_t>(DISPLAY_MODE.size())) { in Create()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_modifier.h172 void SetSize(SizeF& size) in SetSize() argument
175 size_->Set(size); in SetSize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.h233 ItemInfo(int32_t cross, float offset, float size) : crossIdx(cross), mainOffset(offset), mainSize(size) {} in ItemInfo()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgrid_row_composed_element.cpp134 if (result.size() > 1) { in GetGridRowBreakpoints()
135 result = result.substr(0, static_cast<int32_t>(result.size()) - 1).append("]"); in GetGridRowBreakpoints()
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dparallel_recognizer.cpp182 if (recognizers_.size() != curr->recognizers_.size() || curr->priorityMask_ != priorityMask_) { in ReconcileFrom()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_symbol_span_modifier.cpp27 void SetSymbolSpanFontColor(ArkUINodeHandle node, ArkUI_Uint32* color, int32_t size) in SetSymbolSpanFontColor() argument
32 for (int32_t i = 0; i < size; i++) { in SetSymbolSpanFontColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_use.cpp98 if (viewBox.size() == 4) { in ParseAndSetSpecializedAttr()
109 if (viewBox.size() == 4) { in ParseAndSetSpecializedAttr()
H A Dsvg_fe_color_matrix.cpp63 if (matrix.size() != matrix_.size()) { in MakeMatrix()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dmulti_composed_element.cpp58 // so size of children MUST be matched between elements and components in UpdateChildren()
59 if (children_.size() != newComponents.size()) { in UpdateChildren()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dcompatible_application_info.cpp56 APP_LOGE("permissions size is overflow"); in ReadFromParcel()
71 APP_LOGE("module info size is overflow"); in ReadFromParcel()
118 const auto permissionSize = static_cast<int32_t>(permissions.size()); in Marshalling()
123 const auto moduleInfoSize = static_cast<int32_t>(moduleInfos.size()); in Marshalling()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_digital_clock_unit_test.cpp188 uint8_t size = 10; in HWTEST_F() local
190 digitalClock_->SetFont(name, size); in HWTEST_F()

Completed in 32 milliseconds

1...<<1061106210631064106510661067106810691070>>...2061