Home
last modified time | relevance | path

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

/expo/packages/expo-image-manipulator/ios/
H A DImageManipulatorModule.swift20 loadImage(atUrl: url) { result in in manipulateImage()
45 internal func loadImage(atUrl url: URL, callback: @escaping LoadImageCallback) { in loadImage() function
67 imageLoader.loadImage(for: url) { error, image in in loadImage()
/expo/ios/versioned/sdk49/ExpoImageManipulator/
H A DImageManipulatorModule.swift20 loadImage(atUrl: url) { result in in manipulateImage()
45 internal func loadImage(atUrl url: URL, callback: @escaping LoadImageCallback) { in loadImage() function
67 imageLoader.loadImage(for: url) { error, image in in loadImage()
/expo/ios/versioned/sdk48/ExpoImageManipulator/
H A DImageManipulatorModule.swift20 loadImage(atUrl: url) { result in in manipulateImage()
45 internal func loadImage(atUrl url: URL, callback: @escaping LoadImageCallback) { in loadImage() function
67 imageLoader.loadImage(for: url) { error, image in in loadImage()
/expo/ios/versioned/sdk47/ExpoImageManipulator/
H A DImageManipulatorModule.swift20 loadImage(atUrl: url) { result in in manipulateImage()
45 internal func loadImage(atUrl url: URL, callback: @escaping LoadImageCallback) { in loadImage() function
67 imageLoader.loadImage(for: url) { error, image in in loadImage()
/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXGLImageUtils.h21 std::shared_ptr<uint8_t> loadImage(
H A DABI47_0_0EXGLImageUtils.cpp117 std::shared_ptr<uint8_t> loadImage( in loadImage() function
H A DABI47_0_0EXWebGLMethods.cpp653 auto image = loadImage(runtime, data, &width, &height, nullptr);
667 auto image = loadImage(runtime, data, &width, &height, nullptr);
711 auto image = loadImage(runtime, data, &width, &height, nullptr);
724 auto image = loadImage(runtime, data, &width, &height, nullptr);
788 auto image = loadImage(runtime, data, &width, &height, nullptr); in NATIVE_METHOD()
842 auto image = loadImage(runtime, data, &width, &height, nullptr); in NATIVE_METHOD()
/expo/packages/expo-gl/common/
H A DEXGLImageUtils.h21 std::shared_ptr<uint8_t> loadImage(
H A DEXGLImageUtils.cpp117 std::shared_ptr<uint8_t> loadImage( in loadImage() function
H A DEXWebGLMethods.cpp660 auto image = loadImage(runtime, data, &width, &height, nullptr);
674 auto image = loadImage(runtime, data, &width, &height, nullptr);
718 auto image = loadImage(runtime, data, &width, &height, nullptr);
731 auto image = loadImage(runtime, data, &width, &height, nullptr);
795 auto image = loadImage(runtime, data, &width, &height, nullptr); in NATIVE_METHOD()
849 auto image = loadImage(runtime, data, &width, &height, nullptr); in NATIVE_METHOD()
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXGLImageUtils.h21 std::shared_ptr<uint8_t> loadImage(
H A DABI48_0_0EXGLImageUtils.cpp117 std::shared_ptr<uint8_t> loadImage( in loadImage() function
H A DABI48_0_0EXWebGLMethods.cpp660 auto image = loadImage(runtime, data, &width, &height, nullptr);
674 auto image = loadImage(runtime, data, &width, &height, nullptr);
718 auto image = loadImage(runtime, data, &width, &height, nullptr);
731 auto image = loadImage(runtime, data, &width, &height, nullptr);
795 auto image = loadImage(runtime, data, &width, &height, nullptr); in NATIVE_METHOD()
849 auto image = loadImage(runtime, data, &width, &height, nullptr); in NATIVE_METHOD()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXGLImageUtils.h21 std::shared_ptr<uint8_t> loadImage(
H A DABI49_0_0EXGLImageUtils.cpp117 std::shared_ptr<uint8_t> loadImage( in loadImage() function
H A DABI49_0_0EXWebGLMethods.cpp660 auto image = loadImage(runtime, data, &width, &height, nullptr);
674 auto image = loadImage(runtime, data, &width, &height, nullptr);
718 auto image = loadImage(runtime, data, &width, &height, nullptr);
731 auto image = loadImage(runtime, data, &width, &height, nullptr);
795 auto image = loadImage(runtime, data, &width, &height, nullptr); in NATIVE_METHOD()
849 auto image = loadImage(runtime, data, &width, &height, nullptr); in NATIVE_METHOD()
/expo/ios/versioned/sdk48/EXBarCodeScanner/EXBarCodeScanner/
H A DBarCodeScannerModule.swift47 imageLoader.loadImage(for: url) { error, image in in definition()
/expo/ios/versioned/sdk49/EXBarCodeScanner/EXBarCodeScanner/
H A DBarCodeScannerModule.swift47 imageLoader.loadImage(for: url) { error, image in in definition()
/expo/packages/expo-barcode-scanner/ios/EXBarCodeScanner/
H A DBarCodeScannerModule.swift47 imageLoader.loadImage(for: url) { error, image in in definition()
/expo/ios/versioned/sdk48/ExpoImage/
H A DImageView.swift150 pendingOperation = imageManager.loadImage( in reload()
283 …imageManager.loadImage(with: placeholder.uri, context: context, progress: nil) { [weak self] place… in loadPlaceholderIfNecessary()
/expo/packages/expo-image/ios/
H A DImageView.swift162 pendingOperation = imageManager.loadImage( in reload()
301 …imageManager.loadImage(with: placeholder.uri, context: context, progress: nil) { [weak self] place… in loadPlaceholderIfNecessary()
/expo/ios/versioned/sdk49/ExpoImage/
H A DImageView.swift162 pendingOperation = imageManager.loadImage( in reload()
295 …imageManager.loadImage(with: placeholder.uri, context: context, progress: nil) { [weak self] place… in loadPlaceholderIfNecessary()