Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 25 of 569) sorted by relevance

12345678910>>...23

/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DTransformsProps.h28 auto origin = in updateDerivedValue() local
35 if (origin) { in updateDerivedValue()
36 lm.preTranslate(origin->x(), origin->y()); in updateDerivedValue()
38 lm.preTranslate(-origin->x(), -origin->y()); in updateDerivedValue()
45 if (origin) { in updateDerivedValue()
46 lm.preTranslate(origin->x(), origin->y()); in updateDerivedValue()
49 if (origin) { in updateDerivedValue()
50 lm.preTranslate(-origin->x(), -origin->y()); in updateDerivedValue()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DTransformsProps.h28 auto origin = in updateDerivedValue() local
35 if (origin) { in updateDerivedValue()
36 lm.preTranslate(origin->x(), origin->y()); in updateDerivedValue()
38 lm.preTranslate(-origin->x(), -origin->y()); in updateDerivedValue()
45 if (origin) { in updateDerivedValue()
46 lm.preTranslate(origin->x(), origin->y()); in updateDerivedValue()
49 if (origin) { in updateDerivedValue()
50 lm.preTranslate(-origin->x(), -origin->y()); in updateDerivedValue()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DTransformsProps.h28 auto origin = in updateDerivedValue() local
35 if (origin) { in updateDerivedValue()
36 lm.preTranslate(origin->x(), origin->y()); in updateDerivedValue()
38 lm.preTranslate(-origin->x(), -origin->y()); in updateDerivedValue()
45 if (origin) { in updateDerivedValue()
46 lm.preTranslate(origin->x(), origin->y()); in updateDerivedValue()
49 if (origin) { in updateDerivedValue()
50 lm.preTranslate(-origin->x(), -origin->y()); in updateDerivedValue()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DTransformsProps.h28 auto origin = in updateDerivedValue() local
35 if (origin) { in updateDerivedValue()
36 lm.preTranslate(origin->x(), origin->y()); in updateDerivedValue()
38 lm.preTranslate(-origin->x(), -origin->y()); in updateDerivedValue()
45 if (origin) { in updateDerivedValue()
46 lm.preTranslate(origin->x(), origin->y()); in updateDerivedValue()
49 if (origin) { in updateDerivedValue()
50 lm.preTranslate(-origin->x(), -origin->y()); in updateDerivedValue()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DTransformsProps.h30 auto origin = in updateDerivedValue() local
37 if (origin) { in updateDerivedValue()
38 lm.preTranslate(origin->x(), origin->y()); in updateDerivedValue()
40 lm.preTranslate(-origin->x(), -origin->y()); in updateDerivedValue()
47 if (origin) { in updateDerivedValue()
48 lm.preTranslate(origin->x(), origin->y()); in updateDerivedValue()
51 if (origin) { in updateDerivedValue()
52 lm.preTranslate(-origin->x(), -origin->y()); in updateDerivedValue()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DTransformsProps.h30 auto origin = in updateDerivedValue() local
37 if (origin) { in updateDerivedValue()
38 lm.preTranslate(origin->x(), origin->y()); in updateDerivedValue()
40 lm.preTranslate(-origin->x(), -origin->y()); in updateDerivedValue()
47 if (origin) { in updateDerivedValue()
48 lm.preTranslate(origin->x(), origin->y()); in updateDerivedValue()
51 if (origin) { in updateDerivedValue()
52 lm.preTranslate(-origin->x(), -origin->y()); in updateDerivedValue()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI47_0_0Rect.h25 Point origin{0, 0};
29 return std::tie(this->origin, this->size) == std::tie(rhs.origin, rhs.size);
37 return size.width > 0 ? origin.x + size.width : origin.x; in getMaxX()
40 return size.height > 0 ? origin.y + size.height : origin.y; in getMaxY()
43 return size.width >= 0 ? origin.x : origin.x + size.width; in getMinX()
46 return size.height >= 0 ? origin.y : origin.y + size.height; in getMinY()
49 return origin.x + size.width / 2; in getMidX()
52 return origin.y + size.height / 2; in getMidY()
63 origin = {x1, y1}; in unionInPlace()
68 return point.x >= origin.x && point.y >= origin.y && in containsPoint()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI48_0_0Rect.h25 Point origin{0, 0};
29 return std::tie(this->origin, this->size) == std::tie(rhs.origin, rhs.size);
37 return size.width > 0 ? origin.x + size.width : origin.x; in getMaxX()
40 return size.height > 0 ? origin.y + size.height : origin.y; in getMaxY()
43 return size.width >= 0 ? origin.x : origin.x + size.width; in getMinX()
46 return size.height >= 0 ? origin.y : origin.y + size.height; in getMinY()
49 return origin.x + size.width / 2; in getMidX()
52 return origin.y + size.height / 2; in getMidY()
63 origin = {x1, y1}; in unionInPlace()
68 return point.x >= origin.x && point.y >= origin.y && in containsPoint()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI49_0_0Rect.h25 Point origin{0, 0};
29 return std::tie(this->origin, this->size) == std::tie(rhs.origin, rhs.size);
37 return size.width > 0 ? origin.x + size.width : origin.x; in getMaxX()
40 return size.height > 0 ? origin.y + size.height : origin.y; in getMaxY()
43 return size.width >= 0 ? origin.x : origin.x + size.width; in getMinX()
46 return size.height >= 0 ? origin.y : origin.y + size.height; in getMinY()
49 return origin.x + size.width / 2; in getMidX()
52 return origin.y + size.height / 2; in getMidY()
63 origin = {x1, y1}; in unionInPlace()
68 return point.x >= origin.x && point.y >= origin.y && in containsPoint()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/tests/
H A DABI48_0_0LayoutableShadowNodeTest.cpp39 layoutMetrics.frame.origin = {10, 20}; in TEST()
47 layoutMetrics.frame.origin = {10, 20}; in TEST()
89 layoutMetrics.frame.origin = {10, 20}; in TEST()
100 layoutMetrics.frame.origin = {10, 20}; in TEST()
149 layoutMetrics.frame.origin = {10, 20}; in TEST()
211 layoutMetrics.frame.origin = {10, 10}; in TEST()
220 layoutMetrics.frame.origin = {10, 10}; in TEST()
256 layoutMetrics.frame.origin = {10, 20}; in TEST()
293 layoutMetrics.frame.origin = {10, 20}; in TEST()
376 layoutMetrics.frame.origin = {10, 10}; in TEST()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/tests/
H A DABI47_0_0LayoutableShadowNodeTest.cpp36 layoutMetrics.frame.origin = {10, 20}; in TEST()
44 layoutMetrics.frame.origin = {10, 20}; in TEST()
86 layoutMetrics.frame.origin = {10, 20}; in TEST()
97 layoutMetrics.frame.origin = {10, 20}; in TEST()
146 layoutMetrics.frame.origin = {10, 20}; in TEST()
208 layoutMetrics.frame.origin = {10, 10}; in TEST()
217 layoutMetrics.frame.origin = {10, 10}; in TEST()
253 layoutMetrics.frame.origin = {10, 20}; in TEST()
290 layoutMetrics.frame.origin = {10, 20}; in TEST()
373 layoutMetrics.frame.origin = {10, 10}; in TEST()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/
H A DABI48_0_0RNSharedElementTransitionItem.m82 …if (isinf(intersectedLayout.origin.x) || isinf(intersectedLayout.origin.y) || CGRectIsEmpty(inters…
83 if ((visibleLayout.origin.y + visibleLayout.size.height) < superLayout.origin.y) {
84 visibleLayout.origin.y = superLayout.origin.y;
87 if (visibleLayout.origin.y > (superLayout.origin.y + superLayout.size.height)) {
88 visibleLayout.origin.y = superLayout.origin.y + superLayout.size.height;
91 if ((visibleLayout.origin.x + visibleLayout.size.width) < superLayout.origin.x) {
92 visibleLayout.origin.x = superLayout.origin.x;
95 if (visibleLayout.origin.x > (superLayout.origin.x + superLayout.size.width)) {
96 visibleLayout.origin.x = superLayout.origin.x + superLayout.size.width;
H A DABI48_0_0RNSharedElementTransition.m255 …PointMake(ancestorLayout.origin.x - normalizedAncestorLayout.origin.x, ancestorLayout.origin.y - n…
258 …normalizedAncestorLayout.origin = CGPointMake(normalizedAncestorLayout.origin.x + diff.x,normalize…
269 ((layout.origin.x - ancestorLayout.origin.x) * scaleX) + normalizedAncestorLayout.origin.x,
270 ((layout.origin.y - ancestorLayout.origin.y) * scaleY) + normalizedAncestorLayout.origin.y,
293 layout1.origin.x + ((layout2.origin.x - layout1.origin.x) * position),
294 layout1.origin.y + ((layout2.origin.y - layout1.origin.y) * position),
303 visibleLayout.origin.y - layout.origin.y,
304 visibleLayout.origin.x - layout.origin.x,
508 contentFrame.origin.x -= interpolatedLayout.origin.x;
509 contentFrame.origin.y -= interpolatedLayout.origin.y;
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/
H A DABI47_0_0RNSharedElementTransitionItem.m82 …if (isinf(intersectedLayout.origin.x) || isinf(intersectedLayout.origin.y) || CGRectIsEmpty(inters…
83 if ((visibleLayout.origin.y + visibleLayout.size.height) < superLayout.origin.y) {
84 visibleLayout.origin.y = superLayout.origin.y;
87 if (visibleLayout.origin.y > (superLayout.origin.y + superLayout.size.height)) {
88 visibleLayout.origin.y = superLayout.origin.y + superLayout.size.height;
91 if ((visibleLayout.origin.x + visibleLayout.size.width) < superLayout.origin.x) {
92 visibleLayout.origin.x = superLayout.origin.x;
95 if (visibleLayout.origin.x > (superLayout.origin.x + superLayout.size.width)) {
96 visibleLayout.origin.x = superLayout.origin.x + superLayout.size.width;
H A DABI47_0_0RNSharedElementTransition.m255 …PointMake(ancestorLayout.origin.x - normalizedAncestorLayout.origin.x, ancestorLayout.origin.y - n…
258 …normalizedAncestorLayout.origin = CGPointMake(normalizedAncestorLayout.origin.x + diff.x,normalize…
269 ((layout.origin.x - ancestorLayout.origin.x) * scaleX) + normalizedAncestorLayout.origin.x,
270 ((layout.origin.y - ancestorLayout.origin.y) * scaleY) + normalizedAncestorLayout.origin.y,
293 layout1.origin.x + ((layout2.origin.x - layout1.origin.x) * position),
294 layout1.origin.y + ((layout2.origin.y - layout1.origin.y) * position),
303 visibleLayout.origin.y - layout.origin.y,
304 visibleLayout.origin.x - layout.origin.x,
508 contentFrame.origin.x -= interpolatedLayout.origin.x;
509 contentFrame.origin.y -= interpolatedLayout.origin.y;
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/tests/
H A DABI49_0_0LayoutableShadowNodeTest.cpp39 layoutMetrics.frame.origin = {10, 20}; in TEST()
47 layoutMetrics.frame.origin = {10, 20}; in TEST()
85 layoutMetrics.frame.origin = {10, 20}; in TEST()
123 layoutMetrics.frame.origin = {10, 20}; in TEST()
132 layoutMetrics.frame.origin = {10, 20}; in TEST()
176 layoutMetrics.frame.origin = {0, 0}; in TEST()
185 layoutMetrics.frame.origin = {50, 50}; in TEST()
235 layoutMetrics.frame.origin = {10, 20}; in TEST()
246 layoutMetrics.frame.origin = {10, 20}; in TEST()
402 layoutMetrics.frame.origin = {10, 20}; in TEST()
[all …]
/expo/packages/@expo/cli/src/start/server/middleware/
H A DremoteDevtoolsCorsMiddleware.ts14 const origin = req.headers.origin; constant
16 origin &&
17 ['devtools://devtools', 'https://chrome-devtools-frontend.appspot.com'].includes(origin);
18 if (url.pathname?.endsWith('.map') && origin && isValidOrigin) {
19 res.setHeader('Access-Control-Allow-Origin', origin);
H A DremoteDevtoolsSecurityHeadersMiddleware.ts12 typeof req.headers.origin === 'string' &&
13 !req.headers.origin.match(/^https?:\/\/localhost:/) &&
14 !req.headers.origin.match(/^https:\/\/chrome-devtools-frontend\.appspot\.com/)
18 `Unauthorized request from ${req.headers.origin}. ` +
/expo/tools/src/packages-graph/
H A DPackagesGraphEdge.ts11 origin: PackagesGraphNode; property in PackagesGraphEdge
34 constructor(origin: PackagesGraphNode, destination: PackagesGraphNode, versionRange: string) {
35 this.origin = origin;
59 `Cannot find a dominant edge kind between ${this.origin.name} and ${this.destination.name}`
/expo/home/api/
H A DConfig.ts5 const origin = `https://${host}`; constant
13 origin,
16 origin: websiteOrigin,
/expo/ios/vendored/sdk47/react-native-svg/apple/Utils/
H A DABI47_0_0RNSVGMarkerPosition.h7 #define ABI47_0_0RNSVGZEROPOINT CGRectZero.origin
13 @property (nonatomic, assign) CGPoint origin;
17 + (instancetype)markerPosition:(ABI47_0_0RNSVGMarkerType)type origin:(CGPoint)origin angle:(float)a…
/expo/ios/vendored/sdk49/react-native-svg/apple/Utils/
H A DABI49_0_0RNSVGMarkerPosition.h7 #define ABI49_0_0RNSVGZEROPOINT CGRectZero.origin
13 @property (nonatomic, assign) CGPoint origin;
17 + (instancetype)markerPosition:(ABI49_0_0RNSVGMarkerType)type origin:(CGPoint)origin angle:(float)a…
/expo/ios/vendored/unversioned/react-native-svg/apple/Utils/
H A DRNSVGMarkerPosition.h7 #define RNSVGZEROPOINT CGRectZero.origin
13 @property (nonatomic, assign) CGPoint origin;
17 + (instancetype)markerPosition:(RNSVGMarkerType)type origin:(CGPoint)origin angle:(float)angle;
/expo/ios/vendored/sdk48/react-native-svg/apple/Utils/
H A DABI48_0_0RNSVGMarkerPosition.h7 #define ABI48_0_0RNSVGZEROPOINT CGRectZero.origin
13 @property (nonatomic, assign) CGPoint origin;
17 + (instancetype)markerPosition:(ABI48_0_0RNSVGMarkerType)type origin:(CGPoint)origin angle:(float)a…
/expo/packages/expo-router/build/head/
H A Durl.js40 const origin = manifest?.extra?.router?.headOrigin ?? manifest?.extra?.router?.origin;
41 if (!origin) {
47 if (!origin.match(/^http(s)?:\/\//)) {
48 …console.warn(`Expo Head: origin "${origin}" is missing a \`https://\` protocol. ${protocolWarningS…
51 return memoSanitizeUrl(origin);

12345678910>>...23