| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkMath.h | 37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift() argument 38 return (int32_t) ((uint32_t) value << shift); in SkLeftShift() 41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift() argument 42 return (int64_t) ((uint64_t) value << shift); in SkLeftShift() 61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() argument 64 SkASSERT(shift > 0 && shift <= 8); in SkMul16ShiftRound() 65 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound() 66 return (prod + (prod >> shift)) >> shift; in SkMul16ShiftRound()
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkMath.h | 37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift() argument 38 return (int32_t) ((uint32_t) value << shift); in SkLeftShift() 41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift() argument 42 return (int64_t) ((uint64_t) value << shift); in SkLeftShift() 61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() argument 64 SkASSERT(shift > 0 && shift <= 8); in SkMul16ShiftRound() 65 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound() 66 return (prod + (prod >> shift)) >> shift; in SkMul16ShiftRound()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkMath.h | 37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift() argument 38 return (int32_t) ((uint32_t) value << shift); in SkLeftShift() 41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift() argument 42 return (int64_t) ((uint64_t) value << shift); in SkLeftShift() 61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() argument 64 SkASSERT(shift > 0 && shift <= 8); in SkMul16ShiftRound() 65 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound() 66 return (prod + (prod >> shift)) >> shift; in SkMul16ShiftRound()
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkMath.h | 37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift() argument 38 return (int32_t) ((uint32_t) value << shift); in SkLeftShift() 41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift() argument 42 return (int64_t) ((uint64_t) value << shift); in SkLeftShift() 61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() argument 64 SkASSERT(shift > 0 && shift <= 8); in SkMul16ShiftRound() 65 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound() 66 return (prod + (prod >> shift)) >> shift; in SkMul16ShiftRound()
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkMath.h | 37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift() argument 38 return (int32_t) ((uint32_t) value << shift); in SkLeftShift() 41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift() argument 42 return (int64_t) ((uint64_t) value << shift); in SkLeftShift() 61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() argument 64 SkASSERT(shift > 0 && shift <= 8); in SkMul16ShiftRound() 65 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound() 66 return (prod + (prod >> shift)) >> shift; in SkMul16ShiftRound()
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkMath.h | 37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift() argument 38 return (int32_t) ((uint32_t) value << shift); in SkLeftShift() 41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift() argument 42 return (int64_t) ((uint64_t) value << shift); in SkLeftShift() 61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() argument 64 SkASSERT(shift > 0 && shift <= 8); in SkMul16ShiftRound() 65 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound() 66 return (prod + (prod >> shift)) >> shift; in SkMul16ShiftRound()
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkMath.h | 38 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() argument 41 SkASSERT(shift > 0 && shift <= 8); in SkMul16ShiftRound() 42 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound() 43 return (prod + (prod >> shift)) >> shift; in SkMul16ShiftRound()
|
| H A D | SkImageInfo.h | 588 int shift = this->shiftPerPixel(); in validRowBytes() local 589 size_t alignedRowBytes = rowBytes >> shift << shift; in validRowBytes()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkMath.h | 38 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() argument 41 SkASSERT(shift > 0 && shift <= 8); in SkMul16ShiftRound() 42 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound() 43 return (prod + (prod >> shift)) >> shift; in SkMul16ShiftRound()
|
| /expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/ |
| H A D | TextLayoutAlgorithm.java | 515 PointF shift = new PointF(0, 0); in layoutText() 534 shift.x = shift.x + Float.parseFloat(resolve_x[i]); in layoutText() 535 shift.y = shift.y + Float.parseFloat(resolve_y[i]); in layoutText() 540 result[i].x = CSS_positions[i].x + shift.x; in layoutText() 709 double shift = 0; in layoutText() 721 result[k].x += shift; in layoutText() 723 result[k].y += shift; in layoutText() 734 shift += perCharacterAdjustment; in layoutText() 757 shift.set(0, 0); in layoutText() 787 result[index].x += shift.x; in layoutText() [all …]
|
| /expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/ |
| H A D | TextLayoutAlgorithm.java | 515 PointF shift = new PointF(0, 0); in layoutText() 534 shift.x = shift.x + Float.parseFloat(resolve_x[i]); in layoutText() 535 shift.y = shift.y + Float.parseFloat(resolve_y[i]); in layoutText() 540 result[i].x = CSS_positions[i].x + shift.x; in layoutText() 709 double shift = 0; in layoutText() 721 result[k].x += shift; in layoutText() 723 result[k].y += shift; in layoutText() 734 shift += perCharacterAdjustment; in layoutText() 757 shift.set(0, 0); in layoutText() 787 result[index].x += shift.x; in layoutText() [all …]
|
| /expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/ |
| H A D | TextLayoutAlgorithm.java | 515 PointF shift = new PointF(0, 0); in layoutText() 534 shift.x = shift.x + Float.parseFloat(resolve_x[i]); in layoutText() 535 shift.y = shift.y + Float.parseFloat(resolve_y[i]); in layoutText() 540 result[i].x = CSS_positions[i].x + shift.x; in layoutText() 709 double shift = 0; in layoutText() 721 result[k].x += shift; in layoutText() 723 result[k].y += shift; in layoutText() 734 shift += perCharacterAdjustment; in layoutText() 757 shift.set(0, 0); in layoutText() 787 result[index].x += shift.x; in layoutText() [all …]
|
| /expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/ |
| H A D | TextLayoutAlgorithm.java | 515 PointF shift = new PointF(0, 0); in layoutText() 534 shift.x = shift.x + Float.parseFloat(resolve_x[i]); in layoutText() 535 shift.y = shift.y + Float.parseFloat(resolve_y[i]); in layoutText() 540 result[i].x = CSS_positions[i].x + shift.x; in layoutText() 709 double shift = 0; in layoutText() 721 result[k].x += shift; in layoutText() 723 result[k].y += shift; in layoutText() 734 shift += perCharacterAdjustment; in layoutText() 757 shift.set(0, 0); in layoutText() 787 result[index].x += shift.x; in layoutText() [all …]
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | obj.ts | 6 while ((branch = branches.shift())) { 20 while ((branch = branches.shift())) {
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | obj.ts | 6 while ((branch = branches.shift())) {
|
| H A D | sortObject.ts | 36 const key = groupOrder.shift()!;
|
| /expo/home/utils/ |
| H A D | useSDKExpired.ts | 8 const majorVersionString = sdkVersion?.split('.').shift();
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | obj.js.map | 1 …shift","undefined"],"sources":["../../src/utils/obj.ts"],"sourcesContent":["/** `lodash.get` */\ne…
|
| H A D | obj.js | 12 while (branch = branches.shift()) {
|
| /expo/packages/@expo/config/src/ |
| H A D | getExpoSDKVersion.ts | 41 const majorVersion = packageVersion.split('.').shift();
|
| /expo/packages/@expo/config/build/ |
| H A D | getExpoSDKVersion.js | 57 const majorVersion = packageVersion.split('.').shift();
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkImageInfo.h | 590 int shift = this->shiftPerPixel(); in validRowBytes() local 591 size_t alignedRowBytes = rowBytes >> shift << shift; in validRowBytes()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkImageInfo.h | 590 int shift = this->shiftPerPixel(); in validRowBytes() local 591 size_t alignedRowBytes = rowBytes >> shift << shift; in validRowBytes()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkImageInfo.h | 590 int shift = this->shiftPerPixel(); in validRowBytes() local 591 size_t alignedRowBytes = rowBytes >> shift << shift; in validRowBytes()
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkImageInfo.h | 590 int shift = this->shiftPerPixel(); in validRowBytes() local 591 size_t alignedRowBytes = rowBytes >> shift << shift; in validRowBytes()
|