Home
last modified time | relevance | path

Searched defs:resourceId (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_source_info.cpp41 …Info::IsSVGSource(const std::string& src, SrcType srcType, InternalResource::ResourceId resourceId) in IsSVGSource()
57 bool ImageSourceInfo::IsPngSource(const std::string& src, InternalResource::ResourceId resourceId) in IsPngSource()
118 Dimension height, InternalResource::ResourceId resourceId, const RefPtr<PixelMap>& pixmap) in ImageSourceInfo()
127 …std::string moduleName, Dimension width, Dimension height, InternalResource::ResourceId resourceId, in ImageSourceInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_source_info.cpp39 …Info::IsSVGSource(const std::string& src, SrcType srcType, InternalResource::ResourceId resourceId) in IsSVGSource()
55 bool ImageSourceInfo::IsPngSource(const std::string& src, InternalResource::ResourceId resourceId) in IsPngSource()
140 Dimension height, InternalResource::ResourceId resourceId, const RefPtr<PixelMap>& pixmap) in ImageSourceInfo()
171 …std::string moduleName, Dimension width, Dimension height, InternalResource::ResourceId resourceId, in ImageSourceInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component_base.h55 InternalResource::ResourceId resourceId = InternalResource::ResourceId::NO_ID; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.h43 explicit ImageComponent(InternalResource::ResourceId resourceId) : resourceId_(resourceId) {} in ImageComponent()
H A Dimage_component.cpp129 void ImageComponent::SetResourceId(InternalResource::ResourceId resourceId) in SetResourceId()
H A Drender_image.cpp627 bool RenderImage::IsSVG(const std::string& src, InternalResource::ResourceId resourceId) in IsSVG()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drender_clock.cpp51 … auto resourceId = IsDayTime(GetTimeOfNow(hoursWest)) ? resourceIdForDay : resourceIdForNight; in GenerateClockHandLoadFailCallback() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_view_enhance.cpp417 …std::string title, InternalResource::ResourceId resourceId, RefPtr<ClickEvent> event, bool chooseC… in BuildMenuItem()
495 …tr<FrameNode> ContainerModalViewEnhance::BuildMenuItemIcon(InternalResource::ResourceId resourceId) in BuildMenuItemIcon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item_group.cpp527 InternalResource::ResourceId resourceId = SystemProperties::GetDeviceType() == DeviceType::WATCH in InitialImage() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js3772 function getNumberByResourceId(resourceId, defaultValue, allowZero) { argument
3788 function getEnumNumberByResourceId(resourceId, defaultValue) { argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.cpp377 …const std::string& imageSrc, InternalResource::ResourceId resourceId, const std::string& text, boo… in BuildMenuOption()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.cpp135 uint32_t resourceId = 0; in PreGetDrawableItem() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp1665 …auto resourceId = isPlaying_ ? InternalResource::ResourceId::PAUSE_SVG : InternalResource::Resourc… in OnModifyDone() local
1696 auto resourceId = in OnModifyDone() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_view.cpp282 const RefPtr<FrameNode>& calendarNode, const InternalResource::ResourceId& resourceId) in CreateTitleImageNode()
H A Dcalendar_dialog_pattern.cpp180 const RefPtr<FrameNode>& buttonNode, const InternalResource::ResourceId& resourceId) in UpdateImage()