| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | Rect.tsx | 7 static title = 'Rect'; 11 <Svg.Rect 27 static title = '`stroke` and `fill` Rect'; 31 <Svg.Rect 52 <Svg.Rect 69 static title = 'Rect with different `rx` and `ry`'; 73 <Svg.Rect 94 <Svg.Rect 111 <Svg.Rect 123 const Rect: Example = { [all …]
|
| H A D | index.web.ts | 13 import Rect from './Rect'; 22 Rect, constant
|
| H A D | index.ts | 13 import Rect from './Rect'; 23 Rect, constant
|
| H A D | Clipping.tsx | 6 const { ClipPath, Defs, RadialGradient, Stop, Rect, Text, Ellipse, G, Polygon, Path, Circle, Use } = 23 <Rect x="65" y="15" width="30" height="30" /> 31 <Rect x="0" y="0" width="100" height="100" fill="url(#grad)" clipPath="url(#clip)" /> 118 <Rect x="0" y="0" width="50" height="50" fill="red" /> 119 <Rect x="50" y="0" width="50" height="50" fill="blue" /> 120 <Rect x="0" y="50" width="50" height="50" fill="yellow" /> 121 <Rect x="50" y="50" width="50" height="50" fill="green" />
|
| /expo/packages/expo-dev-menu/vendored/react-native-safe-area-context/android/devmenu/com/th3rdwave/safeareacontext/ |
| H A D | SafeAreaUtils.java | 3 import android.graphics.Rect; 30 Rect visibleRect = new Rect(); in getRootWindowInsetsCompat() 54 Rect visibleRect = new Rect(); in getSafeAreaInsets() 64 …static @Nullable devmenu.com.th3rdwave.safeareacontext.Rect getFrame(ViewGroup rootView, View view… in getFrame() 69 Rect offset = new Rect(); in getFrame() 80 …return new devmenu.com.th3rdwave.safeareacontext.Rect(offset.left, offset.top, view.getWidth(), vi… in getFrame()
|
| H A D | SafeAreaProvider.kt | 19 override fun onInsetsChange(view: SafeAreaProvider, insets: EdgeInsets, frame: Rect) { in onInsetsChange() 29 fun onInsetsChange(view: SafeAreaProvider, insets: EdgeInsets, frame: Rect) in onInsetsChange() 34 private var mLastFrame: Rect? = null in onInsetsChange()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI49_0_0RectangleEdges.h | 79 inline Rect insetBy(Rect const &rect, EdgeInsets const &insets) noexcept { in insetBy() 80 return Rect{ in insetBy() 89 inline Rect outsetBy(Rect const &rect, EdgeInsets const &outsets) noexcept { in outsetBy() 90 return Rect{ in outsetBy()
|
| H A D | ABI49_0_0Rect.h | 24 struct Rect { struct 28 bool operator==(Rect const &rhs) const noexcept { 32 bool operator!=(Rect const &rhs) const noexcept { 58 void unionInPlace(Rect const &rect) noexcept { in unionInPlace() argument 73 static Rect boundingRect( in boundingRect() argument 110 struct hash<ABI49_0_0facebook::ABI49_0_0React::Rect> { 111 size_t operator()(ABI49_0_0facebook::ABI49_0_0React::Rect const &rect) const noexcept {
|
| H A D | ABI49_0_0rounding.h | 46 Rect roundToPixel(Rect value, Float scaleFactor) { in roundToPixel() 47 return Rect{ in roundToPixel()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI47_0_0Rect.h | 24 struct Rect { struct 28 bool operator==(Rect const &rhs) const noexcept { 32 bool operator!=(Rect const &rhs) const noexcept { 58 void unionInPlace(Rect const &rect) noexcept { in unionInPlace() argument 73 static Rect boundingRect( in boundingRect() argument 110 struct hash<ABI47_0_0facebook::ABI47_0_0React::Rect> { 111 size_t operator()(ABI47_0_0facebook::ABI47_0_0React::Rect const &rect) const noexcept {
|
| H A D | ABI47_0_0rounding.h | 46 Rect roundToPixel(Rect value, Float scaleFactor) { in roundToPixel() 47 return Rect{ in roundToPixel()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI48_0_0Rect.h | 24 struct Rect { struct 28 bool operator==(Rect const &rhs) const noexcept { 32 bool operator!=(Rect const &rhs) const noexcept { 58 void unionInPlace(Rect const &rect) noexcept { in unionInPlace() argument 73 static Rect boundingRect( in boundingRect() argument 110 struct hash<ABI48_0_0facebook::ABI48_0_0React::Rect> { 111 size_t operator()(ABI48_0_0facebook::ABI48_0_0React::Rect const &rect) const noexcept {
|
| H A D | ABI48_0_0rounding.h | 46 Rect roundToPixel(Rect value, Float scaleFactor) { in roundToPixel() 47 return Rect{ in roundToPixel()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/maps/ |
| H A D | ViewAttacherGroup.java | 4 import android.graphics.Rect; 17 this.setClipBounds(new Rect(0, 0, 0, 0)); in ViewAttacherGroup()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | ViewAttacherGroup.java | 4 import android.graphics.Rect; 17 this.setClipBounds(new Rect(0, 0, 0, 0)); in ViewAttacherGroup()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | ViewAttacherGroup.java | 4 import android.graphics.Rect; 17 this.setClipBounds(new Rect(0, 0, 0, 0)); in ViewAttacherGroup()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | ViewAttacherGroup.java | 4 import android.graphics.Rect; 17 this.setClipBounds(new Rect(0, 0, 0, 0)); in ViewAttacherGroup()
|
| /expo/packages/expo-dev-menu/vendored/react-native-safe-area-context/src/ |
| H A D | SafeArea.types.ts | 18 export interface Rect { interface 27 frame: Rect;
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/safeareacontext/ |
| H A D | SafeAreaUtils.kt | 47 val visibleRect = android.graphics.Rect() in getRootWindowInsetsCompatBase() 76 val visibleRect = android.graphics.Rect() in getSafeAreaInsets() 86 fun getFrame(rootView: ViewGroup, view: View): Rect? { in getFrame() 91 val offset = android.graphics.Rect() in getFrame() 101 return Rect( in getFrame()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/safeareacontext/ |
| H A D | SafeAreaUtils.kt | 47 val visibleRect = android.graphics.Rect() in getRootWindowInsetsCompatBase() 76 val visibleRect = android.graphics.Rect() in getSafeAreaInsets() 86 fun getFrame(rootView: ViewGroup, view: View): Rect? { in getFrame() 91 val offset = android.graphics.Rect() in getFrame() 101 return Rect( in getFrame()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/safeareacontext/ |
| H A D | SafeAreaUtils.kt | 44 val visibleRect = android.graphics.Rect() in getRootWindowInsetsCompatBase() 72 val visibleRect = android.graphics.Rect() in getSafeAreaInsets() 81 fun getFrame(rootView: ViewGroup, view: View): Rect? { in getFrame() 86 val offset = android.graphics.Rect() in getFrame() 96 return Rect( in getFrame()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/safeareacontext/ |
| H A D | SafeAreaUtils.kt | 47 val visibleRect = android.graphics.Rect() in getRootWindowInsetsCompatBase() 76 val visibleRect = android.graphics.Rect() in getSafeAreaInsets() 86 fun getFrame(rootView: ViewGroup, view: View): Rect? { in getFrame() 91 val offset = android.graphics.Rect() in getFrame() 101 return Rect( in getFrame()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/ |
| H A D | ABI47_0_0LayoutMetrics.h | 23 Rect frame; 31 Rect getContentFrame() const { in getContentFrame() 32 return Rect{ in getContentFrame()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/ |
| H A D | ABI47_0_0TextMeasureCache.cpp | 15 static Rect rectFromDynamic(folly::dynamic const &data) { in rectFromDynamic() 22 Rect frame; in rectFromDynamic() 30 Rect frame, in LineMeasurement()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/ |
| H A D | ABI48_0_0LayoutMetrics.h | 23 Rect frame; 31 Rect getContentFrame() const { in getContentFrame() 32 return Rect{ in getContentFrame()
|