Home
last modified time | relevance | path

Searched refs:gap (Results 1 – 25 of 83) sorted by relevance

1234

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI48_0_0YogaStylableProps.cpp122 REBUILD_FIELD_ABI48_0_0YG_GUTTER(gap, "rowGap", "columnGap", "gap"); in setProp()
174 yogaStyle.gap()[ABI48_0_0YGGutterRow], in getDebugProps()
175 defaultYogaStyle.gap()[ABI48_0_0YGGutterRow]), in getDebugProps()
178 yogaStyle.gap()[ABI48_0_0YGGutterColumn], in getDebugProps()
179 defaultYogaStyle.gap()[ABI48_0_0YGGutterColumn]), in getDebugProps()
182 yogaStyle.gap()[ABI48_0_0YGGutterAll], in getDebugProps()
183 defaultYogaStyle.gap()[ABI48_0_0YGGutterAll]), in getDebugProps()
H A DABI48_0_0propsConversions.h270 yogaStyle.gap()[ABI48_0_0YGGutterRow] = convertRawProp( in convertRawProp()
274 sourceValue.gap()[ABI48_0_0YGGutterRow], in convertRawProp()
275 yogaStyle.gap()[ABI48_0_0YGGutterRow]); in convertRawProp()
277 yogaStyle.gap()[ABI48_0_0YGGutterColumn] = convertRawProp( in convertRawProp()
281 sourceValue.gap()[ABI48_0_0YGGutterColumn], in convertRawProp()
282 yogaStyle.gap()[ABI48_0_0YGGutterColumn]); in convertRawProp()
284 yogaStyle.gap()[ABI48_0_0YGGutterAll] = convertRawProp( in convertRawProp()
288 sourceValue.gap()[ABI48_0_0YGGutterAll], in convertRawProp()
289 yogaStyle.gap()[ABI48_0_0YGGutterAll]); in convertRawProp()
/expo/docs/ui/components/Authentication/
H A DBox.tsx20 …<div className="inline-flex flex-row items-center gap-4 pb-4 w-full max-medium:gap-3 max-medium:fl…
21 <div className="flex flex-row gap-3 items-center w-[inherit]">
H A DGrid.tsx11 gap: '1.35rem',
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI49_0_0YogaStylableProps.cpp126 REBUILD_FIELD_ABI49_0_0YG_GUTTER(gap, "rowGap", "columnGap", "gap"); in setProp()
194 yogaStyle.gap()[ABI49_0_0YGGutterRow], in getDebugProps()
195 defaultYogaStyle.gap()[ABI49_0_0YGGutterRow]), in getDebugProps()
198 yogaStyle.gap()[ABI49_0_0YGGutterColumn], in getDebugProps()
199 defaultYogaStyle.gap()[ABI49_0_0YGGutterColumn]), in getDebugProps()
202 yogaStyle.gap()[ABI49_0_0YGGutterAll], in getDebugProps()
203 defaultYogaStyle.gap()[ABI49_0_0YGGutterAll]), in getDebugProps()
H A DABI49_0_0propsConversions.h270 yogaStyle.gap()[ABI49_0_0YGGutterRow] = convertRawProp( in convertRawProp()
274 sourceValue.gap()[ABI49_0_0YGGutterRow], in convertRawProp()
275 yogaStyle.gap()[ABI49_0_0YGGutterRow]); in convertRawProp()
277 yogaStyle.gap()[ABI49_0_0YGGutterColumn] = convertRawProp( in convertRawProp()
281 sourceValue.gap()[ABI49_0_0YGGutterColumn], in convertRawProp()
282 yogaStyle.gap()[ABI49_0_0YGGutterColumn]); in convertRawProp()
284 yogaStyle.gap()[ABI49_0_0YGGutterAll] = convertRawProp( in convertRawProp()
288 sourceValue.gap()[ABI49_0_0YGGutterAll], in convertRawProp()
289 yogaStyle.gap()[ABI49_0_0YGGutterAll]); in convertRawProp()
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DPolylinesExample.tsx25 { type: 'gap', length: 10 },
27 { type: 'gap', length: 10 },
/expo/docs/ui/components/PageTitle/
H A DPageTitle.tsx63 gap: spacing[6],
74 gap: spacing[0.5],
80 gap: spacing[2],
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI49_0_0YGNodePrint.cpp190 style.gap(), detail::CompactValue::ofUndefined()) != in ABI49_0_0YGNodeToString()
192 ABI49_0_0YGNode().getStyle().gap(), detail::CompactValue::ofUndefined())) { in ABI49_0_0YGNodeToString()
194 str, "column-gap", style.gap()[ABI49_0_0YGGutterColumn]); in ABI49_0_0YGNodeToString()
197 style.gap(), detail::CompactValue::ofUndefined()) != in ABI49_0_0YGNodeToString()
199 ABI49_0_0YGNode().getStyle().gap(), detail::CompactValue::ofUndefined())) { in ABI49_0_0YGNodeToString()
200 appendNumberIfNotUndefined(str, "row-gap", style.gap()[ABI49_0_0YGGutterRow]); in ABI49_0_0YGNodeToString()
H A DABI49_0_0YGStyle.cpp25 lhs.gap() == rhs.gap() && lhs.dimensions() == rhs.dimensions() && in operator ==()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI48_0_0YGNodePrint.cpp188 style.gap(), detail::CompactValue::ofUndefined()) != in ABI48_0_0YGNodeToString()
190 ABI48_0_0YGNode().getStyle().gap(), detail::CompactValue::ofUndefined())) { in ABI48_0_0YGNodeToString()
192 str, "column-gap", style.gap()[ABI48_0_0YGGutterColumn]); in ABI48_0_0YGNodeToString()
195 style.gap(), detail::CompactValue::ofUndefined()) != in ABI48_0_0YGNodeToString()
197 ABI48_0_0YGNode().getStyle().gap(), detail::CompactValue::ofUndefined())) { in ABI48_0_0YGNodeToString()
198 appendNumberIfNotUndefined(str, "row-gap", style.gap()[ABI48_0_0YGGutterRow]); in ABI48_0_0YGNodeToString()
H A DABI48_0_0YGStyle.cpp25 lhs.gap() == rhs.gap() && lhs.dimensions() == rhs.dimensions() && in operator ==()
/expo/docs/ui/components/Header/
H A DHeader.tsx107 gap: ${spacing[2.5]}px;
113 gap: ${spacing[8]}px;
118 gap: ${spacing[4]}px;
134 gap: ${spacing[4]}px;
H A DLogo.tsx13 <div className="flex items-center gap-4">
43 gap: ${spacing[2]}px;
/expo/docs/ui/components/Sidebar/
H A DSidebarHead.tsx78 gap: spacing[0.5],
84 gap: spacing[3],
H A DSidebarTitle.tsx10 <div className="flex gap-2 items-center relative ml-3 -mr-4 pb-1 select-none">
/expo/apps/native-component-list/src/screens/
H A DClipboardPasteButtonScreen.tsx60 gap: 20,
69 gap: 5,
/expo/docs/ui/components/Tag/
H A Dstyles.ts16 gap: spacing[1],
/expo/docs/ui/components/Step/
H A DStep.tsx11 <div className="flex gap-4 mt-6 mb-4">
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsUtils.swift68 case (.gap, 1): in strokePatternToLineDashPatternPolygon()
98 case (.gap, _, 1): // Gap after any stroke in strokePatternToLineDashPatternPolyline()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsUtils.swift68 case (.gap, 1): in strokePatternToLineDashPatternPolygon()
98 case (.gap, _, 1): // Gap after any stroke in strokePatternToLineDashPatternPolyline()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsUtils.swift68 case (.gap, 1): in strokePatternToLineDashPatternPolygon()
98 case (.gap, _, 1): // Gap after any stroke in strokePatternToLineDashPatternPolyline()
/expo/docs/ui/components/CommandMenu/Items/
H A DExpoItem.tsx19 <div className="inline-flex gap-3 items-center">
/expo/apps/native-component-list/src/screens/Image/
H A DImageBackgroundScreen.tsx31 gap: 10,
/expo/apps/native-component-list/src/components/HashPlaceholdersDemo/
H A DComparisonRow.tsx42 gap: 15,

1234