Home
last modified time | relevance | path

Searched refs:q (Results 1 – 25 of 80) sorted by relevance

1234

/expo/packages/expo-image/src/utils/thumbhash/
H A Dthumbhash.ts41 const q: number[] = []; // red - green constant
52 q[i] = r - g;
83 const [q_dc, q_ac, q_scale] = encodeChannel(q, 3, 3);
170 q = q_dc,
189 q += q_ac[j] * f;
201 const r = (3 * l - b + q) / 2;
202 const g = r - q; constant
223 const q = ((header >> 12) & 63) / 31.5 - 1; constant
227 const r = (3 * l - b + q) / 2;
228 const g = r - q; constant
/expo/packages/expo-image/build/utils/thumbhash/
H A Dthumbhash.js35 const q = []; // red - green
45 q[i] = r - g;
79 const [q_dc, q_ac, q_scale] = encodeChannel(q, 3, 3);
153 let l = l_dc, p = p_dc, q = q_dc, a = a_dc;
168 q += q_ac[j] * f;
178 const r = (3 * l - b + q) / 2;
179 const g = r - q;
199 const q = ((header >> 12) & 63) / 31.5 - 1;
203 const r = (3 * l - b + q) / 2;
204 const g = r - q;
/expo/secrets/
H A Dkeys.json5 �7��E"�7l'�qIb��"N��S~c�����. ������ ��C�wtC:�!I���4���q+a!��P���A��9����6"ʯ�v���ua���Vā
15q؈��>S��7�����BE�ӟ�/����S���|�JS��|LV]Q�S?Rf��͌�M~�L2�%��$�0_D���K�}�[�>�ZYI��rWK��\JX��Ű����,…
/expo/apps/native-component-list/src/screens/
H A DSearchScreen.tsx61 const query = route?.params?.q ?? '';
76 search: { q?: string };
93 initialValue={route?.params?.q ?? ''}
94 onChangeQuery={(q) => navigation.setParams({ q })}
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/thumbhash/
H A DThumbhashDecoder.kt48 val q = FloatArray(w * h) // red - green in rgbaToThumbHash() constant
61 q[i] = r - g in rgbaToThumbHash()
70 val q_channel = Channel(3, 3).encode(w, h, q) in rgbaToThumbHash()
171 var q = q_dc in thumbHashToRGBA() variable
203 q += q_ac[j] * f in thumbHashToRGBA()
228 val r = (3.0f * l - b + q) / 2.0f in thumbHashToRGBA()
229 val g = r - q in thumbHashToRGBA()
272 val q = (header shr 12 and 63).toFloat() / 31.5f - 1.0f in thumbHashToAverageRGBA() constant
276 val r = (3.0f * l - b + q) / 2.0f in thumbHashToAverageRGBA()
277 val g = r - q in thumbHashToAverageRGBA()
/expo/packages/expo-image/android/src/main/java/expo/modules/image/thumbhash/
H A DThumbhashDecoder.kt48 val q = FloatArray(w * h) // red - green in rgbaToThumbHash() constant
61 q[i] = r - g in rgbaToThumbHash()
70 val q_channel = Channel(3, 3).encode(w, h, q) in rgbaToThumbHash()
171 var q = q_dc in thumbHashToRGBA() variable
203 q += q_ac[j] * f in thumbHashToRGBA()
228 val r = (3.0f * l - b + q) / 2.0f in thumbHashToRGBA()
229 val g = r - q in thumbHashToRGBA()
272 val q = (header shr 12 and 63).toFloat() / 31.5f - 1.0f in thumbHashToAverageRGBA() constant
276 val r = (3.0f * l - b + q) / 2.0f in thumbHashToAverageRGBA()
277 val g = r - q in thumbHashToAverageRGBA()
/expo/apps/test-suite/tests/
H A DFirebaseJSSDK.js94 const q = query(collection(getFirestore(), 'tests'), where('foo', '==', 'bar'));
95 const querySnapshot = await getDocs(q);
109 const q = query(doc(getFirestore(), 'tests/doc1'));
110 const querySnapshot = await getDoc(q);
/expo/packages/expo-structured-headers/ios/Tests/
H A DEXStructuredHeadersParserIgnoringParametersTests.m25 NSString *input = @"abc=123;a=1;b=2, def=456, ghi=789;q=9;r=\"+w\"";
36 NSString *input = @"abc_123;a=1;b=2; cdef_456, ghi;q=9;r=\"+w\"";
/expo/docs/public/static/examples/v47.0.0/filesystem/
H A DgifFetching.ts22 q: phrase.trim(), constant
/expo/docs/public/static/examples/v46.0.0/filesystem/
H A DgifFetching.ts22 q: phrase.trim(), constant
/expo/docs/public/static/examples/unversioned/filesystem/
H A DgifFetching.ts22 q: phrase.trim(), constant
/expo/docs/public/static/examples/v49.0.0/filesystem/
H A DgifFetching.ts22 q: phrase.trim(), constant
/expo/docs/public/static/examples/v48.0.0/filesystem/
H A DgifFetching.ts22 q: phrase.trim(), constant
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImageEncoder.h44 SK_API bool SkEncodeImage(SkWStream* dst, const SkBitmap& src, SkEncodedImageFormat f, int q);
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImageEncoder.h46 SK_API bool SkEncodeImage(SkWStream* dst, const SkBitmap& src, SkEncodedImageFormat f, int q);
/expo/ios/vendored/sdk47/react-native-svg/apple/Utils/
H A DABI47_0_0RNSVGPathMeasure.mm66 CGPoint q;
74 q.x = mt * bez[1].x + t * bez[2].x;
75 q.y = mt * bez[1].y + t * bez[2].y;
81 bez1[2].x = mt * bez1[1].x + t * q.x;
82 bez1[2].y = mt * bez1[1].y + t * q.y;
83 bez2[1].x = mt * q.x + t * bez2[2].x;
84 bez2[1].y = mt * q.y + t * bez2[2].y;
/expo/ios/vendored/sdk49/react-native-svg/apple/Utils/
H A DABI49_0_0RNSVGPathMeasure.mm66 CGPoint q;
74 q.x = mt * bez[1].x + t * bez[2].x;
75 q.y = mt * bez[1].y + t * bez[2].y;
81 bez1[2].x = mt * bez1[1].x + t * q.x;
82 bez1[2].y = mt * bez1[1].y + t * q.y;
83 bez2[1].x = mt * q.x + t * bez2[2].x;
84 bez2[1].y = mt * q.y + t * bez2[2].y;
/expo/ios/vendored/unversioned/react-native-svg/apple/Utils/
H A DRNSVGPathMeasure.mm66 CGPoint q;
74 q.x = mt * bez[1].x + t * bez[2].x;
75 q.y = mt * bez[1].y + t * bez[2].y;
81 bez1[2].x = mt * bez1[1].x + t * q.x;
82 bez1[2].y = mt * bez1[1].y + t * q.y;
83 bez2[1].x = mt * q.x + t * bez2[2].x;
84 bez2[1].y = mt * q.y + t * bez2[2].y;
/expo/ios/vendored/sdk48/react-native-svg/apple/Utils/
H A DABI48_0_0RNSVGPathMeasure.mm66 CGPoint q;
74 q.x = mt * bez[1].x + t * bez[2].x;
75 q.y = mt * bez[1].y + t * bez[2].y;
81 bez1[2].x = mt * bez1[1].x + t * q.x;
82 bez1[2].y = mt * bez1[1].y + t * q.y;
83 bez2[1].x = mt * q.x + t * bez2[2].x;
84 bez2[1].y = mt * q.y + t * bez2[2].y;
/expo/packages/expo-image/ios/
H A DThumbhash.swift328 var q = q_dc in thumbHashToRGBA() variable
372 q += q_ac[j] * f in thumbHashToRGBA()
397 var r = (3 * l - b + q) / 2 in thumbHashToRGBA()
398 var g = r - q in thumbHashToRGBA()
428 var q = Float32(iq) in thumbHashToAverageRGBA() variable
431 q = q / 31.5 - 1 in thumbHashToAverageRGBA()
440 let r = (3 * l - b + q) / 2 in thumbHashToAverageRGBA()
441 let g = r - q in thumbHashToAverageRGBA()
/expo/ios/versioned/sdk49/ExpoImage/
H A DThumbhash.swift328 var q = q_dc in thumbHashToRGBA() variable
372 q += q_ac[j] * f in thumbHashToRGBA()
397 var r = (3 * l - b + q) / 2 in thumbHashToRGBA()
398 var g = r - q in thumbHashToRGBA()
428 var q = Float32(iq) in thumbHashToAverageRGBA() variable
431 q = q / 31.5 - 1 in thumbHashToAverageRGBA()
440 let r = (3 * l - b + q) / 2 in thumbHashToAverageRGBA()
441 let g = r - q in thumbHashToAverageRGBA()
/expo/packages/expo-updates/android/src/androidTest/certificates/expo.modules.updates.codesigning.CertificateFixtures/privatekeys/
H A DchainExpoProjectInformationViolationIntermediate-privateKey.pem11 q/3+TQMMkEh2CbrxeNCcUr1c5TVE3+GruyGs1May+IjVWJO8bTo7Tcw7Xe6T1Z7h
/expo/packages/expo-updates/ios/Tests/Support/certificates/privatekeys/
H A DchainExpoProjectInformationViolationIntermediate-privateKey.pem11 q/3+TQMMkEh2CbrxeNCcUr1c5TVE3+GruyGs1May+IjVWJO8bTo7Tcw7Xe6T1Z7h
/expo/packages/html-elements/build/elements/
H A DText.js19 return (React.createElement(Text, { ...props, style: [styles.q, style], ref: ref },
61 q: { property
/expo/docs/pages/router/reference/
H A Dsearch-parameters.mdx163 …The following example uses a `<TextInput>` to update the search parameter **q**. This action will …
171 const params = useLocalSearchParams<{ q?: string }>();
172 const [search, setSearch] = React.useState(params.q);
179 /* @info Set the search parameter <b>q</b> to the text input <b>search</b> */
180 router.setParams({ q: search });

1234