Home
last modified time | relevance | path

Searched refs:imageSize (Results 1 – 25 of 59) sorted by relevance

123

/expo/docs/public/static/examples/v46.0.0/tutorial/06-gestures/
H A DEmojiSticker.js12 export default function EmojiSticker({ imageSize, stickerSource }) { field
13 const scaleImage = useSharedValue(imageSize);
17 if (scaleImage.value !== imageSize * 2) {
36 style={[imageStyle, { width: imageSize, height: imageSize }]}
H A DCompleteEmojiSticker.js13 export default function EmojiSticker({ imageSize, stickerSource }) { field
16 const scaleImage = useSharedValue(imageSize);
27 if (scaleImage.value !== imageSize * 2) {
64 style={[imageStyle, { width: imageSize, height: imageSize }]}
H A DApp.js57 {pickedEmoji !== null ? <EmojiSticker imageSize={40} stickerSource={pickedEmoji} /> : null}
/expo/docs/public/static/examples/v47.0.0/tutorial/06-gestures/
H A DEmojiSticker.js12 export default function EmojiSticker({ imageSize, stickerSource }) { field
13 const scaleImage = useSharedValue(imageSize);
17 if (scaleImage.value !== imageSize * 2) {
36 style={[imageStyle, { width: imageSize, height: imageSize }]}
H A DCompleteEmojiSticker.js13 export default function EmojiSticker({ imageSize, stickerSource }) { field
16 const scaleImage = useSharedValue(imageSize);
27 if (scaleImage.value !== imageSize * 2) {
64 style={[imageStyle, { width: imageSize, height: imageSize }]}
/expo/docs/public/static/examples/unversioned/tutorial/06-gestures/
H A DEmojiSticker.js12 export default function EmojiSticker({ imageSize, stickerSource }) { field
13 const scaleImage = useSharedValue(imageSize);
17 if (scaleImage.value !== imageSize * 2) {
36 style={[imageStyle, { width: imageSize, height: imageSize }]}
H A DCompleteEmojiSticker.js13 export default function EmojiSticker({ imageSize, stickerSource }) { field
16 const scaleImage = useSharedValue(imageSize);
27 if (scaleImage.value !== imageSize * 2) {
64 style={[imageStyle, { width: imageSize, height: imageSize }]}
/expo/docs/public/static/examples/v48.0.0/tutorial/06-gestures/
H A DEmojiSticker.js12 export default function EmojiSticker({ imageSize, stickerSource }) { field
13 const scaleImage = useSharedValue(imageSize);
17 if (scaleImage.value !== imageSize * 2) {
36 style={[imageStyle, { width: imageSize, height: imageSize }]}
H A DCompleteEmojiSticker.js13 export default function EmojiSticker({ imageSize, stickerSource }) { field
16 const scaleImage = useSharedValue(imageSize);
27 if (scaleImage.value !== imageSize * 2) {
64 style={[imageStyle, { width: imageSize, height: imageSize }]}
/expo/docs/public/static/examples/v49.0.0/tutorial/06-gestures/
H A DEmojiSticker.js12 export default function EmojiSticker({ imageSize, stickerSource }) { field
13 const scaleImage = useSharedValue(imageSize);
17 if (scaleImage.value !== imageSize * 2) {
36 style={[imageStyle, { width: imageSize, height: imageSize }]}
H A DCompleteEmojiSticker.js13 export default function EmojiSticker({ imageSize, stickerSource }) { field
16 const scaleImage = useSharedValue(imageSize);
27 if (scaleImage.value !== imageSize * 2) {
64 style={[imageStyle, { width: imageSize, height: imageSize }]}
H A DApp.js57 {pickedEmoji !== null ? <EmojiSticker imageSize={40} stickerSource={pickedEmoji} /> : null}
/expo/docs/public/static/examples/v49.0.0/tutorial/05-emoji-list/
H A DEmojiSticker.js3 export default function EmojiSticker({ imageSize, stickerSource }) { field
9 style={{ width: imageSize, height: imageSize }}
/expo/docs/public/static/examples/v46.0.0/tutorial/05-emoji-list/
H A DEmojiSticker.js3 export default function EmojiSticker({ imageSize, stickerSource }) { field
9 style={{ width: imageSize, height: imageSize }}
/expo/docs/public/static/examples/v47.0.0/tutorial/05-emoji-list/
H A DEmojiSticker.js3 export default function EmojiSticker({ imageSize, stickerSource }) { field
9 style={{ width: imageSize, height: imageSize }}
/expo/docs/public/static/examples/v48.0.0/tutorial/05-emoji-list/
H A DEmojiSticker.js3 export default function EmojiSticker({ imageSize, stickerSource }) { field
9 style={{ width: imageSize, height: imageSize }}
/expo/docs/public/static/examples/unversioned/tutorial/05-emoji-list/
H A DEmojiSticker.js3 export default function EmojiSticker({ imageSize, stickerSource }) { field
9 style={{ width: imageSize, height: imageSize }}
/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DMobileImageMounterClient.ts67 const imageSize = fs.statSync(imagePath).size; constant
71 ImageSize: imageSize,
/expo/packages/expo-image/ios/
H A DImageUtils.swift89 let imageSize = image.size * image.scale in shouldDownscale() variable
90 return imageSize.width > (size.width * scale) && imageSize.height > (size.height * scale) in shouldDownscale()
/expo/ios/versioned/sdk49/ExpoImage/
H A DImageUtils.swift89 let imageSize = image.size * image.scale in shouldDownscale() variable
90 return imageSize.width > (size.width * scale) && imageSize.height > (size.height * scale) in shouldDownscale()
/expo/ios/versioned/sdk48/ExpoImage/
H A DImageUtils.swift89 let imageSize = image.size * image.scale in shouldDownscale() variable
90 return imageSize.width > size.width && imageSize.height > size.height in shouldDownscale()
/expo/docs/pages/tutorial/
H A Dgestures.mdx102 export default function EmojiSticker({ imageSize, stickerSource }) {
108 style={{ width: imageSize, height: imageSize }}
139 const scaleImage = useSharedValue(imageSize);
152 if (scaleImage.value !== imageSize * 2) {
164 …the `width` and `height` properties. The initial values of these properties are set to `imageSize`.
201 export default function EmojiSticker({ imageSize, stickerSource }) {
209 …dImage to pass the imageStyle.*/ style={[imageStyle, { width: imageSize, height: imageSize }]} /* …
250 export default function EmojiSticker({ imageSize, stickerSource }) {
266 export default function EmojiSticker({ imageSize, stickerSource }) {
347 export default function EmojiSticker({ imageSize, stickerSource }) {
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DABI49_0_0RCTImageView.mm330 CGSize imageSize = self.bounds.size;
334 imageSize = CGSizeZero;
348 size:imageSize
452 CGSize imageSize = self.image.size;
455 …ABI49_0_0RCTTargetSize(imageSize, imageScale, frame.size, ABI49_0_0RCTScreenScale(), (ABI49_0_0RCT…
458 if (!ABI49_0_0RCTShouldReloadImageForSizeChange(imageSize, idealSize) ||
465 if (imageSize.width * imageScale == imageSourceSize.width * _imageSource.scale &&
466 imageSize.height * imageScale == imageSourceSize.height * _imageSource.scale) {
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/
H A DABI47_0_0RCTImageView.mm331 CGSize imageSize = self.bounds.size;
335 imageSize = CGSizeZero;
348 size:imageSize
447 CGSize imageSize = self.image.size;
449 …CGSize idealSize = ABI47_0_0RCTTargetSize(imageSize, imageScale, frame.size, ABI47_0_0RCTScreenSca…
453 if (!ABI47_0_0RCTShouldReloadImageForSizeChange(imageSize, idealSize) ||
460 if (imageSize.width * imageScale == imageSourceSize.width * _imageSource.scale &&
461 imageSize.height * imageScale == imageSourceSize.height * _imageSource.scale) {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DABI48_0_0RCTImageView.mm330 CGSize imageSize = self.bounds.size;
334 imageSize = CGSizeZero;
348 size:imageSize
452 CGSize imageSize = self.image.size;
455 …ABI48_0_0RCTTargetSize(imageSize, imageScale, frame.size, ABI48_0_0RCTScreenScale(), (ABI48_0_0RCT…
458 if (!ABI48_0_0RCTShouldReloadImageForSizeChange(imageSize, idealSize) ||
465 if (imageSize.width * imageScale == imageSourceSize.width * _imageSource.scale &&
466 imageSize.height * imageScale == imageSourceSize.height * _imageSource.scale) {

123