Searched refs:getLinearGradientBackgroundImage (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/expo-linear-gradient/src/__tests__/ |
| H A D | LinearGradient-test.web.tsx | 9 import { getLinearGradientBackgroundImage } from '../NativeLinearGradient.web'; 26 const backgroundImage = getLinearGradientBackgroundImage(colors); 40 const backgroundImage = getLinearGradientBackgroundImage(colors, locations, startPoint, endPoint);
|
| /expo/packages/expo-linear-gradient/src/ |
| H A D | NativeLinearGradient.types.ts | 12 export type getLinearGradientBackgroundImage = ( alias
|
| H A D | NativeLinearGradient.web.tsx | 22 return getLinearGradientBackgroundImage(colors, locations, startPoint, endPoint, width, height); 56 export function getLinearGradientBackgroundImage(
|
| /expo/packages/expo-linear-gradient/build/ |
| H A D | NativeLinearGradient.types.d.ts | 9 export type getLinearGradientBackgroundImage = (colors: number[], width?: number, height?: number, … alias
|
| H A D | NativeLinearGradient.web.d.ts | 7 export declare function getLinearGradientBackgroundImage(colors: number[] | string[], locations?: n…
|
| H A D | NativeLinearGradient.web.js | 12 … return getLinearGradientBackgroundImage(colors, locations, startPoint, endPoint, width, height); 35 export function getLinearGradientBackgroundImage(colors, locations, startPoint, endPoint, width = 1… function
|
| H A D | NativeLinearGradient.types.js.map | 1 …t?: NativeLinearGradientPoint | null;\n }>;\n\nexport type getLinearGradientBackgroundImage = (\n…
|
| H A D | NativeLinearGradient.web.js.map | 1 …getLinearGradientBackgroundImage(colors, locations, startPoint, endPoint, width, height);\n }, [c…
|