Home
last modified time | relevance | path

Searched refs:mt (Results 1 – 25 of 28) sorted by relevance

12

/expo/docs/ui/components/Step/
H A DStep.tsx11 <div className="flex gap-4 mt-6 mb-4">
12 …EADLINE className="flex min-w-[28px] h-7 bg-element rounded-full items-center justify-center mt-1">
15 …<div className="pt-1.5 w-full max-w-[calc(100%-44px)] prose-headings:!-mt-1 prose-ul:!mb-0 prose-o…
/expo/ios/vendored/sdk47/react-native-svg/apple/Utils/
H A DABI47_0_0RNSVGPathMeasure.mm67 CGFloat mt = 1 - t;
74 q.x = mt * bez[1].x + t * bez[2].x;
75 q.y = mt * bez[1].y + t * bez[2].y;
76 bez1[1].x = mt * bez[0].x + t * bez[1].x;
77 bez1[1].y = mt * bez[0].y + t * bez[1].y;
78 bez2[2].x = mt * bez[2].x + t * bez[3].x;
79 bez2[2].y = mt * bez[2].y + t * bez[3].y;
81 bez1[2].x = mt * bez1[1].x + t * q.x;
82 bez1[2].y = mt * bez1[1].y + t * q.y;
83 bez2[1].x = mt * q.x + t * bez2[2].x;
[all …]
/expo/ios/vendored/sdk49/react-native-svg/apple/Utils/
H A DABI49_0_0RNSVGPathMeasure.mm67 CGFloat mt = 1 - t;
74 q.x = mt * bez[1].x + t * bez[2].x;
75 q.y = mt * bez[1].y + t * bez[2].y;
76 bez1[1].x = mt * bez[0].x + t * bez[1].x;
77 bez1[1].y = mt * bez[0].y + t * bez[1].y;
78 bez2[2].x = mt * bez[2].x + t * bez[3].x;
79 bez2[2].y = mt * bez[2].y + t * bez[3].y;
81 bez1[2].x = mt * bez1[1].x + t * q.x;
82 bez1[2].y = mt * bez1[1].y + t * q.y;
83 bez2[1].x = mt * q.x + t * bez2[2].x;
[all …]
/expo/ios/vendored/unversioned/react-native-svg/apple/Utils/
H A DRNSVGPathMeasure.mm67 CGFloat mt = 1 - t;
74 q.x = mt * bez[1].x + t * bez[2].x;
75 q.y = mt * bez[1].y + t * bez[2].y;
76 bez1[1].x = mt * bez[0].x + t * bez[1].x;
77 bez1[1].y = mt * bez[0].y + t * bez[1].y;
78 bez2[2].x = mt * bez[2].x + t * bez[3].x;
79 bez2[2].y = mt * bez[2].y + t * bez[3].y;
81 bez1[2].x = mt * bez1[1].x + t * q.x;
82 bez1[2].y = mt * bez1[1].y + t * q.y;
83 bez2[1].x = mt * q.x + t * bez2[2].x;
[all …]
/expo/ios/vendored/sdk48/react-native-svg/apple/Utils/
H A DABI48_0_0RNSVGPathMeasure.mm67 CGFloat mt = 1 - t;
74 q.x = mt * bez[1].x + t * bez[2].x;
75 q.y = mt * bez[1].y + t * bez[2].y;
76 bez1[1].x = mt * bez[0].x + t * bez[1].x;
77 bez1[1].y = mt * bez[0].y + t * bez[1].y;
78 bez2[2].x = mt * bez[2].x + t * bez[3].x;
79 bez2[2].y = mt * bez[2].y + t * bez[3].y;
81 bez1[2].x = mt * bez1[1].x + t * q.x;
82 bez1[2].y = mt * bez1[1].y + t * q.y;
83 bez2[1].x = mt * q.x + t * bez2[2].x;
[all …]
/expo/docs/ui/components/Footer/
H A DFooter.tsx23 …<footer className="flex flex-row border-t border-solid border-default mt-10 pt-10 max-md-gutters:f…
24 <UL className="flex-1 !mt-0 !ml-0 mb-5 !list-none">
/expo/docs/ui/components/
H A DSeparator.tsx1 export const Separator = () => <hr className="mt-4 mb-6 bg-palette-gray6 border-0 h-[0.05rem]" />;
/expo/docs/ui/components/Header/
H A DLogo.tsx16 className="w-[72px] mt-[1px] h-5 text-default my-1"
20 <LogoIcon className="icon-lg mt-[1px] text-default" css={showOnMobile} title="Expo" />
/expo/packages/expo-dev-launcher/bundle/screens/
H A DBranchesScreen.tsx58 <View align="centered" mt="small">
71 <View align="centered" mt="small">
82 <View px="small" mt="medium">
H A DUpdatesScreen.tsx72 <View align="centered" mt="large">
93 <View mt="large" mx="medium" bg="default" rounded="large" padding="medium">
272 <View mt="medium">
H A DExtensionsScreen.tsx202 mt="medium"
H A DHomeScreen.tsx117 <View px="medium" py="small" mt="small">
/expo/docs/components/plugins/
H A DPossibleRedirectNotification.tsx20 <div className="bg-warning border border-solid border-warning p-4 mt-1 rounded-sm">
H A DEasMetadataTable.tsx32 <div className="mb-2 mt-1">
/expo/docs/ui/components/FileTree/
H A Dindex.tsx68 <div key={name + '_' + index} className="mt-1 pt-1 pl-2 rounded-sm flex flex-col">
77 <div key={name + '_' + index} className="mt-1 pt-1 pl-2 rounded-sm flex items-center">
/expo/docs/ui/components/Authentication/
H A DBox.tsx19 <APIBox className="mt-6" css={boxStyle}>
/expo/docs/components/__snapshots__/
H A DDocumentationSidebarRight.test.tsx.snap10 …class="absolute -mt-14 bg-default w-[248px] flex min-h-[32px] pt-4 pb-2 gap-2 mb-2 items-center se…
/expo/packages/expo-dev-client-components/src/
H A Dtheme.ts49 mt: fullSpacingScaleForAttributes(['marginTop']),
/expo/docs/ui/components/CommandMenu/Items/
H A DExpoDocsItem.tsx108 className={mergeClasses(isNested && 'ml-8 !mt-0.5 !min-h-[32px]')}
/expo/docs/components/
H A DDocumentationSidebarRight.tsx108 …className="absolute -mt-14 bg-default w-[248px] flex min-h-[32px] pt-4 pb-2 gap-2 mb-2 items-cente…
/expo/docs/public/static/libs/tippy/
H A Dtippy.all.min.js1mt(t,a){var i=Element.prototype.closest||function(t){for(var a=this;a;){if(e.call(a,t))return a;a=… function
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/__snapshots__/
H A DwithDefaultPlugins-test.ts.snap398 "appStoreUrl": "https://itunes.apple.com/us/app/pillar-valley/id1336398804?ls=1&mt=8",
1695 "appStoreUrl": "https://itunes.apple.com/us/app/pillar-valley/id1336398804?ls=1&mt=8",
2675 "appStoreUrl": "https://itunes.apple.com/us/app/pillar-valley/id1336398804?ls=1&mt=8",
/expo/docs/pages/guides/
H A Dlocal-app-development.mdx175 Install Xcode using the [App Store](https://apps.apple.com/us/app/xcode/id497799835?mt=12). This to…
/expo/packages/expo-dev-menu/assets/
H A DEXDevMenuApp.ios.js114 …Property,gt=[],mt=-1;function vt(e){return{current:e}}function bt(e){0>mt||(e.current=gt[mt],gt[mt
234mt(e,n,t){if(ct.current!==st)throw Error("Unexpected context found on stack. This error is likely … function
H A DEXDevMenuApp.android.js113 …Property,gt=[],mt=-1;function vt(e){return{current:e}}function bt(e){0>mt||(e.current=gt[mt],gt[mt
232mt(e,n,t){if(ct.current!==st)throw Error("Unexpected context found on stack. This error is likely … function

12