Searched refs:ImageSourceArgs (Results 1 – 3 of 3) sorted by relevance
35 ImageSourceArgs args; in OH_ImageSource_InitNative()52 ImageSourceArgs args; in OH_ImageSource_Create()68 ImageSourceArgs args; in OH_ImageSource_CreateFromUri()81 ImageSourceArgs args; in OH_ImageSource_CreateFromFd()94 ImageSourceArgs args; in OH_ImageSource_CreateFromData()110 ImageSourceArgs args; in OH_ImageSource_CreateFromRawFile()123 ImageSourceArgs args; in OH_ImageSource_CreateIncremental()136 ImageSourceArgs args; in OH_ImageSource_CreateIncrementalFromData()151 ImageSourceArgs args; in OH_ImageSource_GetSupportedFormats()164 ImageSourceArgs args; in OH_ImageSource_CreatePixelMap()[all …]
39 using ImageSourceNapiFunc = int32_t (*)(struct ImageSourceArgs* args);44 static ImageSource* GetNativeImageSource(struct ImageSourceArgs* args) in GetNativeImageSource()186 static int32_t ImageSourceNapiCreate(struct ImageSourceArgs* args) in ImageSourceNapiCreate()207 static int32_t ImageSourceNapiCreateFromUri(struct ImageSourceArgs* args) in ImageSourceNapiCreateFromUri()241 static int32_t ImageSourceNapiCreateFromFd(struct ImageSourceArgs* args) in ImageSourceNapiCreateFromFd()274 static int32_t ImageSourceNapiCreateFromData(struct ImageSourceArgs* args) in ImageSourceNapiCreateFromData()448 static int32_t ImageSourceNapiUnwrap(struct ImageSourceArgs* args) in ImageSourceNapiUnwrap()559 static int32_t ImageSourceNapiGetFrameCount(struct ImageSourceArgs* args) in ImageSourceNapiGetFrameCount()576 static int32_t ImageSourceNapiGetImageInfo(struct ImageSourceArgs* args) in ImageSourceNapiGetImageInfo()600 struct ImageSourceArgs* args) __attribute__((no_sanitize("cfi"))) in ImageSourceNapiGetImageProperty()[all …]
35 struct ImageSourceArgs { struct76 int32_t ImageSourceNativeCall(int32_t mode, struct ImageSourceArgs* args); argument