Home
last modified time | relevance | path

Searched refs:scaleSuffix (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-image/src/utils/
H A DAssetSourceResolver.web.ts16 const scaleSuffix = scale === 1 ? '' : '@' + scale + 'x'; constant
19 return asset.httpServerLocation + '/' + asset.name + scaleSuffix + type;
21 return asset.httpServerLocation.replace(/\.\.\//g, '_') + '/' + asset.name + scaleSuffix + type;
/expo/packages/expo-image/build/utils/
H A DAssetSourceResolver.web.js6 const scaleSuffix = scale === 1 ? '' : '@' + scale + 'x';
9 return asset.httpServerLocation + '/' + asset.name + scaleSuffix + type;
12 … return asset.httpServerLocation.replace(/\.\.\//g, '_') + '/' + asset.name + scaleSuffix + type;
H A DAssetSourceResolver.web.js.map1scaleSuffix = scale === 1 ? '' : '@' + scale + 'x';\n const type = !asset.type ? '' : `.${asset.t…
/expo/packages/expo-asset/src/
H A DAssetSourceResolver.web.ts16 const scaleSuffix = scale === 1 ? '' : '@' + scale + 'x'; constant
19 return asset.httpServerLocation + '/' + asset.name + scaleSuffix + type;
21 return asset.httpServerLocation.replace(/\.\.\//g, '_') + '/' + asset.name + scaleSuffix + type;
/expo/packages/expo-asset/build/
H A DAssetSourceResolver.web.js6 const scaleSuffix = scale === 1 ? '' : '@' + scale + 'x';
9 return asset.httpServerLocation + '/' + asset.name + scaleSuffix + type;
12 … return asset.httpServerLocation.replace(/\.\.\//g, '_') + '/' + asset.name + scaleSuffix + type;
H A DAssetSourceResolver.web.js.map1scaleSuffix = scale === 1 ? '' : '@' + scale + 'x';\n const type = !asset.type ? '' : `.${asset.t…