Home
last modified time | relevance | path

Searched refs:setSize (Results 1 – 25 of 111) sorted by relevance

12345

/expo/ios/vendored/sdk47/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DABI47_0_0RNSkiOSView.h12 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 DABI47_0_0RNSkMetalCanvasProvider.h21 void setSize(int width, int height);
/expo/ios/vendored/unversioned/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DRNSkiOSView.h12 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 DRNSkMetalCanvasProvider.h29 void setSize(int width, int height);
/expo/ios/vendored/sdk48/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DABI48_0_0RNSkiOSView.h12 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 DABI48_0_0RNSkMetalCanvasProvider.h29 void setSize(int width, int height);
/expo/ios/vendored/sdk49/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DABI49_0_0RNSkiOSView.h12 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 DABI49_0_0RNSkMetalCanvasProvider.h29 void setSize(int width, int height);
/expo/packages/expo-gl/build/
H A DCanvas.js27 const [size, setSize] = React.useState(null); constant
56 setSize({ width, height });
64 setSize(getSize());
/expo/packages/expo-image/build/web/
H A DuseSourceSelection.js62 const [size, setSize] = useState(null);
76 setSize(rect);
83 setSize(entries[0].contentRect);
/expo/packages/expo-image/src/web/
H A DuseSourceSelection.ts104 const [size, setSize] = useState<null | DOMRect>(null); constant
121 setSize(rect);
129 setSize(entries[0].contentRect);
/expo/packages/expo-gl/src/
H A DCanvas.tsx36 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 DABI48_0_0ModalHostViewComponentDescriptor.h38 layoutableShadowNode->setSize( in adopt()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/inputaccessory/
H A DABI48_0_0InputAccessoryComponentDescriptor.h37 layoutableShadowNode->setSize( in adopt()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/modal/
H A DABI47_0_0ModalHostViewComponentDescriptor.h38 layoutableShadowNode->setSize( in adopt()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/modal/
H A DABI49_0_0ModalHostViewComponentDescriptor.h38 layoutableShadowNode->setSize( in adopt()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/inputaccessory/
H A DABI49_0_0InputAccessoryComponentDescriptor.h37 layoutableShadowNode->setSize( in adopt()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/inputaccessory/
H A DABI47_0_0InputAccessoryComponentDescriptor.h37 layoutableShadowNode->setSize( in adopt()
/expo/apps/native-component-list/src/screens/GL/
H A DGLThreeComposerScreen.tsx50 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 DGLThreeSpriteScreen.tsx47 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 DABI49_0_0RCTSurface.h58 - (void)setSize:(CGSize)size;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/Surface/
H A DABI48_0_0RCTSurface.h58 - (void)setSize:(CGSize)size;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/Surface/
H A DABI47_0_0RCTSurface.h58 - (void)setSize:(CGSize)size;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Surface/
H A DABI47_0_0RCTFabricSurface.h89 - (void)setSize:(CGSize)size;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Surface/
H A DABI49_0_0RCTFabricSurface.h89 - (void)setSize:(CGSize)size;

12345