Home
last modified time | relevance | path

Searched refs:getLinearGradientBackgroundImage (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-linear-gradient/src/__tests__/
H A DLinearGradient-test.web.tsx9 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 DNativeLinearGradient.types.ts12 export type getLinearGradientBackgroundImage = ( alias
H A DNativeLinearGradient.web.tsx22 return getLinearGradientBackgroundImage(colors, locations, startPoint, endPoint, width, height);
56 export function getLinearGradientBackgroundImage(
/expo/packages/expo-linear-gradient/build/
H A DNativeLinearGradient.types.d.ts9 export type getLinearGradientBackgroundImage = (colors: number[], width?: number, height?: number, … alias
H A DNativeLinearGradient.web.d.ts7 export declare function getLinearGradientBackgroundImage(colors: number[] | string[], locations?: n…
H A DNativeLinearGradient.web.js12 … return getLinearGradientBackgroundImage(colors, locations, startPoint, endPoint, width, height);
35 export function getLinearGradientBackgroundImage(colors, locations, startPoint, endPoint, width = 1… function
H A DNativeLinearGradient.types.js.map1 …t?: NativeLinearGradientPoint | null;\n }>;\n\nexport type getLinearGradientBackgroundImage = (\n…
H A DNativeLinearGradient.web.js.map1getLinearGradientBackgroundImage(colors, locations, startPoint, endPoint, width, height);\n }, [c…