Searched refs:pc_a (Results 1 – 4 of 4) sorted by relevance
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Maps/ |
| H A D | ABI49_0_0AIRMapPolylineRenderer.m | 92 CGFloat pc_r,pc_g,pc_b,pc_a; 93 [color getRed:&pc_r green:&pc_g blue:&pc_b alpha:&pc_a]; 94 return (pc_a == 0) ? nil : color; 209 CGFloat pc_r,pc_g,pc_b,pc_a, 211 [segment.startColor getRed:&pc_r green:&pc_g blue:&pc_b alpha:&pc_a]; 213 CGFloat gradientColors[8] = {pc_r,pc_g,pc_b,pc_a,
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Maps/ |
| H A D | ABI48_0_0AIRMapPolylineRenderer.m | 92 CGFloat pc_r,pc_g,pc_b,pc_a; 93 [color getRed:&pc_r green:&pc_g blue:&pc_b alpha:&pc_a]; 94 return (pc_a == 0) ? nil : color; 209 CGFloat pc_r,pc_g,pc_b,pc_a, 211 [segment.startColor getRed:&pc_r green:&pc_g blue:&pc_b alpha:&pc_a]; 213 CGFloat gradientColors[8] = {pc_r,pc_g,pc_b,pc_a,
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Maps/ |
| H A D | ABI47_0_0AIRMapPolylineRenderer.m | 92 CGFloat pc_r,pc_g,pc_b,pc_a; 93 [color getRed:&pc_r green:&pc_g blue:&pc_b alpha:&pc_a]; 94 return (pc_a == 0) ? nil : color; 209 CGFloat pc_r,pc_g,pc_b,pc_a, 211 [segment.startColor getRed:&pc_r green:&pc_g blue:&pc_b alpha:&pc_a]; 213 CGFloat gradientColors[8] = {pc_r,pc_g,pc_b,pc_a,
|
| /expo/ios/Exponent/Versioned/Core/Api/Components/Maps/ |
| H A D | AIRMapPolylineRenderer.m | 92 CGFloat pc_r,pc_g,pc_b,pc_a; 93 [color getRed:&pc_r green:&pc_g blue:&pc_b alpha:&pc_a]; 94 return (pc_a == 0) ? nil : color; 209 CGFloat pc_r,pc_g,pc_b,pc_a, 211 [segment.startColor getRed:&pc_r green:&pc_g blue:&pc_b alpha:&pc_a]; 213 CGFloat gradientColors[8] = {pc_r,pc_g,pc_b,pc_a,
|