Home
last modified time | relevance | path

Searched refs:fy (Results 1 – 25 of 39) sorted by relevance

12

/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DRadialGradientView.java58 public void setFy(Dynamic fy) { in setFy() argument
59 mFy = SVGLength.from(fy); in setFy()
63 public void setFy(String fy) { in setFy() argument
64 mFy = SVGLength.from(fy); in setFy()
68 public void setFy(Double fy) { in setFy() argument
69 mFy = SVGLength.from(fy); in setFy()
/expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/
H A DRadialGradientView.java58 public void setFy(Dynamic fy) { in setFy() argument
59 mFy = SVGLength.from(fy); in setFy()
63 public void setFy(String fy) { in setFy() argument
64 mFy = SVGLength.from(fy); in setFy()
68 public void setFy(Double fy) { in setFy() argument
69 mFy = SVGLength.from(fy); in setFy()
/expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/
H A DRadialGradientView.java58 public void setFy(Dynamic fy) { in setFy() argument
59 mFy = SVGLength.from(fy); in setFy()
63 public void setFy(String fy) { in setFy() argument
64 mFy = SVGLength.from(fy); in setFy()
68 public void setFy(Double fy) { in setFy() argument
69 mFy = SVGLength.from(fy); in setFy()
/expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/
H A DRadialGradientView.java58 public void setFy(Dynamic fy) { in setFy() argument
59 mFy = SVGLength.from(fy); in setFy()
63 public void setFy(String fy) { in setFy() argument
64 mFy = SVGLength.from(fy); in setFy()
68 public void setFy(Double fy) { in setFy() argument
69 mFy = SVGLength.from(fy); in setFy()
/expo/ios/vendored/sdk47/react-native-svg/apple/Elements/
H A DABI47_0_0RNSVGRadialGradient.mm44 self.fy = [ABI47_0_0RNSVGLength lengthWithString:ABI47_0_0RCTNSStringFromString(newProps.fy)];
103 - (void)setFy:(ABI47_0_0RNSVGLength *)fy
105 if ([fy isEqualTo:_fy]) {
109 _fy = fy;
187 …NSArray<ABI47_0_0RNSVGLength *> *points = @[ self.fx, self.fy, self.rx, self.ry, self.cx, self.cy …
H A DABI47_0_0RNSVGRadialGradient.h15 @property (nonatomic, strong) ABI47_0_0RNSVGLength *fy;
/expo/ios/vendored/sdk49/react-native-svg/apple/Elements/
H A DABI49_0_0RNSVGRadialGradient.mm44 self.fy = [ABI49_0_0RNSVGLength lengthWithString:ABI49_0_0RCTNSStringFromString(newProps.fy)];
103 - (void)setFy:(ABI49_0_0RNSVGLength *)fy
105 if ([fy isEqualTo:_fy]) {
109 _fy = fy;
187 …NSArray<ABI49_0_0RNSVGLength *> *points = @[ self.fx, self.fy, self.rx, self.ry, self.cx, self.cy …
H A DABI49_0_0RNSVGRadialGradient.h15 @property (nonatomic, strong) ABI49_0_0RNSVGLength *fy;
/expo/ios/vendored/sdk48/react-native-svg/apple/Elements/
H A DABI48_0_0RNSVGRadialGradient.mm44 self.fy = [ABI48_0_0RNSVGLength lengthWithString:ABI48_0_0RCTNSStringFromString(newProps.fy)];
103 - (void)setFy:(ABI48_0_0RNSVGLength *)fy
105 if ([fy isEqualTo:_fy]) {
109 _fy = fy;
187 …NSArray<ABI48_0_0RNSVGLength *> *points = @[ self.fx, self.fy, self.rx, self.ry, self.cx, self.cy …
H A DABI48_0_0RNSVGRadialGradient.h15 @property (nonatomic, strong) ABI48_0_0RNSVGLength *fy;
/expo/ios/vendored/unversioned/react-native-svg/apple/Elements/
H A DRNSVGRadialGradient.mm44 self.fy = [RNSVGLength lengthWithString:RCTNSStringFromString(newProps.fy)];
103 - (void)setFy:(RNSVGLength *)fy
105 if ([fy isEqualTo:_fy]) {
109 _fy = fy;
187 NSArray<RNSVGLength *> *points = @[ self.fx, self.fy, self.rx, self.ry, self.cx, self.cy ];
H A DRNSVGRadialGradient.h15 @property (nonatomic, strong) RNSVGLength *fy;
/expo/packages/expo-image/ios/
H A DThumbhash.swift130 let fy = cos(Float32.pi / fh * fcy * (fyy + 0.5)) in rgbaToThumbHash() variable
133 f += ptr.pointee * fx[x] * fy in rgbaToThumbHash()
315 var fy = [Float32](repeating: 0, count: cy_stop) in thumbHashToRGBA() variable
318 fy.withUnsafeMutableBytes { fy in in thumbHashToRGBA()
319 let fy = fy.baseAddress!.bindMemory(to: Float32.self, capacity: fy.count) in thumbHashToRGBA() variable
345 fy[cy] = cos(Float32.pi / fh * (fyy + 0.5) * fcy) in thumbHashToRGBA()
354 let fy2 = fy[cy] * 2 in thumbHashToRGBA()
368 let fy2 = fy[cy] * 2 in thumbHashToRGBA()
385 let fy2 = fy[cy] * 2 in thumbHashToRGBA()
/expo/ios/versioned/sdk49/ExpoImage/
H A DThumbhash.swift130 let fy = cos(Float32.pi / fh * fcy * (fyy + 0.5)) in rgbaToThumbHash() variable
133 f += ptr.pointee * fx[x] * fy in rgbaToThumbHash()
315 var fy = [Float32](repeating: 0, count: cy_stop) in thumbHashToRGBA() variable
318 fy.withUnsafeMutableBytes { fy in in thumbHashToRGBA()
319 let fy = fy.baseAddress!.bindMemory(to: Float32.self, capacity: fy.count) in thumbHashToRGBA() variable
345 fy[cy] = cos(Float32.pi / fh * (fyy + 0.5) * fcy) in thumbHashToRGBA()
354 let fy2 = fy[cy] * 2 in thumbHashToRGBA()
368 let fy2 = fy[cy] * 2 in thumbHashToRGBA()
385 let fy2 = fy[cy] * 2 in thumbHashToRGBA()
/expo/packages/expo-image/src/utils/thumbhash/
H A Dthumbhash.ts67 for (let x = 0, fy = cos((PI / h) * cy * (y + 0.5)); x < w; x++)
68 f += channel[x + y * w] * fx[x] * fy;
165 fy: number[] = []; constant
177 fy[cy] = cos((PI / h) * (y + 0.5) * cy);
181 for (let cx = cy ? 0 : 1, fy2 = fy[cy] * 2; cx * ly < lx * (ly - cy); cx++, j++)
186 for (let cx = cy ? 0 : 1, fy2 = fy[cy] * 2; cx < 3 - cy; cx++, j++) {
196 for (let cx = cy ? 0 : 1, fy2 = fy[cy] * 2; cx < 5 - cy; cx++, j++)
/expo/packages/expo-image/build/utils/thumbhash/
H A Dthumbhash.js60 for (let x = 0, fy = cos((PI / h) * cy * (y + 0.5)); x < w; x++)
61 f += channel[x + y * w] * fx[x] * fy;
150 const rgba = new Uint8Array(w * h * 4), fx = [], fy = [];
158 fy[cy] = cos((PI / h) * (y + 0.5) * cy);
161 for (let cx = cy ? 0 : 1, fy2 = fy[cy] * 2; cx * ly < lx * (ly - cy); cx++, j++)
165 for (let cx = cy ? 0 : 1, fy2 = fy[cy] * 2; cx < 3 - cy; cx++, j++) {
174 for (let cx = cy ? 0 : 1, fy2 = fy[cy] * 2; cx < 5 - cy; cx++, j++)
/expo/apps/native-component-list/src/screens/SVG/examples/
H A DGradients.tsx117 fy="75"
137 <RadialGradient id="grad" cx="50%" cy="50%" rx="50%" ry="50%" fx="50%" fy="50%">
154 <RadialGradient id="grad" cx="20%" cy="30%" r="30%" fx="50%" fy="50%">
171 <RadialGradient id="grad" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
188 <RadialGradient id="grad" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/thumbhash/
H A DThumbhashDecoder.kt163 val fy = FloatArray(cy_stop) in thumbHashToRGBA() constant
176 for (cy in 0 until cy_stop) fy[cy] = Math.cos(Math.PI / h * (y + 0.5f) * cy).toFloat() in thumbHashToRGBA()
183 val fy2 = fy[cy] * 2.0f in thumbHashToRGBA()
198 val fy2 = fy[cy] * 2.0f in thumbHashToRGBA()
215 val fy2 = fy[cy] * 2.0f in thumbHashToRGBA()
329 val fy = Math.cos(Math.PI / h * cy * (y + 0.5f)).toFloat() in encode() constant
330 for (x in 0 until w) f += channel[x + y * w] * fx[x] * fy in encode()
/expo/packages/expo-image/android/src/main/java/expo/modules/image/thumbhash/
H A DThumbhashDecoder.kt163 val fy = FloatArray(cy_stop) in thumbHashToRGBA() constant
176 for (cy in 0 until cy_stop) fy[cy] = Math.cos(Math.PI / h * (y + 0.5f) * cy).toFloat() in thumbHashToRGBA()
183 val fy2 = fy[cy] * 2.0f in thumbHashToRGBA()
198 val fy2 = fy[cy] * 2.0f in thumbHashToRGBA()
215 val fy2 = fy[cy] * 2.0f in thumbHashToRGBA()
329 val fy = Math.cos(Math.PI / h * cy * (y + 0.5f)).toFloat() in encode() constant
330 for (x in 0 until w) f += channel[x + y * w] * fx[x] * fy in encode()
/expo/ios/vendored/unversioned/react-native-svg/apple/ViewManagers/
H A DRNSVGRadialGradientManager.mm22 RCT_EXPORT_VIEW_PROPERTY(fy, RNSVGLength *) category
/expo/ios/vendored/sdk49/react-native-svg/apple/ViewManagers/
H A DABI49_0_0RNSVGRadialGradientManager.mm22 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(fy, ABI49_0_0RNSVGLength *) category
/expo/ios/vendored/sdk48/react-native-svg/apple/ViewManagers/
H A DABI48_0_0RNSVGRadialGradientManager.mm22 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(fy, ABI48_0_0RNSVGLength *) category
/expo/ios/vendored/sdk47/react-native-svg/apple/ViewManagers/
H A DABI47_0_0RNSVGRadialGradientManager.mm22 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(fy, ABI47_0_0RNSVGLength *) category
/expo/ios/vendored/sdk47/react-native-svg/apple/Brushes/
H A DABI47_0_0RNSVGPainter.mm238 CGFloat fy = ([self getVal:[_points objectAtIndex:1] relative:height] + offsetY) / ratio;
247 …CGContextDrawRadialGradient(context, gradient, CGPointMake(fx, fy), 0, CGPointMake(cx, cy), rx, ex…
/expo/ios/vendored/sdk49/react-native-svg/apple/Brushes/
H A DABI49_0_0RNSVGPainter.mm238 CGFloat fy = ([self getVal:[_points objectAtIndex:1] relative:height] + offsetY) / ratio;
247 …CGContextDrawRadialGradient(context, gradient, CGPointMake(fx, fy), 0, CGPointMake(cx, cy), rx, ex…

12