| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | VictoryNative.tsx | 19 { x: 'a', y: 2 }, 20 { x: 'b', y: 3 }, 21 { x: 'c', y: 5 }, 22 { x: 'd', y: 4 }, 23 { x: 'e', y: 7 }, 28 { x: 'a', y: 1 }, 29 { x: 'b', y: 4 }, 30 { x: 'c', y: 5 }, 31 { x: 'd', y: 7 }, 32 { x: 'e', y: 5 }, [all …]
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkNx.h | 124 AI SkNx operator+(const SkNx& y) const { return { fLo + y.fLo, fHi + y.fHi }; } 125 AI SkNx operator-(const SkNx& y) const { return { fLo - y.fLo, fHi - y.fHi }; } 126 AI SkNx operator*(const SkNx& y) const { return { fLo * y.fLo, fHi * y.fHi }; } 127 AI SkNx operator/(const SkNx& y) const { return { fLo / y.fLo, fHi / y.fHi }; } 129 AI SkNx operator&(const SkNx& y) const { return { fLo & y.fLo, fHi & y.fHi }; } 130 AI SkNx operator|(const SkNx& y) const { return { fLo | y.fLo, fHi | y.fHi }; } 131 AI SkNx operator^(const SkNx& y) const { return { fLo ^ y.fLo, fHi ^ y.fHi }; } 133 AI SkNx operator==(const SkNx& y) const { return { fLo == y.fLo, fHi == y.fHi }; } 134 AI SkNx operator!=(const SkNx& y) const { return { fLo != y.fLo, fHi != y.fHi }; } 135 AI SkNx operator<=(const SkNx& y) const { return { fLo <= y.fLo, fHi <= y.fHi }; } [all …]
|
| H A D | SkVx.h | 348 return join(x.lo + y.lo, x.hi + y.hi); 351 return join(x.lo - y.lo, x.hi - y.hi); 354 return join(x.lo * y.lo, x.hi * y.hi); 357 return join(x.lo / y.lo, x.hi / y.hi); 361 return join(x.lo ^ y.lo, x.hi ^ y.hi); 364 return join(x.lo & y.lo, x.hi & y.hi); 367 return join(x.lo | y.lo, x.hi | y.hi); 378 return join(x.lo == y.lo, x.hi == y.hi); 381 return join(x.lo != y.lo, x.hi != y.hi); 384 return join(x.lo <= y.lo, x.hi <= y.hi); [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI47_0_0Rect.h | 40 return size.height > 0 ? origin.y + size.height : origin.y; in getMaxY() 46 return size.height >= 0 ? origin.y : origin.y + size.height; in getMinY() 68 return point.x >= origin.x && point.y >= origin.y && in containsPoint() 70 point.y <= (origin.y + size.height); in containsPoint() 85 leftTopPoint.y = std::min(leftTopPoint.y, b.y); in boundingRect() 86 leftTopPoint.y = std::min(leftTopPoint.y, c.y); in boundingRect() 87 leftTopPoint.y = std::min(leftTopPoint.y, d.y); in boundingRect() 93 rightBottomPoint.y = std::max(rightBottomPoint.y, b.y); in boundingRect() 94 rightBottomPoint.y = std::max(rightBottomPoint.y, c.y); in boundingRect() 95 rightBottomPoint.y = std::max(rightBottomPoint.y, d.y); in boundingRect() [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI48_0_0Rect.h | 40 return size.height > 0 ? origin.y + size.height : origin.y; in getMaxY() 46 return size.height >= 0 ? origin.y : origin.y + size.height; in getMinY() 68 return point.x >= origin.x && point.y >= origin.y && in containsPoint() 70 point.y <= (origin.y + size.height); in containsPoint() 85 leftTopPoint.y = std::min(leftTopPoint.y, b.y); in boundingRect() 86 leftTopPoint.y = std::min(leftTopPoint.y, c.y); in boundingRect() 87 leftTopPoint.y = std::min(leftTopPoint.y, d.y); in boundingRect() 93 rightBottomPoint.y = std::max(rightBottomPoint.y, b.y); in boundingRect() 94 rightBottomPoint.y = std::max(rightBottomPoint.y, c.y); in boundingRect() 95 rightBottomPoint.y = std::max(rightBottomPoint.y, d.y); in boundingRect() [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI49_0_0Rect.h | 40 return size.height > 0 ? origin.y + size.height : origin.y; in getMaxY() 46 return size.height >= 0 ? origin.y : origin.y + size.height; in getMinY() 68 return point.x >= origin.x && point.y >= origin.y && in containsPoint() 70 point.y <= (origin.y + size.height); in containsPoint() 85 leftTopPoint.y = std::min(leftTopPoint.y, b.y); in boundingRect() 86 leftTopPoint.y = std::min(leftTopPoint.y, c.y); in boundingRect() 87 leftTopPoint.y = std::min(leftTopPoint.y, d.y); in boundingRect() 93 rightBottomPoint.y = std::max(rightBottomPoint.y, b.y); in boundingRect() 94 rightBottomPoint.y = std::max(rightBottomPoint.y, c.y); in boundingRect() 95 rightBottomPoint.y = std::max(rightBottomPoint.y, d.y); in boundingRect() [all …]
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkPixmap.h | 272 SkColor getColor(int x, int y) const; 291 SkColor4f getColor4f(int x, int y) const; 301 float getAlphaf(int x, int y) const; 315 const void* addr(int x, int y) const { in addr() argument 399 const uint8_t* addr8(int x, int y) const { in addr8() argument 417 const uint16_t* addr16(int x, int y) const { in addr16() argument 435 const uint32_t* addr32(int x, int y) const { in addr32() argument 453 const uint64_t* addr64(int x, int y) const { in addr64() argument 474 const uint16_t* addrF16(int x, int y) const { in addrF16() argument 495 void* writable_addr(int x, int y) const { in writable_addr() argument [all …]
|
| H A D | SkM44.h | 16 float x, y; member 18 bool operator==(const SkV2 v) const { return x == v.x && y == v.y; } 26 SkV2 operator+(SkV2 v) const { return {x+v.x, y+v.y}; } 27 SkV2 operator-(SkV2 v) const { return {x-v.x, y-v.y}; } 29 SkV2 operator*(SkV2 v) const { return {x*v.x, y*v.y}; } 56 return x == v.x && y == v.y && z == v.z; 62 return { a.y*b.z - a.z*b.y, a.z*b.x - a.x*b.z, a.x*b.y - a.y*b.x }; in Cross() 71 return { x*v.x, y*v.y, z*v.z }; 98 return x == v.x && y == v.y && z == v.z && w == v.w; 103 return a.x*b.x + a.y*b.y + a.z*b.z + a.w*b.w; in Dot() [all …]
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkPixmap.h | 272 SkColor getColor(int x, int y) const; 291 SkColor4f getColor4f(int x, int y) const; 301 float getAlphaf(int x, int y) const; 315 const void* addr(int x, int y) const { in addr() argument 399 const uint8_t* addr8(int x, int y) const { in addr8() argument 417 const uint16_t* addr16(int x, int y) const { in addr16() argument 435 const uint32_t* addr32(int x, int y) const { in addr32() argument 453 const uint64_t* addr64(int x, int y) const { in addr64() argument 474 const uint16_t* addrF16(int x, int y) const { in addrF16() argument 495 void* writable_addr(int x, int y) const { in writable_addr() argument [all …]
|
| H A D | SkM44.h | 16 float x, y; member 18 bool operator==(const SkV2 v) const { return x == v.x && y == v.y; } 26 SkV2 operator+(SkV2 v) const { return {x+v.x, y+v.y}; } 27 SkV2 operator-(SkV2 v) const { return {x-v.x, y-v.y}; } 29 SkV2 operator*(SkV2 v) const { return {x*v.x, y*v.y}; } 56 return x == v.x && y == v.y && z == v.z; 62 return { a.y*b.z - a.z*b.y, a.z*b.x - a.x*b.z, a.x*b.y - a.y*b.x }; in Cross() 71 return { x*v.x, y*v.y, z*v.z }; 98 return x == v.x && y == v.y && z == v.z && w == v.w; 103 return a.x*b.x + a.y*b.y + a.z*b.z + a.w*b.w; in Dot() [all …]
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkPixmap.h | 272 SkColor getColor(int x, int y) const; 291 SkColor4f getColor4f(int x, int y) const; 301 float getAlphaf(int x, int y) const; 315 const void* addr(int x, int y) const { in addr() argument 399 const uint8_t* addr8(int x, int y) const { in addr8() argument 417 const uint16_t* addr16(int x, int y) const { in addr16() argument 435 const uint32_t* addr32(int x, int y) const { in addr32() argument 453 const uint64_t* addr64(int x, int y) const { in addr64() argument 474 const uint16_t* addrF16(int x, int y) const { in addrF16() argument 495 void* writable_addr(int x, int y) const { in writable_addr() argument [all …]
|
| H A D | SkM44.h | 16 float x, y; member 18 bool operator==(const SkV2 v) const { return x == v.x && y == v.y; } 26 SkV2 operator+(SkV2 v) const { return {x+v.x, y+v.y}; } 27 SkV2 operator-(SkV2 v) const { return {x-v.x, y-v.y}; } 29 SkV2 operator*(SkV2 v) const { return {x*v.x, y*v.y}; } 56 return x == v.x && y == v.y && z == v.z; 62 return { a.y*b.z - a.z*b.y, a.z*b.x - a.x*b.z, a.x*b.y - a.y*b.x }; in Cross() 71 return { x*v.x, y*v.y, z*v.z }; 98 return x == v.x && y == v.y && z == v.z && w == v.w; 103 return a.x*b.x + a.y*b.y + a.z*b.z + a.w*b.w; in Dot() [all …]
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkPixmap.h | 272 SkColor getColor(int x, int y) const; 291 SkColor4f getColor4f(int x, int y) const; 301 float getAlphaf(int x, int y) const; 315 const void* addr(int x, int y) const { in addr() argument 399 const uint8_t* addr8(int x, int y) const { in addr8() argument 417 const uint16_t* addr16(int x, int y) const { in addr16() argument 435 const uint32_t* addr32(int x, int y) const { in addr32() argument 453 const uint64_t* addr64(int x, int y) const { in addr64() argument 474 const uint16_t* addrF16(int x, int y) const { in addrF16() argument 495 void* writable_addr(int x, int y) const { in writable_addr() argument [all …]
|
| H A D | SkM44.h | 16 float x, y; member 18 bool operator==(const SkV2 v) const { return x == v.x && y == v.y; } 26 SkV2 operator+(SkV2 v) const { return {x+v.x, y+v.y}; } 27 SkV2 operator-(SkV2 v) const { return {x-v.x, y-v.y}; } 29 SkV2 operator*(SkV2 v) const { return {x*v.x, y*v.y}; } 56 return x == v.x && y == v.y && z == v.z; 62 return { a.y*b.z - a.z*b.y, a.z*b.x - a.x*b.z, a.x*b.y - a.y*b.x }; in Cross() 71 return { x*v.x, y*v.y, z*v.z }; 98 return x == v.x && y == v.y && z == v.z && w == v.w; 103 return a.x*b.x + a.y*b.y + a.z*b.z + a.w*b.w; in Dot() [all …]
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkPixmap.h | 272 SkColor getColor(int x, int y) const; 291 SkColor4f getColor4f(int x, int y) const; 301 float getAlphaf(int x, int y) const; 315 const void* addr(int x, int y) const { in addr() argument 399 const uint8_t* addr8(int x, int y) const { in addr8() argument 417 const uint16_t* addr16(int x, int y) const { in addr16() argument 435 const uint32_t* addr32(int x, int y) const { in addr32() argument 453 const uint64_t* addr64(int x, int y) const { in addr64() argument 474 const uint16_t* addrF16(int x, int y) const { in addrF16() argument 495 void* writable_addr(int x, int y) const { in writable_addr() argument [all …]
|
| H A D | SkM44.h | 16 float x, y; member 18 bool operator==(const SkV2 v) const { return x == v.x && y == v.y; } 26 SkV2 operator+(SkV2 v) const { return {x+v.x, y+v.y}; } 27 SkV2 operator-(SkV2 v) const { return {x-v.x, y-v.y}; } 29 SkV2 operator*(SkV2 v) const { return {x*v.x, y*v.y}; } 56 return x == v.x && y == v.y && z == v.z; 62 return { a.y*b.z - a.z*b.y, a.z*b.x - a.x*b.z, a.x*b.y - a.y*b.x }; in Cross() 71 return { x*v.x, y*v.y, z*v.z }; 98 return x == v.x && y == v.y && z == v.z && w == v.w; 103 return a.x*b.x + a.y*b.y + a.z*b.z + a.w*b.w; in Dot() [all …]
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkPixmap.h | 272 SkColor getColor(int x, int y) const; 291 SkColor4f getColor4f(int x, int y) const; 301 float getAlphaf(int x, int y) const; 315 const void* addr(int x, int y) const { in addr() argument 399 const uint8_t* addr8(int x, int y) const { in addr8() argument 417 const uint16_t* addr16(int x, int y) const { in addr16() argument 435 const uint32_t* addr32(int x, int y) const { in addr32() argument 453 const uint64_t* addr64(int x, int y) const { in addr64() argument 474 const uint16_t* addrF16(int x, int y) const { in addrF16() argument 495 void* writable_addr(int x, int y) const { in writable_addr() argument [all …]
|
| H A D | SkM44.h | 16 float x, y; member 18 bool operator==(const SkV2 v) const { return x == v.x && y == v.y; } 26 SkV2 operator+(SkV2 v) const { return {x+v.x, y+v.y}; } 27 SkV2 operator-(SkV2 v) const { return {x-v.x, y-v.y}; } 29 SkV2 operator*(SkV2 v) const { return {x*v.x, y*v.y}; } 56 return x == v.x && y == v.y && z == v.z; 62 return { a.y*b.z - a.z*b.y, a.z*b.x - a.x*b.z, a.x*b.y - a.y*b.x }; in Cross() 71 return { x*v.x, y*v.y, z*v.z }; 98 return x == v.x && y == v.y && z == v.z && w == v.w; 103 return a.x*b.x + a.y*b.y + a.z*b.z + a.w*b.w; in Dot() [all …]
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkPixmap.h | 262 SkColor getColor(int x, int y) const; 281 SkColor4f getColor4f(int x, int y) const; 291 float getAlphaf(int x, int y) const; 305 const void* addr(int x, int y) const { in addr() argument 389 const uint8_t* addr8(int x, int y) const { in addr8() argument 407 const uint16_t* addr16(int x, int y) const { in addr16() argument 425 const uint32_t* addr32(int x, int y) const { in addr32() argument 443 const uint64_t* addr64(int x, int y) const { in addr64() argument 464 const uint16_t* addrF16(int x, int y) const { in addrF16() argument 485 void* writable_addr(int x, int y) const { in writable_addr() argument [all …]
|
| H A D | SkM44.h | 16 float x, y; member 18 bool operator==(const SkV2 v) const { return x == v.x && y == v.y; } 26 SkV2 operator+(SkV2 v) const { return {x+v.x, y+v.y}; } 27 SkV2 operator-(SkV2 v) const { return {x-v.x, y-v.y}; } 29 SkV2 operator*(SkV2 v) const { return {x*v.x, y*v.y}; } 53 float x, y, z; member 56 return x == v.x && y == v.y && z == v.z; 62 return { a.y*b.z - a.z*b.y, a.z*b.x - a.x*b.z, a.x*b.y - a.y*b.x }; in Cross() 71 return { x*v.x, y*v.y, z*v.z }; 98 return x == v.x && y == v.y && z == v.z && w == v.w; [all …]
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkPixmap.h | 262 SkColor getColor(int x, int y) const; 272 float getAlphaf(int x, int y) const; 286 const void* addr(int x, int y) const { in addr() argument 370 const uint8_t* addr8(int x, int y) const { in addr8() argument 388 const uint16_t* addr16(int x, int y) const { in addr16() argument 406 const uint32_t* addr32(int x, int y) const { in addr32() argument 424 const uint64_t* addr64(int x, int y) const { in addr64() argument 445 const uint16_t* addrF16(int x, int y) const { in addrF16() argument 466 void* writable_addr(int x, int y) const { in writable_addr() argument 467 return const_cast<void*>(this->addr(x, y)); in writable_addr() [all …]
|
| H A D | SkM44.h | 16 float x, y; member 18 bool operator==(const SkV2 v) const { return x == v.x && y == v.y; } 26 SkV2 operator+(SkV2 v) const { return {x+v.x, y+v.y}; } 27 SkV2 operator-(SkV2 v) const { return {x-v.x, y-v.y}; } 29 SkV2 operator*(SkV2 v) const { return {x*v.x, y*v.y}; } 52 float x, y, z; member 55 return x == v.x && y == v.y && z == v.z; 61 return { a.y*b.z - a.z*b.y, a.z*b.x - a.x*b.z, a.x*b.y - a.y*b.x }; in Cross() 70 return { x*v.x, y*v.y, z*v.z }; 97 return x == v.x && y == v.y && z == v.z && w == v.w; [all …]
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkVx.h | 343 return join(x.lo + y.lo, x.hi + y.hi); 346 return join(x.lo - y.lo, x.hi - y.hi); 349 return join(x.lo * y.lo, x.hi * y.hi); 352 return join(x.lo / y.lo, x.hi / y.hi); 356 return join(x.lo ^ y.lo, x.hi ^ y.hi); 359 return join(x.lo & y.lo, x.hi & y.hi); 362 return join(x.lo | y.lo, x.hi | y.hi); 373 return join(x.lo == y.lo, x.hi == y.hi); 376 return join(x.lo != y.lo, x.hi != y.hi); 818 return mull(join(x,x), join(y,y)).lo; [all …]
|
| /expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/nodes/ |
| H A D | OperatorNode.java | 54 return x + y; 61 return x - y; 68 return x * y; 75 return x / y; 89 return ((x % y) + y) % y; 245 return x < y; 253 return x == y; 265 return x > y; 272 return x <= y; 279 return x >= y; [all …]
|
| /expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/nodes/ |
| H A D | OperatorNode.java | 54 return x + y; 61 return x - y; 68 return x * y; 75 return x / y; 89 return ((x % y) + y) % y; 245 return x < y; 253 return x == y; 265 return x > y; 272 return x <= y; 279 return x >= y; [all …]
|