Home
last modified time | relevance | path

Searched refs:decode83 (Results 1 – 13 of 13) sorted by relevance

/expo/packages/expo-image/src/utils/blurhash/
H A Ddecode.ts1 import { decode83 } from './base83';
14 const sizeFlag = decode83(blurhash[0]);
63 const sizeFlag = decode83(blurhash[0]);
67 const quantisedMaximumValue = decode83(blurhash[1]);
74 const value = decode83(blurhash.substring(2, 6));
77 const value = decode83(blurhash.substring(4 + i * 2, 6 + i * 2));
H A Dbase83.ts87 export const decode83 = (str: string) => { constant
/expo/packages/expo-image/build/utils/blurhash/
H A Ddecode.js1 import { decode83 } from './base83';
12 const sizeFlag = decode83(blurhash[0]);
48 const sizeFlag = decode83(blurhash[0]);
51 const quantisedMaximumValue = decode83(blurhash[1]);
56 const value = decode83(blurhash.substring(2, 6));
60 const value = decode83(blurhash.substring(4 + i * 2, 6 + i * 2));
H A Dbase83.d.ts1 export declare const decode83: (str: string) => number; constant
H A Dbase83.js86 export const decode83 = (str) => { function
H A Ddecode.js.map1decode83 } from './base83';\nimport { ValidationError } from './error';\nimport { sRGBToLinear, si…
H A Dbase83.js.map1 …]',\n '^',\n '_',\n '{',\n '|',\n '}',\n '~',\n];\n\nexport const decode83 = (str: string) =…
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/image/blurhash/
H A DBlurhashDecoder.kt41 val numCompEnc = decode83(blurHash, 0, 1) in <lambda>()
47 val maxAcEnc = decode83(blurHash, 1, 2) in <lambda>()
51 val colorEnc = decode83(blurHash, 2, 6) in <lambda>()
55 val colorEnc = decode83(blurHash, from, from + 2) in <lambda>()
62 private fun decode83(str: String, from: Int = 0, to: Int = str.length): Int { in <lambda>() method
/expo/packages/expo-image/android/src/main/java/expo/modules/image/blurhash/
H A DBlurhashDecoder.kt41 val numCompEnc = decode83(blurHash, 0, 1) in <lambda>()
47 val maxAcEnc = decode83(blurHash, 1, 2) in <lambda>()
51 val colorEnc = decode83(blurHash, 2, 6) in <lambda>()
55 val colorEnc = decode83(blurHash, from, from + 2) in <lambda>()
62 private fun decode83(str: String, from: Int = 0, to: Int = str.length): Int { in <lambda>() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/blurhash/
H A DBlurhashDecoder.kt41 val numCompEnc = decode83(blurHash, 0, 1) in <lambda>()
47 val maxAcEnc = decode83(blurHash, 1, 2) in <lambda>()
51 val colorEnc = decode83(blurHash, 2, 6) in <lambda>()
55 val colorEnc = decode83(blurHash, from, from + 2) in <lambda>()
62 private fun decode83(str: String, from: Int = 0, to: Int = str.length): Int { in <lambda>() method
/expo/packages/expo-image/ios/
H A DBlurhash.swift16 let sizeFlag = decode83(String(blurhash[0])) in image()
20 let quantisedMaximumValue = decode83(String(blurhash[1])) in image()
29 let value = decode83(String(blurhash[2 ..< 6])) in image()
32 let value = decode83(String(blurhash[4 + i * 2 ..< 4 + i * 2 + 2])) in image()
272 private func decode83(_ str: String) -> Int { in decode83() function
/expo/ios/versioned/sdk49/ExpoImage/
H A DBlurhash.swift16 let sizeFlag = decode83(String(blurhash[0])) in image()
20 let quantisedMaximumValue = decode83(String(blurhash[1])) in image()
29 let value = decode83(String(blurhash[2 ..< 6])) in image()
32 let value = decode83(String(blurhash[4 + i * 2 ..< 4 + i * 2 + 2])) in image()
272 private func decode83(_ str: String) -> Int { in decode83() function
/expo/ios/versioned/sdk48/ExpoImage/
H A DBlurhash.swift16 let sizeFlag = decode83(String(blurhash[0])) in image()
20 let quantisedMaximumValue = decode83(String(blurhash[1])) in image()
29 let value = decode83(String(blurhash[2 ..< 6])) in image()
32 let value = decode83(String(blurhash[4 + i * 2 ..< 4 + i * 2 + 2])) in image()
272 private func decode83(_ str: String) -> Int { in decode83() function