Home
last modified time | relevance | path

Searched refs:size (Results 23826 - 23850 of 57103) sorted by relevance

1...<<951952953954955956957958959960>>...2285

/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_polygon.cpp49 path.addPoly(&skPoints[0], skPoints.size(), isClose_); in AsPath()
67 path.AddPoly(rsPoints, rsPoints.size(), isClose_); in AsPath()
H A Dsvg_style.cpp59 if (arrPair.size() != 2) { in ParseCssAttrs()
75 pos1 = pos2 + mark.size(); in SplitString()
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_item_component.h91 void SetItemSize(const Dimension& size) in SetItemSize() argument
93 itemSize_ = size; in SetItemSize()
156 Dimension itemSize_; // item size
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Dimage_source_preview.h61 Size size; member
73 const uint8_t* data, uint32_t size, const SourceOptions& opts, uint32_t& errorCode) in CreateImageSource()
72 CreateImageSource( const uint8_t* data, uint32_t size, const SourceOptions& opts, uint32_t& errorCode) CreateImageSource() argument
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_processor.h61 if (gestureStack_.size() <= 1) { in PopGesture()
106 if (gestureStackNG_.size() <= 1) { in PopGestureNG()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent_group_element.cpp103 // so size of children MUST be matched between elements and components in UpdateChildrenForDeclarative()
104 if (children_.size() != newComponents.size()) { in UpdateChildrenForDeclarative()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_matching_skill.cpp61 return entities_.size(); in CountEntities()
71 return events_.size(); in CountEvent()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/bundle_resource/
H A Dbundle_resource_info.cpp61 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, foreground.size()); in Marshalling()
65 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, background.size()); in Marshalling()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_user_mgr_proxy.cpp53 (disallowList.size() > DISALLOWLISTMAXSIZE) ? DISALLOWLISTMAXSIZE : disallowList.size(); in CreateNewUser()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_class.cpp40 properties.size(), in DefineClass()
87 status = napi_new_instance(env, cons, args.size(), args.data(), &instance); in InstantiateClass()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_event_transmission_test.cpp95 EXPECT_EQ(infos.size(), 1); in HWTEST_F()
110 EXPECT_EQ(infos.size(), 1); in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_cache.h65 UIFontCache(uint8_t* ram, uint32_t size);
70 uint8_t* GetSpace(uint16_t fontKey, uint32_t unicode, uint32_t size, TextStyle textStyle);
H A Dui_font_cache_manager.cpp89 uint8_t* UIFontCacheManager::GetSpace(uint16_t fontKey, uint32_t unicode, uint32_t size, TextStyle textStyle) in GetSpace() argument
92 return bitmapCache_->GetSpace(fontKey, unicode, size, textStyle); in GetSpace()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_label_button.h256 * @param size Indicates the font size to set.
260 void SetFont(const char* name, uint8_t size) in SetFont() argument
263 labelButtonText_->SetFont(name, size); in SetFont()
269 * @param fontId Indicates the font ID composed of the font name and size.
282 * @return Returns the front ID composed of the font name and size.
/foundation/arkui/ui_lite/interfaces/kits/layout/
H A Dflex_layout.h123 void GetRowMaxHeight(uint16_t size, uint16_t* maxRosHegiht);
128 void GetColumnMaxWidth(uint16_t size, uint16_t* maxColumnsWidth);
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_debugger_config.cpp85 static void *AllocEngineContext(size_t size, void *cbDataP) in AllocEngineContext() argument
88 return ace_malloc(size); in AllocEngineContext()
/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbasic_tdd_test.h49 JSValue RunJS(const char *bundle, const uint32_t size) const;
50 JSValue CreatePage(const char *bundle, const uint32_t size);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_unit_info.cpp67 size_t size = PacketPayloadSize(pkt); in DisassemblePacket() local
68 if (size >= AVRC_CT_UNIT_RESPONSE_SIZE) { in DisassemblePacket()
82 HILOGI("The size of the packet is invalid!"); in DisassemblePacket()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_parser.cpp66 for (size_t index = 0; index < filePaths.size(); ++index) { in ParsePatchInfo()
97 for (size_t index = 0; index < filePaths.size(); ++index) { in HasResourceFile()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_util.h73 static bool AddUidAndGidInfo(const InstallRecord &installRecord, cJSON *size, cJSON *uids);
74 static bool DeleteInnerUidInfoFromUidArray(const char *bundleName, cJSON *size, cJSON *uids);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/
H A Dsem_ver.cpp63 if (segments.size() > NUM_ONE) { in SemVer()
66 if (segments.size() > NUM_TWO) { in SemVer()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dstring_util.h38 if (source.size() > maxLength) { in CopyStringToArray()
39 CORE_LOG_W("CopyStringToArray: string (%zu) longer than %zu", source.size(), maxLength); in CopyStringToArray()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Danimation_state_component_manager.cpp68 return componentMetaData_.size();
73 if (index < componentMetaData_.size()) {
H A Dlight_component_manager.cpp62 return componentMetaData_.size();
67 if (index < componentMetaData_.size()) {
/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Dfile_source_plugin.h34 void* Alloc(size_t size) override;
53 Status GetSize(uint64_t& size) override;

Completed in 28 milliseconds

1...<<951952953954955956957958959960>>...2285