Home
last modified time | relevance | path

Searched defs:imageSource (Results 1 – 25 of 32) sorted by relevance

12

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/ios/
H A DABI47_0_0RCTImagePrimitivesConversions.h49 inline static NSURL *NSURLFromImageSource(const ImageSource &imageSource) in NSURLFromImageSource()
95 inline static NSURLRequest *NSURLRequestFromImageSource(const ImageSource &imageSource) in NSURLRequestFromImageSource()
H A DABI47_0_0ImageRequest.cpp14 ImageSource imageSource, in ImageRequest()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/ios/react/renderer/imagemanager/
H A DABI49_0_0RCTImagePrimitivesConversions.h47 inline static NSURL *NSURLFromImageSource(const ABI49_0_0facebook::ABI49_0_0React::ImageSource &ima… in NSURLFromImageSource()
93 …c NSURLRequest *NSURLRequestFromImageSource(const ABI49_0_0facebook::ABI49_0_0React::ImageSource &… in NSURLRequestFromImageSource()
H A DABI49_0_0ImageRequest.cpp14 ImageSource imageSource, in ImageRequest()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/ios/
H A DABI48_0_0RCTImagePrimitivesConversions.h47 inline static NSURL *NSURLFromImageSource(const ABI48_0_0facebook::ABI48_0_0React::ImageSource &ima… in NSURLFromImageSource()
93 …c NSURLRequest *NSURLRequestFromImageSource(const ABI48_0_0facebook::ABI48_0_0React::ImageSource &… in NSURLRequestFromImageSource()
H A DABI48_0_0ImageRequest.cpp14 ImageSource imageSource, in ImageRequest()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/cxx/react/renderer/imagemanager/
H A DABI49_0_0ImageRequest.cpp15 ImageSource imageSource, in ImageRequest()
H A DABI49_0_0ImageManager.cpp24 const ImageSource &imageSource, in requestImage()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/cxx/react/renderer/imagemanager/
H A DABI48_0_0ImageManager.cpp24 const ImageSource &imageSource, in requestImage()
H A DABI48_0_0ImageRequest.cpp15 ImageSource imageSource, in ImageRequest()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/cxx/react/renderer/imagemanager/
H A DABI47_0_0ImageManager.cpp24 const ImageSource &imageSource, in requestImage()
H A DABI47_0_0ImageRequest.cpp16 ImageSource imageSource, in ImageRequest()
/expo/packages/expo-image-manipulator/src/
H A DExpoImageManipulator.web.ts28 const imageSource = new Image(); constant
/expo/docs/public/static/examples/v47.0.0/tutorial/02-image-picker/
H A DImageViewer.js6 return <Image source={imageSource} style={styles.image} />; field
/expo/docs/public/static/examples/v46.0.0/tutorial/02-image-picker/
H A DImageViewer.js6 return <Image source={imageSource} style={styles.image} />; field
/expo/docs/public/static/examples/v48.0.0/tutorial/02-image-picker/
H A DImageViewer.js6 return <Image source={imageSource} style={styles.image} />; field
/expo/docs/public/static/examples/unversioned/tutorial/02-image-picker/
H A DImageViewer.js6 return <Image source={imageSource} style={styles.image} />; field
/expo/docs/public/static/examples/v49.0.0/tutorial/02-image-picker/
H A DImageViewer.js6 return <Image source={imageSource} style={styles.image} />; field
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/image/
H A DABI48_0_0ImageState.h27 ImageSource const &imageSource, in ImageState()
H A DABI48_0_0ImageShadowNode.cpp27 auto imageSource = getImageSource(); in updateStateIfNeeded() local
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/image/
H A DABI49_0_0ImageState.h27 ImageSource const &imageSource, in ImageState()
H A DABI49_0_0ImageShadowNode.cpp27 auto imageSource = getImageSource(); in updateStateIfNeeded() local
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/image/
H A DABI47_0_0ImageState.h27 ImageSource const &imageSource, in ImageState()
H A DABI47_0_0ImageShadowNode.cpp28 auto imageSource = getImageSource(); in updateStateIfNeeded() local
/expo/apps/test-suite/tests/
H A DVideo.js20 let imageSource = null; variable
38 imageSource = { uri: imageAsset.localUri }; variable
248 <Video style={style} source={imageSource} shouldPlay />, field

12