Home
last modified time | relevance | path

Searched refs:right (Results 1 – 25 of 712) sorted by relevance

12345678910>>...29

/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLExpression.h193 DSLExpression operator+(DSLExpression left, DSLExpression right);
196 DSLExpression operator-(DSLExpression left, DSLExpression right);
199 DSLExpression operator*(DSLExpression left, DSLExpression right);
201 DSLExpression operator/(DSLExpression left, DSLExpression right);
203 DSLExpression operator%(DSLExpression left, DSLExpression right);
211 DSLExpression operator&(DSLExpression left, DSLExpression right);
213 DSLExpression operator|(DSLExpression left, DSLExpression right);
215 DSLExpression operator^(DSLExpression left, DSLExpression right);
218 DSLExpression operator,(DSLExpression left, DSLExpression right);
221 DSLExpression operator>(DSLExpression left, DSLExpression right);
[all …]
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLExpression.h204 DSLPossibleExpression operator+(DSLExpression left, DSLExpression right);
207 DSLPossibleExpression operator-(DSLExpression left, DSLExpression right);
210 DSLPossibleExpression operator*(DSLExpression left, DSLExpression right);
212 DSLPossibleExpression operator/(DSLExpression left, DSLExpression right);
214 DSLPossibleExpression operator%(DSLExpression left, DSLExpression right);
222 DSLPossibleExpression operator&(DSLExpression left, DSLExpression right);
224 DSLPossibleExpression operator|(DSLExpression left, DSLExpression right);
226 DSLPossibleExpression operator^(DSLExpression left, DSLExpression right);
229 DSLPossibleExpression operator,(DSLExpression left, DSLExpression right);
235 DSLPossibleExpression operator>(DSLExpression left, DSLExpression right);
[all …]
/expo/ios/vendored/sdk49/react-native-safe-area-context/ios/
H A DABI49_0_0RNCSafeAreaViewEdges.m7 ABI49_0_0RNCSafeAreaViewEdgeMode right,
15 edges.right = right;
19 …iewEdges ABI49_0_0RNCSafeAreaViewEdgesMakeString(NSString *top, NSString *right, NSString *bottom,…
23 edges.right = [ABI49_0_0RCTConvert ABI49_0_0RNCSafeAreaViewEdgeMode:right];
34 …ABI49_0_0RNCSafeAreaViewEdgesMakeString(json[@"top"], json[@"right"], json[@"bottom"], json[@"left…
H A DABI49_0_0RNCSafeAreaShadowView.m45 right:(CGFloat *)right
51 *right = _metaProps[META_PROP_ALL].value;
57 *right = _metaProps[META_PROP_HORIZONTAL].value;
71 *right = _metaProps[META_PROP_RIGHT].value;
109 CGFloat right = 0;
114 [self extractEdges:_paddingMetaProps top:&top right:&right bottom:&bottom left:&left];
117 …(ABI49_0_0YGValue){[self getEdgeValue:edges.right insetValue:insets.right edgeValue:right], ABI49_…
122 [self extractEdges:_marginMetaProps top:&top right:&right bottom:&bottom left:&left];
124 …inRight = (ABI49_0_0YGValue){[self getEdgeValue:edges.right insetValue:insets.right edgeValue:righ…
/expo/ios/vendored/unversioned/react-native-safe-area-context/ios/
H A DRNCSafeAreaViewEdges.m7 RNCSafeAreaViewEdgeMode right,
15 edges.right = right;
19 RNCSafeAreaViewEdges RNCSafeAreaViewEdgesMakeString(NSString *top, NSString *right, NSString *botto…
23 edges.right = [RCTConvert RNCSafeAreaViewEdgeMode:right];
34 RNCSafeAreaViewEdgesMakeString(json[@"top"], json[@"right"], json[@"bottom"], json[@"left"]))
H A DRNCSafeAreaShadowView.m45 right:(CGFloat *)right
51 *right = _metaProps[META_PROP_ALL].value;
57 *right = _metaProps[META_PROP_HORIZONTAL].value;
71 *right = _metaProps[META_PROP_RIGHT].value;
109 CGFloat right = 0;
114 [self extractEdges:_paddingMetaProps top:&top right:&right bottom:&bottom left:&left];
117 … (YGValue){[self getEdgeValue:edges.right insetValue:insets.right edgeValue:right], YGUnitPoint};
122 [self extractEdges:_marginMetaProps top:&top right:&right bottom:&bottom left:&left];
124 …uper.marginRight = (YGValue){[self getEdgeValue:edges.right insetValue:insets.right edgeValue:righ…
/expo/packages/expo-image/build/
H A Dutils.js43 right: { top: '50%', right: 0 }, property
47 'top right': { top: 0, right: 0 }, property
49 'right center': { top: '50%', right: 0 }, property
50 'right top': { top: 0, right: 0 }, property
51 'right bottom': { bottom: 0, right: 0 }, property
53 'bottom right': { bottom: 0, right: 0 }, property
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI47_0_0RectangleEdges.h27 T right{};
31 return std::tie(this->left, this->top, this->right, this->bottom) ==
32 std::tie(rhs.left, rhs.top, rhs.right, rhs.bottom);
40 return left == top && left == right && left == bottom; in isUniform()
56 lhs.right + rhs.right,
67 lhs.right - rhs.right,
82 {rect.size.width - insets.left - insets.right, in insetBy()
96 0, edges.left, edges.right, edges.top, edges.bottom);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI48_0_0RectangleEdges.h27 T right{};
31 return std::tie(this->left, this->top, this->right, this->bottom) ==
32 std::tie(rhs.left, rhs.top, rhs.right, rhs.bottom);
40 return left == top && left == right && left == bottom; in isUniform()
56 lhs.right + rhs.right,
67 lhs.right - rhs.right,
82 {rect.size.width - insets.left - insets.right, in insetBy()
96 0, edges.left, edges.right, edges.top, edges.bottom);
/expo/packages/expo-image/src/
H A Dutils.ts63 right: { top: '50%', right: 0 },
67 'top right': { top: 0, right: 0 },
69 'right center': { top: '50%', right: 0 },
70 'right top': { top: 0, right: 0 },
71 'right bottom': { bottom: 0, right: 0 },
73 'bottom right': { bottom: 0, right: 0 },
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI49_0_0RectangleEdges.h27 T right{};
31 return std::tie(this->left, this->top, this->right, this->bottom) ==
32 std::tie(rhs.left, rhs.top, rhs.right, rhs.bottom);
40 return left == top && left == right && left == bottom; in isUniform()
56 lhs.right + rhs.right,
67 lhs.right - rhs.right,
82 {rect.size.width - insets.left - insets.right, in insetBy()
92 {rect.size.width + outsets.left + outsets.right, in outsetBy()
106 0, edges.left, edges.right, edges.top, edges.bottom);
/expo/android/vendored/sdk47/@shopify/flash-list/android/src/main/kotlin/abi47_0_0/com/shopify/reactnative/flash_list/
H A DAutoLayoutShadow.kt34 if (cell.right != neighbour.left) { in clearGapsAndOverlaps()
35 neighbour.right = cell.right + neighbour.width in clearGapsAndOverlaps()
36 neighbour.left = cell.right in clearGapsAndOverlaps()
50 maxBound = kotlin.math.max(maxBound, cell.right); in clearGapsAndOverlaps()
59 neighbour.right = cell.left + neighbour.width in clearGapsAndOverlaps()
63 neighbour.right = maxBound + neighbour.width in clearGapsAndOverlaps()
67 maxBoundNeighbour = kotlin.math.max(maxBound, neighbour.right) in clearGapsAndOverlaps()
71 …lastMaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) cell.right else cell.bo… in clearGapsAndOverlaps()
72 …dOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) neighbour.right else neighbour.bot… in clearGapsAndOverlaps()
95 … (cell.left >= (scrollOffset - renderOffset) || cell.right >= (scrollOffset - renderOffset)) && in isWithinBounds()
[all …]
/expo/android/vendored/sdk48/@shopify/flash-list/android/src/main/kotlin/abi48_0_0/com/shopify/reactnative/flash_list/
H A DAutoLayoutShadow.kt34 if (cell.right != neighbour.left) { in clearGapsAndOverlaps()
35 neighbour.right = cell.right + neighbour.width in clearGapsAndOverlaps()
36 neighbour.left = cell.right in clearGapsAndOverlaps()
50 maxBound = kotlin.math.max(maxBound, cell.right); in clearGapsAndOverlaps()
59 neighbour.right = cell.left + neighbour.width in clearGapsAndOverlaps()
63 neighbour.right = maxBound + neighbour.width in clearGapsAndOverlaps()
67 maxBoundNeighbour = kotlin.math.max(maxBound, neighbour.right) in clearGapsAndOverlaps()
71 …lastMaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) cell.right else cell.bo… in clearGapsAndOverlaps()
72 …dOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) neighbour.right else neighbour.bot… in clearGapsAndOverlaps()
95 … (cell.left >= (scrollOffset - renderOffset) || cell.right >= (scrollOffset - renderOffset)) && in isWithinBounds()
[all …]
/expo/android/vendored/sdk49/@shopify/flash-list/android/src/main/kotlin/abi49_0_0/com/shopify/reactnative/flash_list/
H A DAutoLayoutShadow.kt37 if (cell.right != neighbour.left) { in clearGapsAndOverlaps()
38 neighbour.right = cell.right + neighbour.width in clearGapsAndOverlaps()
39 neighbour.left = cell.right in clearGapsAndOverlaps()
54 maxBound = kotlin.math.max(maxBound, cell.right); in clearGapsAndOverlaps()
64 neighbour.right = cell.left + neighbour.width in clearGapsAndOverlaps()
68 neighbour.right = maxBound + neighbour.width in clearGapsAndOverlaps()
73 maxBoundNeighbour = kotlin.math.max(maxBound, neighbour.right) in clearGapsAndOverlaps()
77 …lastMaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) cell.right else cell.bo… in clearGapsAndOverlaps()
78 …dOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) neighbour.right else neighbour.bot… in clearGapsAndOverlaps()
101 … (cell.left >= (scrollOffset - renderOffset) || cell.right >= (scrollOffset - renderOffset)) && in isWithinBounds()
[all …]
/expo/android/vendored/unversioned/@shopify/flash-list/android/src/main/kotlin/com/shopify/reactnative/flash_list/
H A DAutoLayoutShadow.kt37 if (cell.right != neighbour.left) { in clearGapsAndOverlaps()
38 neighbour.right = cell.right + neighbour.width in clearGapsAndOverlaps()
39 neighbour.left = cell.right in clearGapsAndOverlaps()
54 maxBound = kotlin.math.max(maxBound, cell.right); in clearGapsAndOverlaps()
64 neighbour.right = cell.left + neighbour.width in clearGapsAndOverlaps()
68 neighbour.right = maxBound + neighbour.width in clearGapsAndOverlaps()
73 maxBoundNeighbour = kotlin.math.max(maxBound, neighbour.right) in clearGapsAndOverlaps()
77 …lastMaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) cell.right else cell.bo… in clearGapsAndOverlaps()
78 …dOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) neighbour.right else neighbour.bot… in clearGapsAndOverlaps()
101 … (cell.left >= (scrollOffset - renderOffset) || cell.right >= (scrollOffset - renderOffset)) && in isWithinBounds()
[all …]
/expo/packages/expo-structured-headers/android/src/main/java/expo/modules/structuredheaders/
H A DDecimalItem.java85 long right = abs % 1000; in serializeTo()
87 if (right % 10 == 0) { in serializeTo()
88 right /= 10; in serializeTo()
90 if (right % 10 == 0) { in serializeTo()
91 right /= 10; in serializeTo()
93 sb.append(sign).append(Long.toString(left)).append('.').append(Long.toString(right)); in serializeTo()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/structuredheaders/
H A DDecimalItem.java85 long right = abs % 1000; in serializeTo()
87 if (right % 10 == 0) { in serializeTo()
88 right /= 10; in serializeTo()
90 if (right % 10 == 0) { in serializeTo()
91 right /= 10; in serializeTo()
93 sb.append(sign).append(Long.toString(left)).append('.').append(Long.toString(right)); in serializeTo()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/structuredheaders/
H A DDecimalItem.java85 long right = abs % 1000; in serializeTo()
87 if (right % 10 == 0) { in serializeTo()
88 right /= 10; in serializeTo()
90 if (right % 10 == 0) { in serializeTo()
91 right /= 10; in serializeTo()
93 sb.append(sign).append(Long.toString(left)).append('.').append(Long.toString(right)); in serializeTo()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/structuredheaders/
H A DDecimalItem.java85 long right = abs % 1000; in serializeTo()
87 if (right % 10 == 0) { in serializeTo()
88 right /= 10; in serializeTo()
90 if (right % 10 == 0) { in serializeTo()
91 right /= 10; in serializeTo()
93 sb.append(sign).append(Long.toString(left)).append('.').append(Long.toString(right)); in serializeTo()
/expo/ios/vendored/sdk47/react-native-safe-area-context/ios/
H A DABI47_0_0RNCSafeAreaShadowView.m44 right:(CGFloat *)right
50 *right = _metaProps[META_PROP_ALL].value;
56 *right = _metaProps[META_PROP_HORIZONTAL].value;
70 *right = _metaProps[META_PROP_RIGHT].value;
108 CGFloat right = 0;
113 CGFloat insetRight = (edges & ABI47_0_0RNCSafeAreaViewEdgesRight) ? insets.right : 0;
118 [self extractEdges:_paddingMetaProps top:&top right:&right bottom:&bottom left:&left];
120 super.paddingRight = (ABI47_0_0YGValue){insetRight + right, ABI47_0_0YGUnitPoint};
124 [self extractEdges:_marginMetaProps top:&top right:&right bottom:&bottom left:&left];
126 super.marginRight = (ABI47_0_0YGValue){insetRight + right, ABI47_0_0YGUnitPoint};
/expo/ios/vendored/sdk48/react-native-safe-area-context/ios/
H A DABI48_0_0RNCSafeAreaShadowView.m44 right:(CGFloat *)right
50 *right = _metaProps[META_PROP_ALL].value;
56 *right = _metaProps[META_PROP_HORIZONTAL].value;
70 *right = _metaProps[META_PROP_RIGHT].value;
108 CGFloat right = 0;
113 CGFloat insetRight = (edges & ABI48_0_0RNCSafeAreaViewEdgesRight) ? insets.right : 0;
118 [self extractEdges:_paddingMetaProps top:&top right:&right bottom:&bottom left:&left];
120 super.paddingRight = (ABI48_0_0YGValue){insetRight + right, ABI48_0_0YGUnitPoint};
124 [self extractEdges:_marginMetaProps top:&top right:&right bottom:&bottom left:&left];
126 super.marginRight = (ABI48_0_0YGValue){insetRight + right, ABI48_0_0YGUnitPoint};
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaViewShadowNode.kt25 var right = 0f in updateInsets() variable
32 right = allEdges in updateInsets()
43 right = horizontalEdges in updateInsets()
52 right = rightEdge in updateInsets()
63 right = PixelUtil.toPixelFromDIP(right) in updateInsets()
70 super.setPadding(Spacing.RIGHT, getEdgeValue(edges.right, insets.right, right)) in updateInsets()
75 super.setMargin(Spacing.RIGHT, getEdgeValue(edges.right, insets.right, right)) in updateInsets()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaViewShadowNode.kt25 var right = 0f in updateInsets() variable
32 right = allEdges in updateInsets()
43 right = horizontalEdges in updateInsets()
52 right = rightEdge in updateInsets()
63 right = PixelUtil.toPixelFromDIP(right) in updateInsets()
70 super.setPadding(Spacing.RIGHT, getEdgeValue(edges.right, insets.right, right)) in updateInsets()
75 super.setMargin(Spacing.RIGHT, getEdgeValue(edges.right, insets.right, right)) in updateInsets()
/expo/apps/native-component-list/src/screens/Image/
H A DImageContentFitScreen.tsx17 'right',
21 'top right',
23 'right center',
24 'right top',
25 'right bottom',
27 'bottom right',
55 position: { top: 0, right: 0 },
63 position: { bottom: '10%', right: '10%' },
71 position: { top: '-50%', right: '10%' },
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/sharedelement/
H A DRNSharedElementTransition.java121 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
253 …eft > 0.0f || interpolatedClipInsets.top > 0.0f || interpolatedClipInsets.right > 0.0f || interpol… in updateLayout()
257 parentLayout.right -= interpolatedClipInsets.right; in updateLayout()
380 layout.right - clippedLayout.right, in getClipInsets()
422 …if ((endClipInsets.right == 0) && (startClipInsets.right != 0) && (startClippedLayout.right >= end… in getInterpolatedClipInsets()
423 clipInsets.right = Math.max(0, interpolatedLayout.right - startClippedLayout.right); in getInterpolatedClipInsets()
424 …} else if ((startClipInsets.right == 0) && (endClipInsets.right != 0) && (endClippedLayout.right >… in getInterpolatedClipInsets()
425 clipInsets.right = Math.max(0, interpolatedLayout.right - endClippedLayout.right); in getInterpolatedClipInsets()
427 …clipInsets.right = (startClipInsets.right + ((endClipInsets.right - startClipInsets.right) * posit… in getInterpolatedClipInsets()

12345678910>>...29