| /expo/docs/ui/components/Sidebar/icons/ |
| H A D | Archive.tsx | 15 strokeLinecap="round" 16 strokeLinejoin="round" 22 strokeLinecap="round" 23 strokeLinejoin="round" 29 strokeLinecap="round" 30 strokeLinejoin="round"
|
| /expo/docs/components/plugins/__snapshots__/ |
| H A D | AppConfigSchemaPropertiesTable.test.tsx.snap | 45 stroke-linecap="round" 46 stroke-linejoin="round" 52 stroke-linecap="round" 53 stroke-linejoin="round" 130 stroke-linecap="round" 131 stroke-linejoin="round" 137 stroke-linecap="round" 198 stroke-linecap="round" 199 stroke-linejoin="round" 205 stroke-linecap="round" [all …]
|
| H A D | APISection.test.tsx.snap | 37 stroke-linecap="round" 38 stroke-linejoin="round" 44 stroke-linecap="round" 45 stroke-linejoin="round" 92 stroke-linecap="round" 93 stroke-linejoin="round" 99 stroke-linecap="round" 100 stroke-linejoin="round" 325 stroke-linecap="round" 931 stroke-linecap="round" [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/cxx/react/renderer/graphics/ |
| H A D | ABI47_0_0Color.cpp | 24 ((int)round(components.alpha * ratio) & 0xff) << 24 | in colorFromComponents() 25 ((int)round(components.red * ratio) & 0xff) << 16 | in colorFromComponents() 26 ((int)round(components.green * ratio) & 0xff) << 8 | in colorFromComponents() 27 ((int)round(components.blue * ratio) & 0xff)); in colorFromComponents()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/cxx/react/renderer/graphics/ |
| H A D | ABI48_0_0Color.cpp | 23 ((int)round(components.alpha * ratio) & 0xff) << 24 | in colorFromComponents() 24 ((int)round(components.red * ratio) & 0xff) << 16 | in colorFromComponents() 25 ((int)round(components.green * ratio) & 0xff) << 8 | in colorFromComponents() 26 ((int)round(components.blue * ratio) & 0xff)}; in colorFromComponents()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI49_0_0Color.cpp | 23 ((int)round(components.alpha * ratio) & 0xff) << 24 | in colorFromComponents() 24 ((int)round(components.red * ratio) & 0xff) << 16 | in colorFromComponents() 25 ((int)round(components.green * ratio) & 0xff) << 8 | in colorFromComponents() 26 ((int)round(components.blue * ratio) & 0xff)}; in colorFromComponents()
|
| H A D | ABI49_0_0rounding.h | 56 inline float round(float value) noexcept { in round() function 59 inline double round(double value) noexcept { in round() function 60 return ::round(value); in round() 62 inline long double round(long double value) noexcept { in round() function
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/ios/ |
| H A D | ABI47_0_0Color.cpp | 25 ((int)round(components.alpha * ratio) & 0xff) << 24 | in colorFromComponents() 26 ((int)round(components.red * ratio) & 0xff) << 16 | in colorFromComponents() 27 ((int)round(components.green * ratio) & 0xff) << 8 | in colorFromComponents() 28 ((int)round(components.blue * ratio) & 0xff)); in colorFromComponents()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/ios/ |
| H A D | ABI48_0_0Color.cpp | 25 ((int)round(components.alpha * ratio) & 0xff) << 24 | in colorFromComponents() 26 ((int)round(components.red * ratio) & 0xff) << 16 | in colorFromComponents() 27 ((int)round(components.green * ratio) & 0xff) << 8 | in colorFromComponents() 28 ((int)round(components.blue * ratio) & 0xff)); in colorFromComponents()
|
| /expo/docs/components/icons/ |
| H A D | Permalink.tsx | 24 strokeLinecap="round" 25 strokeLinejoin="round" 31 strokeLinecap="round" 32 strokeLinejoin="round"
|
| /expo/apps/native-component-list/src/screens/Image/ |
| H A D | resolveProps.ts | 7 function round(num: number): number { function 8 return Math.round(num * 1000) / 1000; 26 return round((end - start) * val + start); 35 return round((end - start) * 0.5 + start);
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/NativeAnimation/Nodes/ |
| H A D | ABI47_0_0RCTColorAnimatedNode.m | 22 _color = ((int)round(aNode.value * 255) & 0xff) << 24 | 23 ((int)round(rNode.value) & 0xff) << 16 | 24 ((int)round(gNode.value) & 0xff) << 8 | 25 ((int)round(bNode.value) & 0xff);
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/NativeAnimation/Nodes/ |
| H A D | ABI48_0_0RCTColorAnimatedNode.m | 22 _color = ((int)round(aNode.value * 255) & 0xff) << 24 | ((int)round(rNode.value) & 0xff) << 16 | 23 ((int)round(gNode.value) & 0xff) << 8 | ((int)round(bNode.value) & 0xff);
|
| /expo/home/menu/ |
| H A D | ClipboardIcon.tsx | 17 strokeLinecap="round" 18 strokeLinejoin="round" 24 strokeLinecap="round" 25 strokeLinejoin="round"
|
| /expo/docs/ui/components/Home/resources/ |
| H A D | WhyImage.tsx | 22 strokeLinecap="round" 28 strokeLinecap="round" 38 strokeLinecap="round" 44 strokeLinecap="round"
|
| /expo/packages/expo-image/src/utils/thumbhash/ |
| H A D | thumbhash.ts | 15 const { PI, round, max, cos, abs } = Math; constant 89 round(63 * (l_dc as number)) | 90 (round(31.5 + 31.5 * (p_dc as number)) << 6) | 91 (round(31.5 + 31.5 * (q_dc as number)) << 12) | 92 (round(31 * (l_scale as number)) << 18) | 96 (round(63 * (p_scale as number)) << 3) | 97 (round(63 * (q_scale as number)) << 9) | 108 if (hasAlpha) hash.push(round(15 * (a_dc as number)) | (round(15 * (a_scale as number)) << 4)); 124 const { PI, min, max, cos, round } = Math; constant 161 const w = round(ratio > 1 ? 32 : 32 * ratio); [all …]
|
| /expo/packages/expo-image/build/utils/thumbhash/ |
| H A D | thumbhash.js | 14 const { PI, round, max, cos, abs } = Math; 83 const header24 = round(63 * l_dc) | 84 (round(31.5 + 31.5 * p_dc) << 6) | 85 (round(31.5 + 31.5 * q_dc) << 12) | 86 (round(31 * l_scale) << 18) | 89 (round(63 * p_scale) << 3) | 90 (round(63 * q_scale) << 9) | 102 hash.push(round(15 * a_dc) | (round(15 * a_scale) << 4)); 116 const { PI, min, max, cos, round } = Math; 148 const w = round(ratio > 1 ? 32 : 32 * ratio); [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI47_0_0rounding.h | 56 inline float round(float value) noexcept { in round() function 59 inline double round(double value) noexcept { in round() function 60 return ::round(value); in round() 62 inline long double round(long double value) noexcept { in round() function
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI48_0_0rounding.h | 56 inline float round(float value) noexcept { in round() function 59 inline double round(double value) noexcept { in round() function 60 return ::round(value); in round() 62 inline long double round(long double value) noexcept { in round() function
|
| /expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/ |
| H A D | NativeMethodsHelper.java | 40 int x = Math.round(PixelUtil.toPixelFromDIP(argX)); in scrollTo() 41 int y = Math.round(PixelUtil.toPixelFromDIP(argY)); in scrollTo() 87 outputBuffer[0] = Math.round(boundingBox.left); in computeBoundingBox() 88 outputBuffer[1] = Math.round(boundingBox.top); in computeBoundingBox() 89 outputBuffer[2] = Math.round(boundingBox.right - boundingBox.left); in computeBoundingBox() 90 outputBuffer[3] = Math.round(boundingBox.bottom - boundingBox.top); in computeBoundingBox()
|
| /expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/ |
| H A D | NativeMethodsHelper.java | 40 int x = Math.round(PixelUtil.toPixelFromDIP(argX)); in scrollTo() 41 int y = Math.round(PixelUtil.toPixelFromDIP(argY)); in scrollTo() 82 outputBuffer[0] = Math.round(boundingBox.left); in computeBoundingBox() 83 outputBuffer[1] = Math.round(boundingBox.top); in computeBoundingBox() 84 outputBuffer[2] = Math.round(boundingBox.right - boundingBox.left); in computeBoundingBox() 85 outputBuffer[3] = Math.round(boundingBox.bottom - boundingBox.top); in computeBoundingBox()
|
| /expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/ |
| H A D | NativeMethodsHelper.java | 40 int x = Math.round(PixelUtil.toPixelFromDIP(argX)); in scrollTo() 41 int y = Math.round(PixelUtil.toPixelFromDIP(argY)); in scrollTo() 87 outputBuffer[0] = Math.round(boundingBox.left); in computeBoundingBox() 88 outputBuffer[1] = Math.round(boundingBox.top); in computeBoundingBox() 89 outputBuffer[2] = Math.round(boundingBox.right - boundingBox.left); in computeBoundingBox() 90 outputBuffer[3] = Math.round(boundingBox.bottom - boundingBox.top); in computeBoundingBox()
|
| /expo/android/vendored/sdk49/react-native-reanimated/android/src/main/java/abi49_0_0/com/swmansion/reanimated/ |
| H A D | NativeMethodsHelper.java | 40 int x = Math.round(PixelUtil.toPixelFromDIP(argX)); in scrollTo() 41 int y = Math.round(PixelUtil.toPixelFromDIP(argY)); in scrollTo() 82 outputBuffer[0] = Math.round(boundingBox.left); in computeBoundingBox() 83 outputBuffer[1] = Math.round(boundingBox.top); in computeBoundingBox() 84 outputBuffer[2] = Math.round(boundingBox.right - boundingBox.left); in computeBoundingBox() 85 outputBuffer[3] = Math.round(boundingBox.bottom - boundingBox.top); in computeBoundingBox()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/thumbhash/ |
| H A D | ThumbhashDecoder.kt | 76 Math.round(63.0f * l_channel.dc) in rgbaToThumbHash() 77 or (Math.round(31.5f + 31.5f * p_channel.dc) shl 6) in rgbaToThumbHash() 78 or (Math.round(31.5f + 31.5f * q_channel.dc) shl 12) in rgbaToThumbHash() 79 or (Math.round(31.0f * l_channel.scale) shl 18) in rgbaToThumbHash() 84 or (Math.round(63.0f * p_channel.scale) shl 3) in rgbaToThumbHash() 85 or (Math.round(63.0f * q_channel.scale) shl 9) in rgbaToThumbHash() 100 Math.round(15.0f * a_channel!!.dc) in rgbaToThumbHash() 101 or (Math.round(15.0f * a_channel.scale) shl 4) in rgbaToThumbHash() 157 val w = Math.round(if (ratio > 1.0f) 32.0f else 32.0f * ratio) in thumbHashToRGBA() 158 val h = Math.round(if (ratio > 1.0f) 32.0f / ratio else 32.0f) in thumbHashToRGBA() [all …]
|
| /expo/packages/expo-image/android/src/main/java/expo/modules/image/thumbhash/ |
| H A D | ThumbhashDecoder.kt | 76 Math.round(63.0f * l_channel.dc) in rgbaToThumbHash() 77 or (Math.round(31.5f + 31.5f * p_channel.dc) shl 6) in rgbaToThumbHash() 78 or (Math.round(31.5f + 31.5f * q_channel.dc) shl 12) in rgbaToThumbHash() 79 or (Math.round(31.0f * l_channel.scale) shl 18) in rgbaToThumbHash() 84 or (Math.round(63.0f * p_channel.scale) shl 3) in rgbaToThumbHash() 85 or (Math.round(63.0f * q_channel.scale) shl 9) in rgbaToThumbHash() 100 Math.round(15.0f * a_channel!!.dc) in rgbaToThumbHash() 101 or (Math.round(15.0f * a_channel.scale) shl 4) in rgbaToThumbHash() 157 val w = Math.round(if (ratio > 1.0f) 32.0f else 32.0f * ratio) in thumbHashToRGBA() 158 val h = Math.round(if (ratio > 1.0f) 32.0f / ratio else 32.0f) in thumbHashToRGBA() [all …]
|