Home
last modified time | relevance | path

Searched refs:imageRef (Results 1 – 25 of 33) sorted by relevance

12

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/
H A DABI47_0_0RCTImageBlurUtils.m12 CGImageRef imageRef = inputImage.CGImage;
17 if (CGImageGetWidth(imageRef) * CGImageGetHeight(imageRef) == 0) {
22 if (CGImageGetBitsPerPixel(imageRef) != 32 ||
23 CGImageGetBitsPerComponent(imageRef) != 8 ||
24 !((CGImageGetBitmapInfo(imageRef) & kCGBitmapAlphaInfoMask))) {
35 buffer1.width = buffer2.width = CGImageGetWidth(imageRef);
36 buffer1.height = buffer2.height = CGImageGetHeight(imageRef);
37 buffer1.rowBytes = buffer2.rowBytes = CGImageGetBytesPerRow(imageRef);
87 CGImageGetBitmapInfo(imageRef));
90 imageRef = CGBitmapContextCreateImage(ctx);
[all …]
H A DABI47_0_0RCTAnimatedImage.m146 CGImageRef imageRef = CGImageSourceCreateImageAtIndex(_imageSource, index, NULL);
147 if (!imageRef) {
150 …UIImage *image = [[UIImage alloc] initWithCGImage:imageRef scale:_scale orientation:UIImageOrienta…
151 CGImageRelease(imageRef);
H A DABI47_0_0RCTImageUtils.m306 …CGImageRef imageRef = CGImageSourceCreateThumbnailAtIndex(sourceRef, 0, (__bridge CFDictionaryRef)…
308 if (!imageRef) {
313 UIImage *image = [UIImage imageWithCGImage:imageRef
316 CGImageRelease(imageRef);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DABI49_0_0RCTImageBlurUtils.m12 CGImageRef imageRef = inputImage.CGImage;
17 if (CGImageGetWidth(imageRef) * CGImageGetHeight(imageRef) == 0) {
22 if (CGImageGetBitsPerPixel(imageRef) != 32 || CGImageGetBitsPerComponent(imageRef) != 8 ||
23 !((CGImageGetBitmapInfo(imageRef) & kCGBitmapAlphaInfoMask))) {
35 buffer1.width = buffer2.width = CGImageGetWidth(imageRef);
36 buffer1.height = buffer2.height = CGImageGetHeight(imageRef);
37 buffer1.rowBytes = buffer2.rowBytes = CGImageGetBytesPerRow(imageRef);
91 CGImageGetColorSpace(imageRef),
92 CGImageGetBitmapInfo(imageRef));
95 imageRef = CGBitmapContextCreateImage(ctx);
[all …]
H A DABI49_0_0RCTAnimatedImage.m149 CGImageRef imageRef = CGImageSourceCreateImageAtIndex(_imageSource, index, NULL);
150 if (!imageRef) {
153 …UIImage *image = [[UIImage alloc] initWithCGImage:imageRef scale:_scale orientation:UIImageOrienta…
154 CGImageRelease(imageRef);
H A DImage.d.ts365 imageRef?(image: Image): void; method
H A DABI49_0_0RCTImageUtils.m304 …CGImageRef imageRef = CGImageSourceCreateThumbnailAtIndex(sourceRef, 0, (__bridge CFDictionaryRef)…
306 if (!imageRef) {
311 …UIImage *image = [UIImage imageWithCGImage:imageRef scale:destScale orientation:UIImageOrientation…
312 CGImageRelease(imageRef);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DABI48_0_0RCTImageBlurUtils.m12 CGImageRef imageRef = inputImage.CGImage;
17 if (CGImageGetWidth(imageRef) * CGImageGetHeight(imageRef) == 0) {
22 if (CGImageGetBitsPerPixel(imageRef) != 32 || CGImageGetBitsPerComponent(imageRef) != 8 ||
23 !((CGImageGetBitmapInfo(imageRef) & kCGBitmapAlphaInfoMask))) {
35 buffer1.width = buffer2.width = CGImageGetWidth(imageRef);
36 buffer1.height = buffer2.height = CGImageGetHeight(imageRef);
37 buffer1.rowBytes = buffer2.rowBytes = CGImageGetBytesPerRow(imageRef);
91 CGImageGetColorSpace(imageRef),
92 CGImageGetBitmapInfo(imageRef));
95 imageRef = CGBitmapContextCreateImage(ctx);
[all …]
H A DABI48_0_0RCTAnimatedImage.m149 CGImageRef imageRef = CGImageSourceCreateImageAtIndex(_imageSource, index, NULL);
150 if (!imageRef) {
153 …UIImage *image = [[UIImage alloc] initWithCGImage:imageRef scale:_scale orientation:UIImageOrienta…
154 CGImageRelease(imageRef);
H A DImage.d.ts304 imageRef?(image: Image): void; method
H A DABI48_0_0RCTImageUtils.m304 …CGImageRef imageRef = CGImageSourceCreateThumbnailAtIndex(sourceRef, 0, (__bridge CFDictionaryRef)…
306 if (!imageRef) {
311 …UIImage *image = [UIImage imageWithCGImage:imageRef scale:destScale orientation:UIImageOrientation…
312 CGImageRelease(imageRef);
/expo/docs/public/static/examples/v49.0.0/tutorial/08-run-on-web/
H A DApp.js27 const imageRef = useRef();
62 const localUri = await captureRef(imageRef, {
75 const dataUrl = await domtoimage.toJpeg(imageRef.current, {
94 <View ref={imageRef} collapsable={false}>
96 ref={imageRef} field
/expo/docs/public/static/examples/v46.0.0/tutorial/08-run-on-web/
H A DApp.js27 const imageRef = useRef();
62 const localUri = await captureRef(imageRef, {
75 const dataUrl = await domtoimage.toJpeg(imageRef.current, {
94 <View ref={imageRef} collapsable={false}>
96 ref={imageRef} field
/expo/docs/public/static/examples/unversioned/tutorial/08-run-on-web/
H A DApp.js27 const imageRef = useRef();
62 const localUri = await captureRef(imageRef, {
75 const dataUrl = await domtoimage.toJpeg(imageRef.current, {
94 <View ref={imageRef} collapsable={false}>
96 ref={imageRef} field
/expo/docs/public/static/examples/v48.0.0/tutorial/08-run-on-web/
H A DApp.js27 const imageRef = useRef();
62 const localUri = await captureRef(imageRef, {
75 const dataUrl = await domtoimage.toJpeg(imageRef.current, {
94 <View ref={imageRef} collapsable={false}>
96 ref={imageRef} field
/expo/docs/public/static/examples/v47.0.0/tutorial/08-run-on-web/
H A DApp.js27 const imageRef = useRef();
62 const localUri = await captureRef(imageRef, {
75 const dataUrl = await domtoimage.toJpeg(imageRef.current, {
94 <View ref={imageRef} collapsable={false}>
96 ref={imageRef} field
/expo/docs/public/static/examples/v46.0.0/tutorial/07-screenshot/
H A DApp.js26 const imageRef = useRef();
61 const localUri = await captureRef(imageRef, {
78 <View ref={imageRef} collapsable={false}>
80 ref={imageRef} field
/expo/docs/public/static/examples/v47.0.0/tutorial/07-screenshot/
H A DApp.js26 const imageRef = useRef();
61 const localUri = await captureRef(imageRef, {
78 <View ref={imageRef} collapsable={false}>
80 ref={imageRef} field
/expo/docs/public/static/examples/unversioned/tutorial/07-screenshot/
H A DApp.js26 const imageRef = useRef();
61 const localUri = await captureRef(imageRef, {
78 <View ref={imageRef} collapsable={false}>
80 ref={imageRef} field
/expo/docs/public/static/examples/v48.0.0/tutorial/07-screenshot/
H A DApp.js26 const imageRef = useRef();
61 const localUri = await captureRef(imageRef, {
78 <View ref={imageRef} collapsable={false}>
80 ref={imageRef} field
/expo/docs/public/static/examples/v49.0.0/tutorial/07-screenshot/
H A DApp.js26 const imageRef = useRef();
61 const localUri = await captureRef(imageRef, {
78 <View ref={imageRef} collapsable={false}>
80 ref={imageRef} field
/expo/docs/pages/tutorial/
H A Dscreenshot.mdx84 …reference to it. Using the `useRef()` hook from React, let's create an `imageRef` variable inside …
91 /* @info Create an imageRef variable. */ const imageRef = useRef();/* @end */
98 …ponent to wrap the ImageViewer and EmojiSticker inside it. */<View ref={imageRef} collapsable={fal…
157 const localUri = await captureRef(imageRef, {
/expo/ios/versioned/sdk47/EXGL/ios/EXGL/
H A DABI47_0_0EXGLContext.mm247 …CGImageRef imageRef = CGImageCreate(width, height, 8, 32, width * 4, colorspaceRef, kCGBitmapByteO…
262 CGContextDrawImage(cgContext, CGRectMake(0.0, 0.0, widthInPoints, heightInPoints), imageRef);
272 CGImageRelease(imageRef);
/expo/packages/expo-gl/ios/
H A DEXGLContext.mm257 …CGImageRef imageRef = CGImageCreate(width, height, 8, 32, width * 4, colorspaceRef, kCGBitmapByteO…
272 CGContextDrawImage(cgContext, CGRectMake(0.0, 0.0, widthInPoints, heightInPoints), imageRef);
282 CGImageRelease(imageRef);
/expo/ios/versioned/sdk49/ExpoGL/ios/
H A DABI49_0_0EXGLContext.mm257 …CGImageRef imageRef = CGImageCreate(width, height, 8, 32, width * 4, colorspaceRef, kCGBitmapByteO…
272 CGContextDrawImage(cgContext, CGRectMake(0.0, 0.0, widthInPoints, heightInPoints), imageRef);
282 CGImageRelease(imageRef);

12