Searched refs:CheckAndGetPixelMap (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_pixel_map_napi_kits.cpp | 177 auto pixelmap = CheckAndGetPixelMap(native, args, error); in PixelMapNapiGetRowBytes() 188 auto pixelmap = CheckAndGetPixelMap(native, args, error); in PixelMapNapiIsEditable() 200 auto pixelmap = CheckAndGetPixelMap(native, args, error); in PixelMapNapiIsSupportAlpha() 212 auto pixelmap = CheckAndGetPixelMap(native, args, error); in PixelMapNapiSetAlphaAble() 232 auto pixelmap = CheckAndGetPixelMap(native, args, error); in PixelMapNapiGetDensity() 244 auto pixelmap = CheckAndGetPixelMap(native, args, error); in PixelMapNapiSetDensity() 263 auto pixelmap = CheckAndGetPixelMap(native, args, error); in PixelMapNapiSetOpacity() 277 auto pixelmap = CheckAndGetPixelMap(native, args, error); in PixelMapNapiScale() 293 auto pixelmap = CheckAndGetPixelMap(native, args, error); in PixelMapNapiTranslate() 305 auto pixelmap = CheckAndGetPixelMap(native, args, error); in PixelMapNapiRotate() [all …]
|