/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_polygon.cpp | 49 path.addPoly(&skPoints[0], skPoints.size(), isClose_); in AsPath() 67 path.AddPoly(rsPoints, rsPoints.size(), isClose_); in AsPath()
|
H A D | svg_style.cpp | 59 if (arrPair.size() != 2) { in ParseCssAttrs() 75 pos1 = pos2 + mark.size(); in SplitString()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | indexer_item_component.h | 91 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 D | image_source_preview.h | 61 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 D | gesture_processor.h | 61 if (gestureStack_.size() <= 1) { in PopGesture() 106 if (gestureStackNG_.size() <= 1) { in PopGestureNG()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | component_group_element.cpp | 103 // 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 D | mock_matching_skill.cpp | 61 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 D | bundle_resource_info.cpp | 61 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 D | bundle_user_mgr_proxy.cpp | 53 (disallowList.size() > DISALLOWLISTMAXSIZE) ? DISALLOWLISTMAXSIZE : disallowList.size(); in CreateNewUser()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
H A D | napi_class.cpp | 40 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 D | accessibility_event_transmission_test.cpp | 95 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 D | ui_font_cache.h | 65 UIFontCache(uint8_t* ram, uint32_t size); 70 uint8_t* GetSpace(uint16_t fontKey, uint32_t unicode, uint32_t size, TextStyle textStyle);
|
H A D | ui_font_cache_manager.cpp | 89 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 D | ui_label_button.h | 256 * @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 D | flex_layout.h | 123 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 D | js_debugger_config.cpp | 85 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 D | basic_tdd_test.h | 49 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 D | avrcp_ct_unit_info.cpp | 67 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 D | patch_parser.cpp | 66 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 D | bundle_util.h | 73 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 D | sem_ver.cpp | 63 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 D | string_util.h | 38 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 D | animation_state_component_manager.cpp | 68 return componentMetaData_.size(); 73 if (index < componentMetaData_.size()) {
|
H A D | light_component_manager.cpp | 62 return componentMetaData_.size(); 67 if (index < componentMetaData_.size()) {
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/ |
H A D | file_source_plugin.h | 34 void* Alloc(size_t size) override; 53 Status GetSize(uint64_t& size) override;
|