Home
last modified time | relevance | path

Searched refs:layout (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI49_0_0YGLayout.cpp15 ABI49_0_0YGFloatArrayEqual(dimensions, layout.dimensions) && in operator ==()
16 ABI49_0_0YGFloatArrayEqual(margin, layout.margin) && in operator ==()
17 ABI49_0_0YGFloatArrayEqual(border, layout.border) && in operator ==()
18 ABI49_0_0YGFloatArrayEqual(padding, layout.padding) && in operator ==()
19 direction() == layout.direction() && in operator ==()
20 hadOverflow() == layout.hadOverflow() && in operator ==()
21 lastOwnerDirection == layout.lastOwnerDirection && in operator ==()
23 cachedLayout == layout.cachedLayout && in operator ==()
24 computedFlexBasis == layout.computedFlexBasis; in operator ==()
31 !yoga::isUndefined(layout.measuredDimensions[0])) { in operator ==()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI48_0_0YGLayout.cpp15 ABI48_0_0YGFloatArrayEqual(dimensions, layout.dimensions) && in operator ==()
16 ABI48_0_0YGFloatArrayEqual(margin, layout.margin) && in operator ==()
17 ABI48_0_0YGFloatArrayEqual(border, layout.border) && in operator ==()
18 ABI48_0_0YGFloatArrayEqual(padding, layout.padding) && in operator ==()
19 direction() == layout.direction() && in operator ==()
20 hadOverflow() == layout.hadOverflow() && in operator ==()
21 lastOwnerDirection == layout.lastOwnerDirection && in operator ==()
23 cachedLayout == layout.cachedLayout && in operator ==()
24 computedFlexBasis == layout.computedFlexBasis; in operator ==()
31 !yoga::isUndefined(layout.measuredDimensions[0])) { in operator ==()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI47_0_0YGLayout.cpp15 ABI47_0_0YGFloatArrayEqual(dimensions, layout.dimensions) && in operator ==()
16 ABI47_0_0YGFloatArrayEqual(margin, layout.margin) && in operator ==()
17 ABI47_0_0YGFloatArrayEqual(border, layout.border) && in operator ==()
18 ABI47_0_0YGFloatArrayEqual(padding, layout.padding) && in operator ==()
19 direction() == layout.direction() && in operator ==()
20 hadOverflow() == layout.hadOverflow() && in operator ==()
21 lastOwnerDirection == layout.lastOwnerDirection && in operator ==()
23 cachedLayout == layout.cachedLayout && in operator ==()
24 computedFlexBasis == layout.computedFlexBasis; in operator ==()
31 !yoga::isUndefined(layout.measuredDimensions[0])) { in operator ==()
[all …]
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/sharedelement/
H A DRNSharedElementView.java33 RectF layout, in updateViewAndDrawable() argument
57 float width = layout.width(); in updateViewAndDrawable()
58 float height = layout.height(); in updateViewAndDrawable()
64 layout(0, 0, originalWidth, originalHeight); in updateViewAndDrawable()
65 setTranslationX(layout.left - parentLayout.left); in updateViewAndDrawable()
66 setTranslationY(layout.top - parentLayout.top); in updateViewAndDrawable()
115 layout(0, 0, (int) Math.ceil(width), (int) Math.ceil(height)); in updateViewAndDrawable()
116 setTranslationX(layout.left - parentLayout.left); in updateViewAndDrawable()
117 setTranslationY(layout.top - parentLayout.top); in updateViewAndDrawable()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/sharedelement/
H A DRNSharedElementView.java33 RectF layout, in updateViewAndDrawable() argument
57 float width = layout.width(); in updateViewAndDrawable()
58 float height = layout.height(); in updateViewAndDrawable()
64 layout(0, 0, originalWidth, originalHeight); in updateViewAndDrawable()
65 setTranslationX(layout.left - parentLayout.left); in updateViewAndDrawable()
66 setTranslationY(layout.top - parentLayout.top); in updateViewAndDrawable()
115 layout(0, 0, (int) Math.ceil(width), (int) Math.ceil(height)); in updateViewAndDrawable()
116 setTranslationX(layout.left - parentLayout.left); in updateViewAndDrawable()
117 setTranslationY(layout.top - parentLayout.top); in updateViewAndDrawable()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/gpu/vk/
H A DVulkanTypesPriv.h19 VulkanMutableTextureState(VkImageLayout layout, uint32_t queueFamilyIndex) in VulkanMutableTextureState() argument
20 : fLayout(layout) in VulkanMutableTextureState()
29 void setImageLayout(VkImageLayout layout) { in setImageLayout() argument
31 fLayout.store(layout); in setImageLayout()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/gpu/vk/
H A DVulkanTypesPriv.h19 VulkanMutableTextureState(VkImageLayout layout, uint32_t queueFamilyIndex) in VulkanMutableTextureState() argument
20 : fLayout(layout) in VulkanMutableTextureState()
29 void setImageLayout(VkImageLayout layout) { in setImageLayout() argument
31 fLayout.store(layout); in setImageLayout()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/gpu/vk/
H A DVulkanTypesPriv.h19 VulkanMutableTextureState(VkImageLayout layout, uint32_t queueFamilyIndex) in VulkanMutableTextureState() argument
20 : fLayout(layout) in VulkanMutableTextureState()
29 void setImageLayout(VkImageLayout layout) { in setImageLayout() argument
31 fLayout.store(layout); in setImageLayout()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/gpu/vk/
H A DVulkanTypesPriv.h19 VulkanMutableTextureState(VkImageLayout layout, uint32_t queueFamilyIndex) in VulkanMutableTextureState() argument
20 : fLayout(layout) in VulkanMutableTextureState()
29 void setImageLayout(VkImageLayout layout) { in setImageLayout() argument
31 fLayout.store(layout); in setImageLayout()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/gpu/vk/
H A DVulkanTypesPriv.h19 VulkanMutableTextureState(VkImageLayout layout, uint32_t queueFamilyIndex) in VulkanMutableTextureState() argument
20 : fLayout(layout) in VulkanMutableTextureState()
29 void setImageLayout(VkImageLayout layout) { in setImageLayout() argument
31 fLayout.store(layout); in setImageLayout()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/gpu/vk/
H A DVulkanTypesPriv.h19 VulkanMutableTextureState(VkImageLayout layout, uint32_t queueFamilyIndex) in VulkanMutableTextureState() argument
20 : fLayout(layout) in VulkanMutableTextureState()
29 void setImageLayout(VkImageLayout layout) { in setImageLayout() argument
31 fLayout.store(layout); in setImageLayout()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/gpu/vk/
H A DVulkanTypesPriv.h19 VulkanMutableTextureState(VkImageLayout layout, uint32_t queueFamilyIndex) in VulkanMutableTextureState() argument
20 : fLayout(layout) in VulkanMutableTextureState()
29 void setImageLayout(VkImageLayout layout) { in setImageLayout() argument
31 fLayout.store(layout); in setImageLayout()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI49_0_0ViewEventEmitter.cpp105 auto layout = jsi::Object(runtime); in onLayout() local
106 layout.setProperty(runtime, "x", frame.origin.x); in onLayout()
107 layout.setProperty(runtime, "y", frame.origin.y); in onLayout()
108 layout.setProperty(runtime, "width", frame.size.width); in onLayout()
109 layout.setProperty(runtime, "height", frame.size.height); in onLayout()
111 payload.setProperty(runtime, "layout", std::move(layout)); in onLayout()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI48_0_0ViewEventEmitter.cpp105 auto layout = jsi::Object(runtime); in onLayout() local
106 layout.setProperty(runtime, "x", frame.origin.x); in onLayout()
107 layout.setProperty(runtime, "y", frame.origin.y); in onLayout()
108 layout.setProperty(runtime, "width", frame.size.width); in onLayout()
109 layout.setProperty(runtime, "height", frame.size.height); in onLayout()
111 payload.setProperty(runtime, "layout", std::move(layout)); in onLayout()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI47_0_0ViewEventEmitter.cpp106 auto layout = jsi::Object(runtime); in onLayout() local
107 layout.setProperty(runtime, "x", frame.origin.x); in onLayout()
108 layout.setProperty(runtime, "y", frame.origin.y); in onLayout()
109 layout.setProperty(runtime, "width", frame.size.width); in onLayout()
110 layout.setProperty(runtime, "height", frame.size.height); in onLayout()
112 payload.setProperty(runtime, "layout", std::move(layout)); in onLayout()
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/
H A DABI48_0_0RNSharedElementContent.m56 + (CGSize) sizeForRect:(CGRect)layout content:(ABI48_0_0RNSharedElementContent*)content
58 if (content == nil || content.data == nil) return layout.size;
59 if (content.type != ABI48_0_0RNSharedElementContentTypeRawImage) return layout.size;
60 CGSize size = layout.size;
64 + (CGRect) layoutForRect:(CGRect)layout content:(ABI48_0_0RNSharedElementContent*) content contentM…
66 if (content == nil || content.data == nil) return layout;
67 if (content.type != ABI48_0_0RNSharedElementContentTypeRawImage) return layout;
68 CGSize size = layout.size;
71 CGSize contentSize = [ABI48_0_0RNSharedElementContent sizeForRect:layout content:content];
98 CGRect contentLayout = layout;
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/
H A DABI47_0_0RNSharedElementContent.m55 + (CGSize) sizeForRect:(CGRect)layout content:(ABI47_0_0RNSharedElementContent*)content
57 if (content == nil || content.data == nil) return layout.size;
58 if (content.type != ABI47_0_0RNSharedElementContentTypeRawImage) return layout.size;
59 CGSize size = layout.size;
63 + (CGRect) layoutForRect:(CGRect)layout content:(ABI47_0_0RNSharedElementContent*) content contentM…
65 if (content == nil || content.data == nil) return layout;
66 if (content.type != ABI47_0_0RNSharedElementContentTypeRawImage) return layout;
67 CGSize size = layout.size;
70 CGSize contentSize = [ABI47_0_0RNSharedElementContent sizeForRect:layout content:content];
97 CGRect contentLayout = layout;
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/gpu/
H A DGrBackendSurfaceMutableState.h32 GrBackendSurfaceMutableState(VkImageLayout layout, uint32_t queueFamilyIndex) in GrBackendSurfaceMutableState() argument
33 : fVkState(layout, queueFamilyIndex) in GrBackendSurfaceMutableState()
71 void setVulkanState(VkImageLayout layout, uint32_t queueFamilyIndex) { in setVulkanState() argument
73 fVkState.setImageLayout(layout); in setVulkanState()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/gpu/
H A DMutableTextureState.h38 MutableTextureState(VkImageLayout layout, uint32_t queueFamilyIndex) in MutableTextureState() argument
39 : fVkState(layout, queueFamilyIndex) in MutableTextureState()
100 void setVulkanState(VkImageLayout layout, uint32_t queueFamilyIndex) { in setVulkanState() argument
102 fVkState.setImageLayout(layout); in setVulkanState()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/gpu/
H A DMutableTextureState.h38 MutableTextureState(VkImageLayout layout, uint32_t queueFamilyIndex) in MutableTextureState() argument
39 : fVkState(layout, queueFamilyIndex) in MutableTextureState()
100 void setVulkanState(VkImageLayout layout, uint32_t queueFamilyIndex) { in setVulkanState() argument
102 fVkState.setImageLayout(layout); in setVulkanState()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/gpu/
H A DMutableTextureState.h38 MutableTextureState(VkImageLayout layout, uint32_t queueFamilyIndex) in MutableTextureState() argument
39 : fVkState(layout, queueFamilyIndex) in MutableTextureState()
100 void setVulkanState(VkImageLayout layout, uint32_t queueFamilyIndex) { in setVulkanState() argument
102 fVkState.setImageLayout(layout); in setVulkanState()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/gpu/
H A DMutableTextureState.h38 MutableTextureState(VkImageLayout layout, uint32_t queueFamilyIndex) in MutableTextureState() argument
39 : fVkState(layout, queueFamilyIndex) in MutableTextureState()
100 void setVulkanState(VkImageLayout layout, uint32_t queueFamilyIndex) { in setVulkanState() argument
102 fVkState.setImageLayout(layout); in setVulkanState()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/gpu/
H A DMutableTextureState.h38 MutableTextureState(VkImageLayout layout, uint32_t queueFamilyIndex) in MutableTextureState() argument
39 : fVkState(layout, queueFamilyIndex) in MutableTextureState()
100 void setVulkanState(VkImageLayout layout, uint32_t queueFamilyIndex) { in setVulkanState() argument
102 fVkState.setImageLayout(layout); in setVulkanState()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/gpu/
H A DMutableTextureState.h38 MutableTextureState(VkImageLayout layout, uint32_t queueFamilyIndex) in MutableTextureState() argument
39 : fVkState(layout, queueFamilyIndex) in MutableTextureState()
100 void setVulkanState(VkImageLayout layout, uint32_t queueFamilyIndex) { in setVulkanState() argument
102 fVkState.setImageLayout(layout); in setVulkanState()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/gpu/
H A DMutableTextureState.h38 MutableTextureState(VkImageLayout layout, uint32_t queueFamilyIndex) in MutableTextureState() argument
39 : fVkState(layout, queueFamilyIndex) in MutableTextureState()
100 void setVulkanState(VkImageLayout layout, uint32_t queueFamilyIndex) { in setVulkanState() argument
102 fVkState.setImageLayout(layout); in setVulkanState()

12345678910>>...16