Searched defs:CreateImageSource (Results 1 – 4 of 4) sorted by relevance
72 static std::unique_ptr<ImageSource> CreateImageSource( in CreateImageSource() function
105 std::unique_ptr<Media::ImageSource> LayeredDrawableDescriptor::CreateImageSource(const char* item, … in CreateImageSource() function in OHOS::Ace::Napi::LayeredDrawableDescriptor
181 unique_ptr<ImageSource> ImageSource::CreateImageSource(unique_ptr<istream> is, in CreateImageSource() function in OHOS::Media::ImageSource194 unique_ptr<ImageSource> ImageSource::CreateImageSource(const uint8_t *data, uint32_t size, in CreateImageSource() function in OHOS::Media::ImageSource216 unique_ptr<ImageSource> ImageSource::CreateImageSource(const std::string &pathName, const SourceOpt… in CreateImageSource() function in OHOS::Media::ImageSource236 unique_ptr<ImageSource> ImageSource::CreateImageSource(const int fd, const SourceOptions &opts, in CreateImageSource() function in OHOS::Media::ImageSource
745 napi_value ImageSourceNapi::CreateImageSource(napi_env env, napi_callback_info info) in CreateImageSource() function in OHOS::Media::ImageSourceNapi