Home
last modified time | relevance | path

Searched defs:imageSource (Results 1 – 3 of 3) sorted by relevance

/applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/entry/src/main/cpp/utils/
Dpixelmap_helper.cpp45 OH_ImageSourceNative *imageSource = nullptr; in Decode() local
50 …hared_ptr<OH_ImageSourceNative> imageSourcePtr(imageSource, [](OH_ImageSourceNative *imageSource) { in Decode()
/applications/standard/printspooler/entry/src/main/ets/Model/
DFileModel.ts28 imageSource: image.ImageSource; property in FileModel
/applications/standard/app_samples/code/DocsSample/ApplicationModels/StageProcessThread/entry/src/main/ets/entryability/
DEntryAbility.ts45 const imageSource: image.ImageSource = image.createImageSource(data.buffer); constant