Home
last modified time | relevance | path

Searched refs:imageArray (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_imageText/ace_ets_module_imageText_api15/entry/src/main/ets/MainAbility/pages/ImageAttachment/
DVerticalAlign.ets66 … let imageArray = this.mutableStyledString1.getStyles(0, this.mutableStyledString1.length)
67 for (let i = 0; i < imageArray.length; ++i) {
68 if (imageArray[i].styledKey === 300) {
69 let attachment = imageArray[i].styledValue as ImageAttachment
DResourceDefault.ets63 … let imageArray = this.mutableStyledString1.getStyles(0, this.mutableStyledString1.length)
64 for (let i = 0; i < imageArray.length; ++i) {
65 if (imageArray[i].styledKey === 300) {
66 let attachment = imageArray[i].styledValue as ImageAttachment
DObjectFit.ets118 … let imageArray = this.mutableStyledString1.getStyles(0, this.mutableStyledString1.length)
119 for (let i = 0; i < imageArray.length; ++i) {
120 if (imageArray[i].styledKey === 300) {
121 let attachment = imageArray[i].styledValue as ImageAttachment
DPixelMapColorFilter.ets120 let imageArray = this.mutableStyledString1.getStyles(0, this.mutableStyledString1.length)
121 for (let i = 0; i < imageArray.length; ++i) {
122 if (imageArray[i].styledKey === 300) {
123 let attachment = imageArray[i].styledValue as ImageAttachment
/test/xts/acts/validator/acts_validator/entry/src/main/ets/pages/Notification/CustomNotification/model/
DNotificationOperations.ets180 …let imageArray = await this.context.resourceManager.getMedia($r('app.media.notification_icon').id);
181 let imageResource = image.createImageSource(imageArray.buffer.slice(0));
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/
Dnativeimage.cpp566 OH_NativeImage *imageArray[500] = {nullptr}; in OHNativeImageCreateMuch() local
570 imageArray[i] = OH_NativeImage_Create(1, GL_TEXTURE_EXTERNAL_OES); in OHNativeImageCreateMuch()
571 if (imageArray[i] == nullptr) { in OHNativeImageCreateMuch()
578 if (imageArray[i] != nullptr) { in OHNativeImageCreateMuch()
579 OH_NativeImage_Destroy(&imageArray[i]); // 销毁单个图像 in OHNativeImageCreateMuch()
580 if (imageArray[i] != nullptr) { in OHNativeImageCreateMuch()