Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp807 std::shared_ptr<PixelMap> attachPixelMap = std::move(data->pixelMap); in AttachPixelMapFunc() local
809 if (attachPixelMap == nullptr) { in AttachPixelMapFunc()
840 status = NewPixelNapiInstance(env, constructor, attachPixelMap, result); in AttachPixelMapFunc()