Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 613) sorted by relevance

12345678910>>...25

/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkFloatingPoint.h31 #define sk_float_sqrt(x) sqrtf(x) argument
32 #define sk_float_sin(x) sinf(x) argument
33 #define sk_float_cos(x) cosf(x) argument
34 #define sk_float_tan(x) tanf(x) argument
35 #define sk_float_floor(x) floorf(x) argument
36 #define sk_float_ceil(x) ceilf(x) argument
42 # define sk_float_acos(x) acosf(x) argument
43 # define sk_float_asin(x) asinf(x) argument
46 #define sk_float_abs(x) fabsf(x) argument
49 #define sk_float_exp(x) expf(x) argument
[all …]
H A DSkTo.h21 template <typename S> constexpr int8_t SkToS8(S x) { return SkTo<int8_t>(x); } in SkToS8()
22 template <typename S> constexpr uint8_t SkToU8(S x) { return SkTo<uint8_t>(x); } in SkToU8()
23 template <typename S> constexpr int16_t SkToS16(S x) { return SkTo<int16_t>(x); } in SkToS16()
24 template <typename S> constexpr uint16_t SkToU16(S x) { return SkTo<uint16_t>(x); } in SkToU16()
25 template <typename S> constexpr int32_t SkToS32(S x) { return SkTo<int32_t>(x); } in SkToS32()
26 template <typename S> constexpr uint32_t SkToU32(S x) { return SkTo<uint32_t>(x); } in SkToU32()
27 template <typename S> constexpr int64_t SkToS64(S x) { return SkTo<int64_t>(x); } in SkToS64()
28 template <typename S> constexpr uint64_t SkToU64(S x) { return SkTo<uint64_t>(x); } in SkToU64()
29 template <typename S> constexpr int SkToInt(S x) { return SkTo<int>(x); } in SkToInt()
30 template <typename S> constexpr unsigned SkToUInt(S x) { return SkTo<unsigned>(x); } in SkToUInt()
[all …]
H A DSkFixed.h41 #define SkFixedToFloat(x) ((x) * 1.52587890625e-5f) argument
52 #define SkFloatToFixed_Check(x) SkFloatToFixed(x) argument
55 #define SkFixedToDouble(x) ((x) * 1.52587890625e-5) argument
78 #define SkFixedFloorToInt(x) ((x) >> 16) argument
80 static inline SkFixed SkFixedRoundToFixed(SkFixed x) { in SkFixedRoundToFixed()
83 static inline SkFixed SkFixedCeilToFixed(SkFixed x) { in SkFixedCeilToFixed()
86 static inline SkFixed SkFixedFloorToFixed(SkFixed x) { in SkFixedFloorToFixed()
119 #define SkFloatToFixed(x) SkFloatToFixed_arm(x) argument
124 #define SkFixedToScalar(x) SkFixedToFloat(x) argument
125 #define SkScalarToFixed(x) SkFloatToFixed(x) argument
[all …]
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkFloatingPoint.h31 #define sk_float_sqrt(x) sqrtf(x) argument
32 #define sk_float_sin(x) sinf(x) argument
33 #define sk_float_cos(x) cosf(x) argument
34 #define sk_float_tan(x) tanf(x) argument
35 #define sk_float_floor(x) floorf(x) argument
36 #define sk_float_ceil(x) ceilf(x) argument
42 # define sk_float_acos(x) acosf(x) argument
43 # define sk_float_asin(x) asinf(x) argument
46 #define sk_float_abs(x) fabsf(x) argument
49 #define sk_float_exp(x) expf(x) argument
[all …]
H A DSkTo.h21 template <typename S> constexpr int8_t SkToS8(S x) { return SkTo<int8_t>(x); } in SkToS8()
22 template <typename S> constexpr uint8_t SkToU8(S x) { return SkTo<uint8_t>(x); } in SkToU8()
23 template <typename S> constexpr int16_t SkToS16(S x) { return SkTo<int16_t>(x); } in SkToS16()
24 template <typename S> constexpr uint16_t SkToU16(S x) { return SkTo<uint16_t>(x); } in SkToU16()
25 template <typename S> constexpr int32_t SkToS32(S x) { return SkTo<int32_t>(x); } in SkToS32()
26 template <typename S> constexpr uint32_t SkToU32(S x) { return SkTo<uint32_t>(x); } in SkToU32()
27 template <typename S> constexpr int64_t SkToS64(S x) { return SkTo<int64_t>(x); } in SkToS64()
28 template <typename S> constexpr uint64_t SkToU64(S x) { return SkTo<uint64_t>(x); } in SkToU64()
29 template <typename S> constexpr int SkToInt(S x) { return SkTo<int>(x); } in SkToInt()
30 template <typename S> constexpr unsigned SkToUInt(S x) { return SkTo<unsigned>(x); } in SkToUInt()
[all …]
H A DSkFixed.h41 #define SkFixedToFloat(x) ((x) * 1.52587890625e-5f) argument
52 #define SkFloatToFixed_Check(x) SkFloatToFixed(x) argument
55 #define SkFixedToDouble(x) ((x) * 1.52587890625e-5) argument
78 #define SkFixedFloorToInt(x) ((x) >> 16) argument
80 static inline SkFixed SkFixedRoundToFixed(SkFixed x) { in SkFixedRoundToFixed()
83 static inline SkFixed SkFixedCeilToFixed(SkFixed x) { in SkFixedCeilToFixed()
86 static inline SkFixed SkFixedFloorToFixed(SkFixed x) { in SkFixedFloorToFixed()
119 #define SkFloatToFixed(x) SkFloatToFixed_arm(x) argument
124 #define SkFixedToScalar(x) SkFixedToFloat(x) argument
125 #define SkScalarToFixed(x) SkFloatToFixed(x) argument
[all …]
H A DSkAlign.h15 template <typename T> static constexpr T SkAlign2(T x) { return (x + 1) >> 1 << 1; } in SkAlign2()
16 template <typename T> static constexpr T SkAlign4(T x) { return (x + 3) >> 2 << 2; } in SkAlign4()
17 template <typename T> static constexpr T SkAlign8(T x) { return (x + 7) >> 3 << 3; } in SkAlign8()
19 template <typename T> static constexpr bool SkIsAlign2(T x) { return 0 == (x & 1); } in SkIsAlign2()
20 template <typename T> static constexpr bool SkIsAlign4(T x) { return 0 == (x & 3); } in SkIsAlign4()
21 template <typename T> static constexpr bool SkIsAlign8(T x) { return 0 == (x & 7); } in SkIsAlign8()
23 template <typename T> static constexpr T SkAlignPtr(T x) { in SkAlignPtr()
26 template <typename T> static constexpr bool SkIsAlignPtr(T x) { in SkIsAlignPtr()
33 static inline constexpr size_t SkAlignTo(size_t x, size_t alignment) { in SkAlignTo()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkFloatingPoint.h31 #define sk_float_sqrt(x) sqrtf(x) argument
32 #define sk_float_sin(x) sinf(x) argument
33 #define sk_float_cos(x) cosf(x) argument
34 #define sk_float_tan(x) tanf(x) argument
35 #define sk_float_floor(x) floorf(x) argument
36 #define sk_float_ceil(x) ceilf(x) argument
42 # define sk_float_acos(x) acosf(x) argument
43 # define sk_float_asin(x) asinf(x) argument
46 #define sk_float_abs(x) fabsf(x) argument
49 #define sk_float_exp(x) expf(x) argument
[all …]
H A DSkTo.h21 template <typename S> constexpr int8_t SkToS8(S x) { return SkTo<int8_t>(x); } in SkToS8()
22 template <typename S> constexpr uint8_t SkToU8(S x) { return SkTo<uint8_t>(x); } in SkToU8()
23 template <typename S> constexpr int16_t SkToS16(S x) { return SkTo<int16_t>(x); } in SkToS16()
24 template <typename S> constexpr uint16_t SkToU16(S x) { return SkTo<uint16_t>(x); } in SkToU16()
25 template <typename S> constexpr int32_t SkToS32(S x) { return SkTo<int32_t>(x); } in SkToS32()
26 template <typename S> constexpr uint32_t SkToU32(S x) { return SkTo<uint32_t>(x); } in SkToU32()
27 template <typename S> constexpr int64_t SkToS64(S x) { return SkTo<int64_t>(x); } in SkToS64()
28 template <typename S> constexpr uint64_t SkToU64(S x) { return SkTo<uint64_t>(x); } in SkToU64()
29 template <typename S> constexpr int SkToInt(S x) { return SkTo<int>(x); } in SkToInt()
30 template <typename S> constexpr unsigned SkToUInt(S x) { return SkTo<unsigned>(x); } in SkToUInt()
[all …]
H A DSkFixed.h41 #define SkFixedToFloat(x) ((x) * 1.52587890625e-5f) argument
52 #define SkFloatToFixed_Check(x) SkFloatToFixed(x) argument
55 #define SkFixedToDouble(x) ((x) * 1.52587890625e-5) argument
78 #define SkFixedFloorToInt(x) ((x) >> 16) argument
80 static inline SkFixed SkFixedRoundToFixed(SkFixed x) { in SkFixedRoundToFixed()
83 static inline SkFixed SkFixedCeilToFixed(SkFixed x) { in SkFixedCeilToFixed()
86 static inline SkFixed SkFixedFloorToFixed(SkFixed x) { in SkFixedFloorToFixed()
119 #define SkFloatToFixed(x) SkFloatToFixed_arm(x) argument
124 #define SkFixedToScalar(x) SkFixedToFloat(x) argument
125 #define SkScalarToFixed(x) SkFloatToFixed(x) argument
[all …]
H A DSkAlign.h15 template <typename T> static constexpr T SkAlign2(T x) { return (x + 1) >> 1 << 1; } in SkAlign2()
16 template <typename T> static constexpr T SkAlign4(T x) { return (x + 3) >> 2 << 2; } in SkAlign4()
17 template <typename T> static constexpr T SkAlign8(T x) { return (x + 7) >> 3 << 3; } in SkAlign8()
19 template <typename T> static constexpr bool SkIsAlign2(T x) { return 0 == (x & 1); } in SkIsAlign2()
20 template <typename T> static constexpr bool SkIsAlign4(T x) { return 0 == (x & 3); } in SkIsAlign4()
21 template <typename T> static constexpr bool SkIsAlign8(T x) { return 0 == (x & 7); } in SkIsAlign8()
23 template <typename T> static constexpr T SkAlignPtr(T x) { in SkAlignPtr()
26 template <typename T> static constexpr bool SkIsAlignPtr(T x) { in SkIsAlignPtr()
33 static inline constexpr size_t SkAlignTo(size_t x, size_t alignment) { in SkAlignTo()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkFloatingPoint.h31 #define sk_float_sqrt(x) sqrtf(x) argument
32 #define sk_float_sin(x) sinf(x) argument
33 #define sk_float_cos(x) cosf(x) argument
34 #define sk_float_tan(x) tanf(x) argument
35 #define sk_float_floor(x) floorf(x) argument
36 #define sk_float_ceil(x) ceilf(x) argument
42 # define sk_float_acos(x) acosf(x) argument
43 # define sk_float_asin(x) asinf(x) argument
46 #define sk_float_abs(x) fabsf(x) argument
49 #define sk_float_exp(x) expf(x) argument
[all …]
H A DSkFixed.h40 #define SkFixedToFloat(x) ((x) * 1.52587890625e-5f) argument
51 #define SkFloatToFixed_Check(x) SkFloatToFixed(x) argument
54 #define SkFixedToDouble(x) ((x) * 1.52587890625e-5) argument
77 #define SkFixedFloorToInt(x) ((x) >> 16) argument
79 static inline SkFixed SkFixedRoundToFixed(SkFixed x) { in SkFixedRoundToFixed()
82 static inline SkFixed SkFixedCeilToFixed(SkFixed x) { in SkFixedCeilToFixed()
89 #define SkFixedAbs(x) SkAbs32(x) argument
117 #define SkFloatToFixed(x) SkFloatToFixed_arm(x) argument
122 #define SkFixedToScalar(x) SkFixedToFloat(x) argument
123 #define SkScalarToFixed(x) SkFloatToFixed(x) argument
[all …]
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkFloatingPoint.h31 #define sk_float_sqrt(x) sqrtf(x) argument
32 #define sk_float_sin(x) sinf(x) argument
33 #define sk_float_cos(x) cosf(x) argument
34 #define sk_float_tan(x) tanf(x) argument
35 #define sk_float_floor(x) floorf(x) argument
36 #define sk_float_ceil(x) ceilf(x) argument
42 # define sk_float_acos(x) acosf(x) argument
43 # define sk_float_asin(x) asinf(x) argument
46 #define sk_float_abs(x) fabsf(x) argument
49 #define sk_float_exp(x) expf(x) argument
[all …]
H A DSkTo.h21 template <typename S> constexpr int8_t SkToS8(S x) { return SkTo<int8_t>(x); } in SkToS8()
22 template <typename S> constexpr uint8_t SkToU8(S x) { return SkTo<uint8_t>(x); } in SkToU8()
23 template <typename S> constexpr int16_t SkToS16(S x) { return SkTo<int16_t>(x); } in SkToS16()
24 template <typename S> constexpr uint16_t SkToU16(S x) { return SkTo<uint16_t>(x); } in SkToU16()
25 template <typename S> constexpr int32_t SkToS32(S x) { return SkTo<int32_t>(x); } in SkToS32()
26 template <typename S> constexpr uint32_t SkToU32(S x) { return SkTo<uint32_t>(x); } in SkToU32()
27 template <typename S> constexpr int64_t SkToS64(S x) { return SkTo<int64_t>(x); } in SkToS64()
28 template <typename S> constexpr uint64_t SkToU64(S x) { return SkTo<uint64_t>(x); } in SkToU64()
29 template <typename S> constexpr int SkToInt(S x) { return SkTo<int>(x); } in SkToInt()
30 template <typename S> constexpr unsigned SkToUInt(S x) { return SkTo<unsigned>(x); } in SkToUInt()
[all …]
H A DSkFixed.h41 #define SkFixedToFloat(x) ((x) * 1.52587890625e-5f) argument
52 #define SkFloatToFixed_Check(x) SkFloatToFixed(x) argument
55 #define SkFixedToDouble(x) ((x) * 1.52587890625e-5) argument
78 #define SkFixedFloorToInt(x) ((x) >> 16) argument
80 static inline SkFixed SkFixedRoundToFixed(SkFixed x) { in SkFixedRoundToFixed()
83 static inline SkFixed SkFixedCeilToFixed(SkFixed x) { in SkFixedCeilToFixed()
86 static inline SkFixed SkFixedFloorToFixed(SkFixed x) { in SkFixedFloorToFixed()
119 #define SkFloatToFixed(x) SkFloatToFixed_arm(x) argument
124 #define SkFixedToScalar(x) SkFixedToFloat(x) argument
125 #define SkScalarToFixed(x) SkFloatToFixed(x) argument
[all …]
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkFloatingPoint.h31 #define sk_float_sqrt(x) sqrtf(x) argument
32 #define sk_float_sin(x) sinf(x) argument
33 #define sk_float_cos(x) cosf(x) argument
34 #define sk_float_tan(x) tanf(x) argument
35 #define sk_float_floor(x) floorf(x) argument
36 #define sk_float_ceil(x) ceilf(x) argument
42 # define sk_float_acos(x) acosf(x) argument
43 # define sk_float_asin(x) asinf(x) argument
46 #define sk_float_abs(x) fabsf(x) argument
49 #define sk_float_exp(x) expf(x) argument
[all …]
H A DSkFixed.h40 #define SkFixedToFloat(x) ((x) * 1.52587890625e-5f) argument
51 #define SkFloatToFixed_Check(x) SkFloatToFixed(x) argument
54 #define SkFixedToDouble(x) ((x) * 1.52587890625e-5) argument
77 #define SkFixedFloorToInt(x) ((x) >> 16) argument
79 static inline SkFixed SkFixedRoundToFixed(SkFixed x) { in SkFixedRoundToFixed()
82 static inline SkFixed SkFixedCeilToFixed(SkFixed x) { in SkFixedCeilToFixed()
89 #define SkFixedAbs(x) SkAbs32(x) argument
117 #define SkFloatToFixed(x) SkFloatToFixed_arm(x) argument
122 #define SkFixedToScalar(x) SkFixedToFloat(x) argument
123 #define SkScalarToFixed(x) SkFloatToFixed(x) argument
[all …]
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkFloatingPoint.h31 #define sk_float_sqrt(x) sqrtf(x) argument
32 #define sk_float_sin(x) sinf(x) argument
33 #define sk_float_cos(x) cosf(x) argument
34 #define sk_float_tan(x) tanf(x) argument
35 #define sk_float_floor(x) floorf(x) argument
36 #define sk_float_ceil(x) ceilf(x) argument
42 # define sk_float_acos(x) acosf(x) argument
43 # define sk_float_asin(x) asinf(x) argument
46 #define sk_float_abs(x) fabsf(x) argument
49 #define sk_float_exp(x) expf(x) argument
[all …]
H A DSkTo.h21 template <typename S> constexpr int8_t SkToS8(S x) { return SkTo<int8_t>(x); } in SkToS8()
22 template <typename S> constexpr uint8_t SkToU8(S x) { return SkTo<uint8_t>(x); } in SkToU8()
23 template <typename S> constexpr int16_t SkToS16(S x) { return SkTo<int16_t>(x); } in SkToS16()
24 template <typename S> constexpr uint16_t SkToU16(S x) { return SkTo<uint16_t>(x); } in SkToU16()
25 template <typename S> constexpr int32_t SkToS32(S x) { return SkTo<int32_t>(x); } in SkToS32()
26 template <typename S> constexpr uint32_t SkToU32(S x) { return SkTo<uint32_t>(x); } in SkToU32()
27 template <typename S> constexpr int64_t SkToS64(S x) { return SkTo<int64_t>(x); } in SkToS64()
28 template <typename S> constexpr uint64_t SkToU64(S x) { return SkTo<uint64_t>(x); } in SkToU64()
29 template <typename S> constexpr int SkToInt(S x) { return SkTo<int>(x); } in SkToInt()
30 template <typename S> constexpr unsigned SkToUInt(S x) { return SkTo<unsigned>(x); } in SkToUInt()
[all …]
H A DSkFixed.h41 #define SkFixedToFloat(x) ((x) * 1.52587890625e-5f) argument
52 #define SkFloatToFixed_Check(x) SkFloatToFixed(x) argument
55 #define SkFixedToDouble(x) ((x) * 1.52587890625e-5) argument
78 #define SkFixedFloorToInt(x) ((x) >> 16) argument
80 static inline SkFixed SkFixedRoundToFixed(SkFixed x) { in SkFixedRoundToFixed()
83 static inline SkFixed SkFixedCeilToFixed(SkFixed x) { in SkFixedCeilToFixed()
86 static inline SkFixed SkFixedFloorToFixed(SkFixed x) { in SkFixedFloorToFixed()
119 #define SkFloatToFixed(x) SkFloatToFixed_arm(x) argument
124 #define SkFixedToScalar(x) SkFixedToFloat(x) argument
125 #define SkScalarToFixed(x) SkFloatToFixed(x) argument
[all …]
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkFloatingPoint.h31 #define sk_float_sqrt(x) sqrtf(x) argument
32 #define sk_float_sin(x) sinf(x) argument
33 #define sk_float_cos(x) cosf(x) argument
34 #define sk_float_tan(x) tanf(x) argument
35 #define sk_float_floor(x) floorf(x) argument
36 #define sk_float_ceil(x) ceilf(x) argument
42 # define sk_float_acos(x) acosf(x) argument
43 # define sk_float_asin(x) asinf(x) argument
46 #define sk_float_abs(x) fabsf(x) argument
49 #define sk_float_exp(x) expf(x) argument
[all …]
H A DSkTo.h21 template <typename S> constexpr int8_t SkToS8(S x) { return SkTo<int8_t>(x); } in SkToS8()
22 template <typename S> constexpr uint8_t SkToU8(S x) { return SkTo<uint8_t>(x); } in SkToU8()
23 template <typename S> constexpr int16_t SkToS16(S x) { return SkTo<int16_t>(x); } in SkToS16()
24 template <typename S> constexpr uint16_t SkToU16(S x) { return SkTo<uint16_t>(x); } in SkToU16()
25 template <typename S> constexpr int32_t SkToS32(S x) { return SkTo<int32_t>(x); } in SkToS32()
26 template <typename S> constexpr uint32_t SkToU32(S x) { return SkTo<uint32_t>(x); } in SkToU32()
27 template <typename S> constexpr int64_t SkToS64(S x) { return SkTo<int64_t>(x); } in SkToS64()
28 template <typename S> constexpr uint64_t SkToU64(S x) { return SkTo<uint64_t>(x); } in SkToU64()
29 template <typename S> constexpr int SkToInt(S x) { return SkTo<int>(x); } in SkToInt()
30 template <typename S> constexpr unsigned SkToUInt(S x) { return SkTo<unsigned>(x); } in SkToUInt()
[all …]
H A DSkFixed.h41 #define SkFixedToFloat(x) ((x) * 1.52587890625e-5f) argument
52 #define SkFloatToFixed_Check(x) SkFloatToFixed(x) argument
55 #define SkFixedToDouble(x) ((x) * 1.52587890625e-5) argument
78 #define SkFixedFloorToInt(x) ((x) >> 16) argument
80 static inline SkFixed SkFixedRoundToFixed(SkFixed x) { in SkFixedRoundToFixed()
83 static inline SkFixed SkFixedCeilToFixed(SkFixed x) { in SkFixedCeilToFixed()
86 static inline SkFixed SkFixedFloorToFixed(SkFixed x) { in SkFixedFloorToFixed()
119 #define SkFloatToFixed(x) SkFloatToFixed_arm(x) argument
124 #define SkFixedToScalar(x) SkFixedToFloat(x) argument
125 #define SkScalarToFixed(x) SkFloatToFixed(x) argument
[all …]
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkScalar.h29 #define SkScalarFloorToScalar(x) sk_float_floor(x) argument
30 #define SkScalarCeilToScalar(x) sk_float_ceil(x) argument
32 #define SkScalarTruncToScalar(x) sk_float_trunc(x) argument
38 #define SkScalarAbs(x) sk_float_abs(x) argument
40 #define SkScalarMod(x, y) sk_float_mod(x,y) argument
41 #define SkScalarSqrt(x) sk_float_sqrt(x) argument
57 #define SkIntToFloat(x) static_cast<float>(x) argument
60 #define SkScalarToFloat(x) static_cast<float>(x) argument
95 static inline int SkDScalarRoundToInt(SkScalar x) { in SkDScalarRoundToInt()
115 static inline bool SkScalarIsInt(SkScalar x) { in SkScalarIsInt()
[all …]

12345678910>>...25