/ohos5.0/base/update/updater/resources/ |
H A D | BUILD.gn | 90 "${product_name}/images/icon/darkOUCOHlogo.png", 91 "${product_name}/images/icon/lightOUCOHlogo.png", 92 "${product_name}/images/icon/icon_failed.png", 93 "${product_name}/images/icon/icon_ok.png", 94 "${product_name}/images/warn/tips.png", 117 "${product_name}/images/progress/flash_00000.png", 118 "${product_name}/images/progress/flash_00001.png", 119 "${product_name}/images/progress/flash_00002.png", 120 "${product_name}/images/progress/flash_00003.png", 121 "${product_name}/images/progress/flash_00004.png", [all …]
|
/ohos5.0/build/common/asan/ |
H A D | build_mixed_asan.sh | 121 test -d images.bak && rm -rf images && mv images.bak images 181 mv images/system.img system${1}.img 185 mv images/vendor.img vendor${1}.img 190 … mv "${TOPDIR}"/build/ohos/images/mkimage/dac.txt.bak "${TOPDIR}"/build/ohos/images/mkimage/dac.txt 222 … mv "${TOPDIR}"/build/ohos/images/mkimage/dac.txt.bak "${TOPDIR}"/build/ohos/images/mkimage/dac.txt 223 mv "${TOPDIR}"/build/ohos/images/build_image.py.bak "${TOPDIR}"/build/ohos/images/build_image.py 228 mv images images.bak && mkdir images 236 rm -rf images && mv images.bak images 246 rm -rf images/unstripped 247 mkdir -p images/unstripped/{asan,nonasan} [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | node_context_pool_manager_gles.cpp | 430 if (images[ci].image) { in GenerateSubPassFBO() 436 … BindToFboMultisampled(drawBuffers[idx], images[original], images[ci], framebuffer.width, in GenerateSubPassFBO() 451 const auto* image = images[di].image; in GenerateSubPassFBO() 459 …BindToFboMultisampled(bindType, images[original], images[di], framebuffer.width, framebuffer.heigh… in GenerateSubPassFBO() 487 array_view<const BindImage> images) in GenerateResolveFBO() argument 495 if (IsDefaultResolve(images, sb)) { in GenerateResolveFBO() 519 const auto* image = images[ci].image; in GenerateResolveFBO() 549 if (IsDefaultAttachment(images, sb)) { in ProcessSubPass() 594 if (images[color].image && in MapColorAttachments() 623 if (images[depth].image && in MapDepthAttachments() [all …]
|
H A D | swapchain_gles.cpp | 224 plat.swapchainImages.images.resize(1); // Supports multiple images, see if it helps performance. in GenerateTextures() 226 …lGenTextures(static_cast<GLsizei>(plat.swapchainImages.images.size()), plat.swapchainImages.images… in GenerateTextures() 227 for (size_t i = 0; i < plat.swapchainImages.images.size(); i++) { in GenerateTextures() 228 GLuint tid = plat.swapchainImages.images[i]; in GenerateTextures() 249 plat.fbos.resize(plat.swapchainImages.images.size()); in GenerateFBO() 259 …ebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, texType, plat.swapchainImages.images[i], 0); in GenerateFBO() 306 plat_.swapchainImages.images.resize(1); in SwapchainGLES() 327 for (size_t i = 0; i < plat_.swapchainImages.images.size(); i++) { in ~SwapchainGLES() 328 device_.DeleteTexture(plat_.swapchainImages.images[i]); in ~SwapchainGLES() 359 PLUGIN_ASSERT(plat_.swapchainImages.images.size() <= 1U); in GetNextImage()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-clock.md | 21 …images for the clock face, hour hand, minute hand, and second hand, respectively. Each set of styl… 29 … | Yes | Path of clock face images used in the daytime.<br>The clock face resources must… 30 …images used in the daytime.<br>- The height of the hour hand images must be the same as that of th… 31 …images used in the daytime.<br>- The height of the minute hand images must be the same as that of … 32 …images used in the daytime.<br>- The height of the second hand images must be the same as that of … 34 …f the nighttime clock face matches the color of the nighttime clock face images (stored in **faceN… 35 … | No | Path of clock face images used in the nighttime.<br>If this parameter is not set, the p… 36 … | No | Path of hour hand images used in the nighttime.<br>If this parameter is not set, the … 37 … | No | Path of minute hand images used in the nighttime.<br>If this parameter is not set, the p… 38 … | No | Path of second hand images used in the nighttime.<br>If this parameter is not set, the p… [all …]
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | design-map-cached-drawings.md | 3 You should output materials included in your design, such as icons, images, and sequence frames, in… 6 To better display clear images on a device based on its DPI, an excellent application must contain … 9 Folders with multiple sets of sliced images of the same name 12  15 …dvised to use .svg icon resources in multi-device design, because vector images are small in size,… 27 Multiple images about a sunny day for different devices 30 ; 106 std::vector<ImageProperties> images; variable 114 images.push_back(imageProperties); 158 std::vector<ImageProperties> images; variable 210 std::vector<ImageProperties> images; variable 262 std::vector<ImageProperties> images; variable 314 std::vector<ImageProperties> images; variable 366 std::vector<ImageProperties> images; variable 398 std::vector<ImageProperties> images; variable [all …]
|
H A D | image_testtwo_ng.cpp | 786 std::vector<ImageProperties> images; variable 1004 std::vector<ImageProperties> images; variable 1085 std::vector<ImageProperties> images; variable 1139 std::vector<ImageProperties> images; variable 1191 std::vector<ImageProperties> images; variable 1243 std::vector<ImageProperties> images; variable 1295 std::vector<ImageProperties> images; variable 1347 std::vector<ImageProperties> images; variable 1399 std::vector<ImageProperties> images; variable 1451 std::vector<ImageProperties> images; variable [all …]
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-components-toolbar.md | 88 <toolbar-item value="item1" icon="common/images/1.png" class="toolbarActive"></toolbar-item> 89 <toolbar-item value="item2" icon="common/images/2.png"></toolbar-item> 90 <toolbar-item value="item3" icon="common/images/1.png"></toolbar-item> 91 <toolbar-item value="item4" icon="common/images/2.png"></toolbar-item> 126 …<toolbar-item value="item1" icon="common/images/1.png" style="color: {{itemColor}};" onclick="item… 127 …<toolbar-item value="item2" icon="common/images/2.png" style="color: {{itemColor}}"></toolbar-ite… 212 … imgList:["common/images/1.png","common/images/2.png","common/images/3.png","common/images/4.png"], 214 {option:'item1',icon:'common/images/1.png'}, 215 {option:'item2',icon:'common/images/2.png'}, 216 {option:'item3',icon:'common/images/3.png'}, [all …]
|
H A D | ui-js-components-image-animator.md | 4 The **<image-animator>** component applies an animation to images. For details, see [image-an… 15 <image-animator class="animator" images="{{frames}}" duration="3s"/> 64 …ize="false" iteration='2' reverse="false" ref="animator" fillmode="none" images="{{frames}}" dur… 139 > - If the **duration** attribute is set in the **images** attribute, the **duration** attribute se… 141 …**true**, the **width**, **height**, **top**, and **left** settings in **images** will not take ef… 143 …false** indicates that images are played from the first one to the last one. Setting **reverse** t… 154 …<image-animator class="img" id="img" images="{{imginfo}}" iteration="1" duration="10s" onstart="po… 239 …<image-animator class="img" id="img" images="{{imginfo}}" iteration="2" reverse="{{rev}}" duration…
|
/ohos5.0/base/startup/hvb/libhvb/src/auth/ |
H A D | hvb.c | 43 vd->images = hvb_calloc(sizeof(struct hvb_image_data) * HVB_MAX_NUMBER_OF_LOADED_IMAGES); in hvb_init_verified_data() 44 if (!vd->images) { in hvb_init_verified_data() 106 struct hvb_image_data *p = vd->images; in hvb_get_partition_image() 313 for (n = 0; n < vd->num_loaded_images && vd->images; n++) { in hvb_chain_verify_data_free() 314 if (vd->images[n].data.addr != NULL) in hvb_chain_verify_data_free() 315 hvb_free(vd->images[n].data.addr); in hvb_chain_verify_data_free() 317 if (vd->images[n].partition_name != NULL) in hvb_chain_verify_data_free() 318 hvb_free(vd->images[n].partition_name); in hvb_chain_verify_data_free() 321 if (vd->images != NULL) { in hvb_chain_verify_data_free() 322 hvb_free(vd->images); in hvb_chain_verify_data_free()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_cache.cpp | 82 for (const auto& imagesRef : frameData_[writeIdx_].images) { in ~GpuResourceCache() 87 for (const auto& imagesRef : frameData_[readIdx].images) { in ~GpuResourceCache() 117 return frameData_[readIdx].images; in GetImageData() 125 fd.images.push_back({ CreateImage(gpuResourceMgr_, desc), HashCacheGpuImageDesc(desc) }); in ReserveGpuImageImpl() 126 return fd.images.back().handle; in ReserveGpuImageImpl() 162 const auto& images = frameData_[readIdx].images; in AllocateAndRemapImages() local 163 for (const auto& ref : images) { in AllocateAndRemapImages() 187 auto& imagesRef = frameData_[readIdx].images; in DestroyOldImages()
|
/ohos5.0/base/startup/hvb/ |
H A D | README.md | 5 …onent is used to verify and authenticate system images to make sure OpenHarmony is running system … 19 …ll be integrated by Bootloader to verify initial images, and integrated by init to verify system i… 20 - hvbtool is used to sign system images, it will be integrated by Building system.
|
/ohos5.0/build/ohos/images/ |
H A D | BUILD.gn | 192 "//build/ohos/images/mkimage", 195 base_dir = "//build/ohos/images/mkimage" 226 script = "//build/ohos/images/adlt_wrapper.py" 250 script = "//build/ohos/images/build_image.py" 331 # Used to generate chip_prod images of different products 335 script = "//build/ohos/images/build_image.py" 378 script = "//build/ohos/images/mkimage/mkchip_ckm.py" 379 device_name = "packages/phone/images/chip_ckm.img" 385 config_file_path = "//build/ohos/images/mkimage/chip_ckm.txt" 386 mkextimage_tools_path = "//build/ohos/images/mkimage/mkextimage.py" [all …]
|
H A D | build_image.pydeps | 2 …d/print_python_deps.py --root build/ohos/images --output build/ohos/images/build_image.pydeps buil…
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/ |
H A D | image_animator_test_ng.cpp | 160 std::vector<ImageProperties> images; in CreateImageAnimator() local 182 std::vector<ImageProperties> images; in CreatePixelMapAnimator() local 309 std::vector<ImageProperties> images; variable 310 images.push_back(imageProperties); 373 images.push_back(imageProperties); 468 images.push_back(imageProperties); 527 images.push_back(imageProperties); 605 images.push_back(imageProperties); 679 images.push_back(imageProperties); 731 images.push_back(imageProperties); [all …]
|
/ohos5.0/docs/en/application-dev/media/medialibrary/ |
H A D | photoAccessHelper-overview.md | 3 …naging albums and media files, including images and videos, to enable your application to quickly … 25 - Obtaining media assets (images and videos) 31 - Adding images and videos to a user album. 32 - Obtaining images and videos from a user album 33 - Removing images and videos from a user album 37 - [Change notifications of images, videos, and albums](photoAccessHelper-notify-guidelines.md), inc…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/image/ |
H A D | image_animator_declaration.h | 47 std::vector<ImageProperties> images; member 98 void SetImageProperties(const std::vector<ImageProperties>& images) in SetImageProperties() argument 101 attribute.images = images; in SetImageProperties() 160 return attribute.images; in GetImageProperties()
|
/ohos5.0/build/docs/ |
H A D | 标准系统如何修改镜像文件的打包参数.md | 18 如果要修改某个镜像的打包参数,只需要修改//build/ohos/images/mkimage目录下对应的{镜像名}_image_config.txt文件即可。 20 如果要修改asan版本某个镜像的打包参数,只需要修改//build/ohos/images/mkimage/asan目录下对应的{镜像名}_image_config.txt文件即可。 23 //build/ohos/images/mkimage目录下的{镜像名}_image_config.txt文件是系统默认的镜像打包参数,修改后会影响所有平台所有产品的镜像默认打包行为。
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-image-animator.md | 20 …images | Array<ImageFrame> | - | 是 | 设置图片帧信息集合。每一帧的帧信息包含图片路径、图片… 25 …支持[s(秒)\|ms(毫秒)],默认单位为ms。 duration为0时,不播放图片。 值改变只会在下一次循环开始时生效,当images中设置了单独的duration后,该属… 75 <image-animator class="animator" ref="animator" images="{{frames}}" duration="1s" />
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-system-app.md | 73 …images that can be cached in the memory to speed up the loading of images from the same sources. I… 87 | value | number | Yes| Number of decoded images that are cached in the memory.| 99 // Set the maximum number of decoded images that can be cached in the memory to 100. 122 …images from the same sources. If the input parameter is not set, the default value **0** is used, … 169 …images from the same sources, especially online image sources. If the input parameter is not set, …
|
/ohos5.0/build/core/gn/ |
H A D | BUILD.gn | 43 # So skip images for lite system since it's the mkimage 45 deps += [ ":images" ] 50 group("images") { 51 deps = [ "//build/ohos/images:make_images" ]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-framework-syntax-js.md | 64 …<image-animator class="image-player" ref="animator" images="{{images}}" duration="1s" onclick="han… 73 images: [
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | node_context_descriptor_set_manager.cpp | 103 … const uint32_t maxCount = static_cast<uint32_t>(Math::min(src.images.size(), dst.images.size())); in CopyAndProcessImages() 104 dst.images.clear(); in CopyAndProcessImages() 105 dst.images.insert(dst.images.end(), src.images.begin(), src.images.begin() + maxCount); in CopyAndProcessImages() 108 auto& dstRef = dst.images[idx]; in CopyAndProcessImages() 418 cpuDescriptorSet[index].images, in GetCpuDescriptorSetDataImpl()
|