| /expo/ios/vendored/sdk47/@shopify/react-native-skia/ios/RNSkia-iOS/ |
| H A D | ABI47_0_0RNSkiOSView.h | 12 virtual void setSize(int width, int height) = 0; 26 void setSize(int width, int height) override { in setSize() function 27 …std::static_pointer_cast<ABI47_0_0RNSkMetalCanvasProvider>(this->getCanvasProvider())->setSize(wid… in setSize()
|
| H A D | ABI47_0_0RNSkMetalCanvasProvider.h | 21 void setSize(int width, int height);
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/ios/RNSkia-iOS/ |
| H A D | RNSkiOSView.h | 12 virtual void setSize(int width, int height) = 0; 29 void setSize(int width, int height) override { in setSize() function 31 ->setSize(width, height); in setSize()
|
| H A D | RNSkMetalCanvasProvider.h | 29 void setSize(int width, int height);
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/ios/RNSkia-iOS/ |
| H A D | ABI48_0_0RNSkiOSView.h | 12 virtual void setSize(int width, int height) = 0; 29 void setSize(int width, int height) override { in setSize() function 31 ->setSize(width, height); in setSize()
|
| H A D | ABI48_0_0RNSkMetalCanvasProvider.h | 29 void setSize(int width, int height);
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/ios/RNSkia-iOS/ |
| H A D | ABI49_0_0RNSkiOSView.h | 12 virtual void setSize(int width, int height) = 0; 29 void setSize(int width, int height) override { in setSize() function 31 ->setSize(width, height); in setSize()
|
| H A D | ABI49_0_0RNSkMetalCanvasProvider.h | 29 void setSize(int width, int height);
|
| /expo/packages/expo-gl/build/ |
| H A D | Canvas.js | 27 const [size, setSize] = React.useState(null); constant 56 setSize({ width, height }); 64 setSize(getSize());
|
| /expo/packages/expo-image/build/web/ |
| H A D | useSourceSelection.js | 62 const [size, setSize] = useState(null); 76 setSize(rect); 83 setSize(entries[0].contentRect);
|
| /expo/packages/expo-image/src/web/ |
| H A D | useSourceSelection.ts | 104 const [size, setSize] = useState<null | DOMRect>(null); constant 121 setSize(rect); 129 setSize(entries[0].contentRect);
|
| /expo/packages/expo-gl/src/ |
| H A D | Canvas.tsx | 36 const [size, setSize] = React.useState<{ width: number; height: number } | null>(null); 75 setSize({ width, height }); 85 setSize(getSize());
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/modal/ |
| H A D | ABI48_0_0ModalHostViewComponentDescriptor.h | 38 layoutableShadowNode->setSize( in adopt()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/inputaccessory/ |
| H A D | ABI48_0_0InputAccessoryComponentDescriptor.h | 37 layoutableShadowNode->setSize( in adopt()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/modal/ |
| H A D | ABI47_0_0ModalHostViewComponentDescriptor.h | 38 layoutableShadowNode->setSize( in adopt()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/modal/ |
| H A D | ABI49_0_0ModalHostViewComponentDescriptor.h | 38 layoutableShadowNode->setSize( in adopt()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/inputaccessory/ |
| H A D | ABI49_0_0InputAccessoryComponentDescriptor.h | 37 layoutableShadowNode->setSize( in adopt()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/inputaccessory/ |
| H A D | ABI47_0_0InputAccessoryComponentDescriptor.h | 37 layoutableShadowNode->setSize( in adopt()
|
| /expo/apps/native-component-list/src/screens/GL/ |
| H A D | GLThreeComposerScreen.tsx | 50 renderer.current.setSize(gl.current.drawingBufferWidth, gl.current.drawingBufferHeight); 107 renderer.current.setSize(layout.width * scale, layout.height * scale); 110 composer.current.setSize(layout.width, layout.height);
|
| H A D | GLThreeSpriteScreen.tsx | 47 renderer.current.setSize(layout.width * scale, layout.height * scale); 63 renderer.current.setSize(gl.current.drawingBufferWidth, gl.current.drawingBufferHeight);
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/Surface/ |
| H A D | ABI49_0_0RCTSurface.h | 58 - (void)setSize:(CGSize)size;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/Surface/ |
| H A D | ABI48_0_0RCTSurface.h | 58 - (void)setSize:(CGSize)size;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/Surface/ |
| H A D | ABI47_0_0RCTSurface.h | 58 - (void)setSize:(CGSize)size;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Surface/ |
| H A D | ABI47_0_0RCTFabricSurface.h | 89 - (void)setSize:(CGSize)size;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Surface/ |
| H A D | ABI49_0_0RCTFabricSurface.h | 89 - (void)setSize:(CGSize)size;
|