Home
last modified time | relevance | path

Searched refs:z (Results 1 – 25 of 265) sorted by relevance

1234567891011

/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkM44.h53 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()
67 SkV3 operator+(const SkV3& v) const { return { x + v.x, y + v.y, z + v.z }; }
68 SkV3 operator-(const SkV3& v) const { return { x - v.x, y - v.y, z - v.z }; }
71 return { x*v.x, y*v.y, z*v.z };
95 float x, y, z, w; member
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()
112 return { x*v.x, y*v.y, z*v.z, w*v.w };
[all …]
H A DSkPoint3.h16 static SkPoint3 Make(SkScalar x, SkScalar y, SkScalar z) { in Make()
18 pt.set(x, y, z); in Make()
24 SkScalar z() const { return fZ; } in z() function
26 void set(SkScalar x, SkScalar y, SkScalar z) { fX = x; fY = y; fZ = z; } in set()
38 static SkScalar Length(SkScalar x, SkScalar y, SkScalar z);
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkM44.h53 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()
67 SkV3 operator+(const SkV3& v) const { return { x + v.x, y + v.y, z + v.z }; }
68 SkV3 operator-(const SkV3& v) const { return { x - v.x, y - v.y, z - v.z }; }
71 return { x*v.x, y*v.y, z*v.z };
95 float x, y, z, w; member
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()
112 return { x*v.x, y*v.y, z*v.z, w*v.w };
[all …]
H A DSkPoint3.h16 static SkPoint3 Make(SkScalar x, SkScalar y, SkScalar z) { in Make()
18 pt.set(x, y, z); in Make()
24 SkScalar z() const { return fZ; } in z() function
26 void set(SkScalar x, SkScalar y, SkScalar z) { fX = x; fY = y; fZ = z; } in set()
38 static SkScalar Length(SkScalar x, SkScalar y, SkScalar z);
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkM44.h53 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()
67 SkV3 operator+(const SkV3& v) const { return { x + v.x, y + v.y, z + v.z }; }
68 SkV3 operator-(const SkV3& v) const { return { x - v.x, y - v.y, z - v.z }; }
71 return { x*v.x, y*v.y, z*v.z };
95 float x, y, z, w; member
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()
112 return { x*v.x, y*v.y, z*v.z, w*v.w };
[all …]
H A DSkPoint3.h16 static SkPoint3 Make(SkScalar x, SkScalar y, SkScalar z) { in Make()
18 pt.set(x, y, z); in Make()
24 SkScalar z() const { return fZ; } in z() function
26 void set(SkScalar x, SkScalar y, SkScalar z) { fX = x; fY = y; fZ = z; } in set()
38 static SkScalar Length(SkScalar x, SkScalar y, SkScalar z);
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkM44.h53 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()
67 SkV3 operator+(const SkV3& v) const { return { x + v.x, y + v.y, z + v.z }; }
68 SkV3 operator-(const SkV3& v) const { return { x - v.x, y - v.y, z - v.z }; }
71 return { x*v.x, y*v.y, z*v.z };
95 float x, y, z, w; member
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()
112 return { x*v.x, y*v.y, z*v.z, w*v.w };
[all …]
H A DSkPoint3.h16 static SkPoint3 Make(SkScalar x, SkScalar y, SkScalar z) { in Make()
18 pt.set(x, y, z); in Make()
24 SkScalar z() const { return fZ; } in z() function
26 void set(SkScalar x, SkScalar y, SkScalar z) { fX = x; fY = y; fZ = z; } in set()
38 static SkScalar Length(SkScalar x, SkScalar y, SkScalar z);
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkM44.h53 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()
67 SkV3 operator+(const SkV3& v) const { return { x + v.x, y + v.y, z + v.z }; }
68 SkV3 operator-(const SkV3& v) const { return { x - v.x, y - v.y, z - v.z }; }
71 return { x*v.x, y*v.y, z*v.z };
95 float x, y, z, w; member
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()
112 return { x*v.x, y*v.y, z*v.z, w*v.w };
[all …]
H A DSkPoint3.h16 static SkPoint3 Make(SkScalar x, SkScalar y, SkScalar z) { in Make()
18 pt.set(x, y, z); in Make()
24 SkScalar z() const { return fZ; } in z() function
26 void set(SkScalar x, SkScalar y, SkScalar z) { fX = x; fY = y; fZ = z; } in set()
38 static SkScalar Length(SkScalar x, SkScalar y, SkScalar z);
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkM44.h53 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()
67 SkV3 operator+(const SkV3& v) const { return { x + v.x, y + v.y, z + v.z }; }
68 SkV3 operator-(const SkV3& v) const { return { x - v.x, y - v.y, z - v.z }; }
71 return { x*v.x, y*v.y, z*v.z };
95 float x, y, z, w; member
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()
112 return { x*v.x, y*v.y, z*v.z, w*v.w };
[all …]
H A DSkPoint3.h16 static SkPoint3 Make(SkScalar x, SkScalar y, SkScalar z) { in Make()
18 pt.set(x, y, z); in Make()
24 SkScalar z() const { return fZ; } in z() function
26 void set(SkScalar x, SkScalar y, SkScalar z) { fX = x; fY = y; fZ = z; } in set()
38 static SkScalar Length(SkScalar x, SkScalar y, SkScalar z);
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkM44.h52 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()
66 SkV3 operator+(const SkV3& v) const { return { x + v.x, y + v.y, z + v.z }; }
67 SkV3 operator-(const SkV3& v) const { return { x - v.x, y - v.y, z - v.z }; }
70 return { x*v.x, y*v.y, z*v.z };
94 float x, y, z, w; member
97 return x == v.x && y == v.y && z == v.z && w == v.w;
102 SkV4 operator+(const SkV4& v) const { return { x + v.x, y + v.y, z + v.z, w + v.w }; }
106 return { x*v.x, y*v.y, z*v.z, w*v.w };
[all …]
H A DSkPoint3.h16 static SkPoint3 Make(SkScalar x, SkScalar y, SkScalar z) { in Make()
18 pt.set(x, y, z); in Make()
24 SkScalar z() const { return fZ; } in z() function
26 void set(SkScalar x, SkScalar y, SkScalar z) { fX = x; fY = y; fZ = z; } in set()
38 static SkScalar Length(SkScalar x, SkScalar y, SkScalar z);
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkM44.h53 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()
67 SkV3 operator+(const SkV3& v) const { return { x + v.x, y + v.y, z + v.z }; }
68 SkV3 operator-(const SkV3& v) const { return { x - v.x, y - v.y, z - v.z }; }
71 return { x*v.x, y*v.y, z*v.z };
95 float x, y, z, w; member
98 return x == v.x && y == v.y && z == v.z && w == v.w;
103 SkV4 operator+(const SkV4& v) const { return { x + v.x, y + v.y, z + v.z, w + v.w }; }
107 return { x*v.x, y*v.y, z*v.z, w*v.w };
[all …]
H A DSkPoint3.h16 static SkPoint3 Make(SkScalar x, SkScalar y, SkScalar z) { in Make()
18 pt.set(x, y, z); in Make()
24 SkScalar z() const { return fZ; } in z() function
26 void set(SkScalar x, SkScalar y, SkScalar z) { fX = x; fY = y; fZ = z; } in set()
38 static SkScalar Length(SkScalar x, SkScalar y, SkScalar z);
/expo/packages/expo-gl/common/
H A Dstb_image.h999 for (z = 0; z < depth; z++) { in stbi__load_flip()
1022 for (z = 0; z < depth; z++) { in stbi__float_postprocess()
2880 z->scan_n = stbi__get8(z->s); in stbi__process_scan_header()
2881 if (z->scan_n < 1 || z->scan_n > 4 || z->scan_n > (int)z->s->img_n) in stbi__process_scan_header()
2910 if (z->spec_start > 63 || z->spec_end > 63 || z->spec_start > z->spec_end || in stbi__process_scan_header()
2996 z->img_mcu_x = (s->img_x + z->img_mcu_w - 1) / z->img_mcu_w; in stbi__process_frame_header()
3007 z->img_comp[i].w2 = z->img_mcu_x * z->img_comp[i].h * 8; in stbi__process_frame_header()
3008 z->img_comp[i].h2 = z->img_mcu_y * z->img_comp[i].v * 8; in stbi__process_frame_header()
4888 if (z->depth != 1 && z->depth != 2 && z->depth != 4 && z->depth != 8 && z->depth != 16) in stbi__parse_png_file()
6786 for (z = 0; z < count; ++z) in stbi__hdr_load()
[all …]
/expo/ios/versioned/sdk47/EXGL/common/
H A Dstb_image.h999 for (z = 0; z < depth; z++) { in stbi__load_flip()
1022 for (z = 0; z < depth; z++) { in stbi__float_postprocess()
2880 z->scan_n = stbi__get8(z->s); in stbi__process_scan_header()
2881 if (z->scan_n < 1 || z->scan_n > 4 || z->scan_n > (int)z->s->img_n) in stbi__process_scan_header()
2910 if (z->spec_start > 63 || z->spec_end > 63 || z->spec_start > z->spec_end || in stbi__process_scan_header()
2996 z->img_mcu_x = (s->img_x + z->img_mcu_w - 1) / z->img_mcu_w; in stbi__process_frame_header()
3007 z->img_comp[i].w2 = z->img_mcu_x * z->img_comp[i].h * 8; in stbi__process_frame_header()
3008 z->img_comp[i].h2 = z->img_mcu_y * z->img_comp[i].v * 8; in stbi__process_frame_header()
4888 if (z->depth != 1 && z->depth != 2 && z->depth != 4 && z->depth != 8 && z->depth != 16) in stbi__parse_png_file()
6786 for (z = 0; z < count; ++z) in stbi__hdr_load()
[all …]
/expo/ios/versioned/sdk48/ExpoGL/common/
H A Dstb_image.h999 for (z = 0; z < depth; z++) { in stbi__load_flip()
1022 for (z = 0; z < depth; z++) { in stbi__float_postprocess()
2880 z->scan_n = stbi__get8(z->s); in stbi__process_scan_header()
2881 if (z->scan_n < 1 || z->scan_n > 4 || z->scan_n > (int)z->s->img_n) in stbi__process_scan_header()
2910 if (z->spec_start > 63 || z->spec_end > 63 || z->spec_start > z->spec_end || in stbi__process_scan_header()
2996 z->img_mcu_x = (s->img_x + z->img_mcu_w - 1) / z->img_mcu_w; in stbi__process_frame_header()
3007 z->img_comp[i].w2 = z->img_mcu_x * z->img_comp[i].h * 8; in stbi__process_frame_header()
3008 z->img_comp[i].h2 = z->img_mcu_y * z->img_comp[i].v * 8; in stbi__process_frame_header()
4888 if (z->depth != 1 && z->depth != 2 && z->depth != 4 && z->depth != 8 && z->depth != 16) in stbi__parse_png_file()
6786 for (z = 0; z < count; ++z) in stbi__hdr_load()
[all …]
/expo/ios/versioned/sdk49/ExpoGL/common/
H A Dstb_image.h999 for (z = 0; z < depth; z++) { in stbi__load_flip()
1022 for (z = 0; z < depth; z++) { in stbi__float_postprocess()
2880 z->scan_n = stbi__get8(z->s); in stbi__process_scan_header()
2881 if (z->scan_n < 1 || z->scan_n > 4 || z->scan_n > (int)z->s->img_n) in stbi__process_scan_header()
2910 if (z->spec_start > 63 || z->spec_end > 63 || z->spec_start > z->spec_end || in stbi__process_scan_header()
2996 z->img_mcu_x = (s->img_x + z->img_mcu_w - 1) / z->img_mcu_w; in stbi__process_frame_header()
3007 z->img_comp[i].w2 = z->img_mcu_x * z->img_comp[i].h * 8; in stbi__process_frame_header()
3008 z->img_comp[i].h2 = z->img_mcu_y * z->img_comp[i].v * 8; in stbi__process_frame_header()
4888 if (z->depth != 1 && z->depth != 2 && z->depth != 4 && z->depth != 8 && z->depth != 16) in stbi__parse_png_file()
6786 for (z = 0; z < count; ++z) in stbi__hdr_load()
[all …]
/expo/packages/expo-sensors/ios/
H A DDeviceMotionModule.swift65 "z": userAcceleration.z * GRAVITY in startDeviceMotionUpdates()
70 "z": (userAcceleration.z + data.gravity.z) * GRAVITY in startDeviceMotionUpdates()
78 "alpha": radiansToDegrees(rotationRate.z), in startDeviceMotionUpdates()
/expo/packages/expo-modules-core/src/uuid/lib/
H A Dsha1.ts5 function f(s: number, x: number, y: number, z: number) {
8 return (x & y) ^ (~x & z);
10 return x ^ y ^ z;
12 return (x & y) ^ (x & z) ^ (y & z);
14 return x ^ y ^ z;
/expo/packages/expo-modules-core/build/uuid/lib/
H A Dsha1.js4 function f(s, x, y, z) { argument
7 return (x & y) ^ (~x & z);
9 return x ^ y ^ z;
11 return (x & y) ^ (x & z) ^ (y & z);
13 return x ^ y ^ z;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI47_0_0Transform.cpp43 Transform Transform::Scale(Float x, Float y, Float z) { in Scale() argument
47 Float zprime = isZero(z) ? 0 : z; in Scale()
58 Transform Transform::Translate(Float x, Float y, Float z) { in Translate() argument
62 Float zprime = isZero(z) ? 0 : z; in Translate()
123 Transform Transform::Rotate(Float x, Float y, Float z) { in Rotate() argument
126 TransformOperation{TransformOperationType::Rotate, x, y, z}); in Rotate()
133 if (!isZero(z)) { in Rotate()
134 transform = transform * Transform::RotateZ(z); in Rotate()
146 transformOperation.x, transformOperation.y, transformOperation.z); in FromTransformOperation()
150 transformOperation.x, transformOperation.y, transformOperation.z); in FromTransformOperation()
[all …]
/expo/ios/Exponent/Kernel/Services/
H A DEXSensorManager.m74 @"z": [NSNumber numberWithDouble:data.acceleration.z]
131 @"z": [NSNumber numberWithDouble:data.rotationRate.z]
188 @"z": [NSNumber numberWithDouble:data.magneticField.z]
244 @"z": @(data.userAcceleration.z * EXGravity)
249 @"z": @((data.userAcceleration.z + data.gravity.z) * EXGravity)
257 @"alpha": @(data.rotationRate.z),
273 @"z": [NSNumber numberWithDouble:data.magneticField.field.z]

1234567891011