Searched refs:imagePixelMap (Results 1 – 7 of 7) sorted by relevance
21 imagePixelMap: image.PixelMap | undefined = undefined33 console.info('aboutToAppear initial imagePixelMap')34 this.imagePixelMap = await this.getPixmapFromMedia($r('app.media.icon'))67 if (this.imagePixelMap !== undefined) {69 value: this.imagePixelMap,
19 @State imagePixelMap: image.PixelMap | undefined = undefined27 this.imagePixelMap = await this.getPixmapFromMedia($r('app.media.icon'))32 Image(this.imagePixelMap, this.options)
154 console.info('imagePixelMap id is:'+ result?.imagePixelMap?.isEditable);155 Utils.emitEvent(result.imagePixelMap?.isEditable, 2797)174 console.info('imagePixelMap id is:'+result.imagePixelMap?.isStrideAlignment);175 Utils.emitEvent(result?.imagePixelMap?.isStrideAlignment, 2798)
32 @State imagePixelMap: image.PixelMap | undefined = undefined;309 Image(this.imagePixelMap)
74 imagePixelMap: image.PixelMap | undefined = undefined;81 console.info('aboutToAppear initial imagePixelMap')82 this.imagePixelMap = await this.getPixmapFromMedia($r('app.media.icon'))132 this.imagePixelMap = await this.getPixmapFromMedia($r('app.media.icon')).then()
22 imagePixelMap: image.PixelMap | undefined = undefined;67 this.imagePixelMap = await this.getPixmapFromMedia($r('app.media.icon'));
300 OH_PixelmapNative *imagePixelMap = nullptr; in GetDisplayCapture() local302 …anager_ErrorCode errCode = OH_NativeDisplayManager_CaptureScreenPixelmap(displayId,&imagePixelMap); in GetDisplayCapture()305 if(imagePixelMap != nullptr){ in GetDisplayCapture()307 OH_PixelmapNative_ConvertPixelmapNativeToNapi(env,imagePixelMap,&pixelValue); in GetDisplayCapture()308 OH_PixelmapNative_Release(imagePixelMap); in GetDisplayCapture()