Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dpixel_map_impl.h36 uint32_t GetBytesNumberPerRow();
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dpixel_map_impl.cpp181 uint32_t PixelMapImpl::GetBytesNumberPerRow() in GetBytesNumberPerRow() function in OHOS::Media::PixelMapImpl
H A Dimage_ffi.cpp678 uint32_t ret = instance->GetBytesNumberPerRow(); in FfiOHOSGetBytesNumberPerRow()
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H A Dsendable_pixel_map_napi.h96 static napi_value GetBytesNumberPerRow(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dpixel_map_napi.h114 static napi_value GetBytesNumberPerRow(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_pixel_map_napi.cpp387 DECLARE_NAPI_FUNCTION("getBytesNumberPerRow", GetBytesNumberPerRow), in Init()
1818 napi_value SendablePixelMapNapi::GetBytesNumberPerRow(napi_env env, napi_callback_info info) in GetBytesNumberPerRow() function in OHOS::Media::SendablePixelMapNapi
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp503 DECLARE_NAPI_FUNCTION("getBytesNumberPerRow", GetBytesNumberPerRow), in RegisterNapi()
2202 napi_value PixelMapNapi::GetBytesNumberPerRow(napi_env env, napi_callback_info info) in GetBytesNumberPerRow() function in OHOS::Media::PixelMapNapi