Home
last modified time | relevance | path

Searched refs:j (Results 1 – 25 of 126) sorted by relevance

123456

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI47_0_0RawPropsKeyMap.cpp69 for (auto j = length; j < item.length; j++) { in reindex() local
70 buckets_[j] = static_cast<RawPropsPropNameLength>(i); in reindex()
76 for (auto j = length; j < buckets_.size(); j++) { in reindex() local
77 buckets_[j] = static_cast<RawPropsPropNameLength>(items_.size()); in reindex()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI48_0_0RawPropsKeyMap.cpp68 for (auto j = length; j < item.length; j++) { in reindex() local
69 buckets_[j] = static_cast<RawPropsPropNameLength>(i); in reindex()
75 for (auto j = length; j < buckets_.size(); j++) { in reindex() local
76 buckets_[j] = static_cast<RawPropsPropNameLength>(items_.size()); in reindex()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0RawPropsKeyMap.cpp68 for (auto j = length; j < item.length; j++) { in reindex() local
69 buckets_[j] = static_cast<RawPropsPropNameLength>(i); in reindex()
75 for (auto j = length; j < buckets_.size(); j++) { in reindex() local
76 buckets_[j] = static_cast<RawPropsPropNameLength>(items_.size()); in reindex()
/expo/packages/expo-image/src/utils/thumbhash/
H A Dthumbhash.ts22 for (let i = 0, j = 0; i < w * h; i++, j += 4) {
23 const alpha = rgba[j + 3] / 255; constant
24 avg_r += (alpha / 255) * rgba[j];
25 avg_g += (alpha / 255) * rgba[j + 1];
26 avg_b += (alpha / 255) * rgba[j + 2];
45 for (let i = 0, j = 0; i < w * h; i++, j += 4) {
46 const alpha = rgba[j + 3] / 255; constant
182 l += l_ac[j] * fx[cx] * fy2;
188 p += p_ac[j] * f;
189 q += q_ac[j] * f;
[all …]
/expo/packages/expo-image/build/utils/thumbhash/
H A Dthumbhash.js17 for (let i = 0, j = 0; i < w * h; i++, j += 4) {
18 const alpha = rgba[j + 3] / 255;
19 avg_r += (alpha / 255) * rgba[j];
20 avg_g += (alpha / 255) * rgba[j + 1];
21 avg_b += (alpha / 255) * rgba[j + 2];
38 for (let i = 0, j = 0; i < w * h; i++, j += 4) {
39 const alpha = rgba[j + 3] / 255;
160 for (let cy = 0, j = 0; cy < ly; cy++)
162 l += l_ac[j] * fx[cx] * fy2;
167 p += p_ac[j] * f;
[all …]
/expo/packages/expo-modules-core/src/uuid/lib/
H A Dsha1.ts42 for (let j = 0; j < 16; j++) {
43 M[i][j] =
44 (bytes[i * 64 + j * 4] << 24) |
45 (bytes[i * 64 + j * 4 + 1] << 16) |
46 (bytes[i * 64 + j * 4 + 2] << 8) |
47 bytes[i * 64 + j * 4 + 3];
/expo/packages/expo-modules-core/build/uuid/lib/
H A Dsha1.js36 for (let j = 0; j < 16; j++) {
37 M[i][j] =
38 (bytes[i * 64 + j * 4] << 24) |
39 (bytes[i * 64 + j * 4 + 1] << 16) |
40 (bytes[i * 64 + j * 4 + 2] << 8) |
41 bytes[i * 64 + j * 4 + 3];
/expo/packages/expo-gl/common/
H A Dstb_image.h1357 for (j = 0; j < (int)y; ++j) { in stbi__convert_format()
1562 for (j = 0; j < count[i]; ++j) in stbi__build_huffman()
1569 for (j = 1; j <= 16; ++j) { in stbi__build_huffman()
1591 for (j = 0; j < m; ++j) { in stbi__build_huffman()
2647 for (j = 0; j < h; ++j) { in stbi__parse_entropy_coded_data()
2726 for (j = 0; j < h; ++j) { in stbi__parse_entropy_coded_data()
2796 for (j = 0; j < h; ++j) { in stbi__jpeg_finish()
3314 for (j = 0; j < hs; ++j) in stbi__resample_row_generic()
4395 for (j = 0; j < y; ++j) { in stbi__create_png_image_raw()
4539 for (j = 0; j < y; ++j) { in stbi__create_png_image_raw()
[all …]
/expo/ios/versioned/sdk47/EXGL/common/
H A Dstb_image.h1357 for (j = 0; j < (int)y; ++j) { in stbi__convert_format()
1562 for (j = 0; j < count[i]; ++j) in stbi__build_huffman()
1569 for (j = 1; j <= 16; ++j) { in stbi__build_huffman()
1591 for (j = 0; j < m; ++j) { in stbi__build_huffman()
2647 for (j = 0; j < h; ++j) { in stbi__parse_entropy_coded_data()
2726 for (j = 0; j < h; ++j) { in stbi__parse_entropy_coded_data()
2796 for (j = 0; j < h; ++j) { in stbi__jpeg_finish()
3314 for (j = 0; j < hs; ++j) in stbi__resample_row_generic()
4395 for (j = 0; j < y; ++j) { in stbi__create_png_image_raw()
4539 for (j = 0; j < y; ++j) { in stbi__create_png_image_raw()
[all …]
/expo/ios/versioned/sdk48/ExpoGL/common/
H A Dstb_image.h1357 for (j = 0; j < (int)y; ++j) { in stbi__convert_format()
1562 for (j = 0; j < count[i]; ++j) in stbi__build_huffman()
1569 for (j = 1; j <= 16; ++j) { in stbi__build_huffman()
1591 for (j = 0; j < m; ++j) { in stbi__build_huffman()
2647 for (j = 0; j < h; ++j) { in stbi__parse_entropy_coded_data()
2726 for (j = 0; j < h; ++j) { in stbi__parse_entropy_coded_data()
2796 for (j = 0; j < h; ++j) { in stbi__jpeg_finish()
3314 for (j = 0; j < hs; ++j) in stbi__resample_row_generic()
4395 for (j = 0; j < y; ++j) { in stbi__create_png_image_raw()
4539 for (j = 0; j < y; ++j) { in stbi__create_png_image_raw()
[all …]
/expo/ios/versioned/sdk49/ExpoGL/common/
H A Dstb_image.h1357 for (j = 0; j < (int)y; ++j) { in stbi__convert_format()
1562 for (j = 0; j < count[i]; ++j) in stbi__build_huffman()
1569 for (j = 1; j <= 16; ++j) { in stbi__build_huffman()
1591 for (j = 0; j < m; ++j) { in stbi__build_huffman()
2647 for (j = 0; j < h; ++j) { in stbi__parse_entropy_coded_data()
2726 for (j = 0; j < h; ++j) { in stbi__parse_entropy_coded_data()
2796 for (j = 0; j < h; ++j) { in stbi__jpeg_finish()
3314 for (j = 0; j < hs; ++j) in stbi__resample_row_generic()
4395 for (j = 0; j < y; ++j) { in stbi__create_png_image_raw()
4539 for (j = 0; j < y; ++j) { in stbi__create_png_image_raw()
[all …]
/expo/packages/expo-image-manipulator/src/actions/
H A DResizeAction.web.ts40 for (let j = 0; j < height; j++) {
42 const x2 = (i + j * width) * 4;
50 const yCenter = (j + 0.5) * hRatio;
51 const yy_start = Math.floor(j * hRatio);
52 const yy_stop = Math.ceil((j + 1) * hRatio);
/expo/packages/expo-image-manipulator/build/actions/
H A DResizeAction.web.js28 for (let j = 0; j < height; j++) {
30 const x2 = (i + j * width) * 4;
38 const yCenter = (j + 0.5) * hRatio;
39 const yy_start = Math.floor(j * hRatio);
40 const yy_stop = Math.ceil((j + 1) * hRatio);
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/thumbhash/
H A DThumbhashDecoder.kt26 var j = 0 in rgbaToThumbHash() variable
34 j += 4 in rgbaToThumbHash()
53 j = 0 in rgbaToThumbHash()
64 j += 4 in rgbaToThumbHash()
181 var j = 0 in thumbHashToRGBA() variable
188 j++ in thumbHashToRGBA()
196 var j = 0 in thumbHashToRGBA() variable
202 p += p_ac[j] * f in thumbHashToRGBA()
205 j++ in thumbHashToRGBA()
213 var j = 0 in thumbHashToRGBA() variable
[all …]
/expo/packages/expo-image/android/src/main/java/expo/modules/image/thumbhash/
H A DThumbhashDecoder.kt26 var j = 0 in rgbaToThumbHash() variable
34 j += 4 in rgbaToThumbHash()
53 j = 0 in rgbaToThumbHash()
64 j += 4 in rgbaToThumbHash()
181 var j = 0 in thumbHashToRGBA() variable
188 j++ in thumbHashToRGBA()
196 var j = 0 in thumbHashToRGBA() variable
202 p += p_ac[j] * f in thumbHashToRGBA()
205 j++ in thumbHashToRGBA()
213 var j = 0 in thumbHashToRGBA() variable
[all …]
/expo/packages/expo-image/src/utils/blurhash/
H A Ddecode.ts91 for (let j = 0; j < numY; j++) { variable
93 const basis = Math.cos((Math.PI * x * i) / width) * Math.cos((Math.PI * y * j) / height);
94 const color = colors[i + j * numX];
/expo/packages/expo-image/build/utils/blurhash/
H A Ddecode.js71 for (let j = 0; j < numY; j++) {
73 … const basis = Math.cos((Math.PI * x * i) / width) * Math.cos((Math.PI * y * j) / height);
74 const color = colors[i + j * numX];
/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DTextLayoutAlgorithm.java358 int j = 0; in layoutText() local
362 while (j < length) { in layoutText()
390 resolve_x[index + j] = x[i]; in layoutText()
411 resolve_y[index + j] = y[i]; in layoutText()
430 resolve_dx[index + j] = dx[i]; in layoutText()
451 result[index + j].rotate = result[index + j - 1].rotate; in layoutText()
459 j++; in layoutText()
603 for (int k = i; k <= j; k++) { in layoutText()
713 for (int k = i; k <= j; k++) { in layoutText()
944 int j = k == count - 1 ? k : k - 1; in layoutText()
[all …]
/expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/
H A DTextLayoutAlgorithm.java358 int j = 0; in layoutText() local
362 while (j < length) { in layoutText()
390 resolve_x[index + j] = x[i]; in layoutText()
411 resolve_y[index + j] = y[i]; in layoutText()
430 resolve_dx[index + j] = dx[i]; in layoutText()
451 result[index + j].rotate = result[index + j - 1].rotate; in layoutText()
459 j++; in layoutText()
603 for (int k = i; k <= j; k++) { in layoutText()
713 for (int k = i; k <= j; k++) { in layoutText()
944 int j = k == count - 1 ? k : k - 1; in layoutText()
[all …]
/expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/
H A DTextLayoutAlgorithm.java358 int j = 0; in layoutText() local
362 while (j < length) { in layoutText()
390 resolve_x[index + j] = x[i]; in layoutText()
411 resolve_y[index + j] = y[i]; in layoutText()
430 resolve_dx[index + j] = dx[i]; in layoutText()
451 result[index + j].rotate = result[index + j - 1].rotate; in layoutText()
459 j++; in layoutText()
603 for (int k = i; k <= j; k++) { in layoutText()
713 for (int k = i; k <= j; k++) { in layoutText()
944 int j = k == count - 1 ? k : k - 1; in layoutText()
[all …]
/expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/
H A DTextLayoutAlgorithm.java358 int j = 0; in layoutText() local
362 while (j < length) { in layoutText()
390 resolve_x[index + j] = x[i]; in layoutText()
411 resolve_y[index + j] = y[i]; in layoutText()
430 resolve_dx[index + j] = dx[i]; in layoutText()
451 result[index + j].rotate = result[index + j - 1].rotate; in layoutText()
459 j++; in layoutText()
603 for (int k = i; k <= j; k++) { in layoutText()
713 for (int k = i; k <= j; k++) { in layoutText()
944 int j = k == count - 1 ? k : k - 1; in layoutText()
[all …]
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/sqlite/
H A DSQLiteModule.kt129 for (j in 0 until numColumns) { in <lambda>() constant
130 row[j] = getValueFromCursor(cursor, j, cursor.getType(j)) in <lambda>()
201 for (j in 0 until numColumns) { in <lambda>() constant
202 row[j] = getValueFromCursor(cursor, j, cursor.getType(j)) in <lambda>()
/expo/packages/expo-sqlite/android/src/main/java/expo/modules/sqlite/
H A DSQLiteModule.kt147 for (j in 0 until numColumns) { in <lambda>() constant
148 row[j] = getValueFromCursor(cursor, j, cursor.getType(j)) in <lambda>()
212 for (j in 0 until numColumns) { in <lambda>() constant
213 row[j] = getValueFromCursor(cursor, j, cursor.getType(j)) in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/maps/
H A DAirMapPolygon.java57 for (int j = 0; j < hole.size(); j++) { in setHoles()
58 ReadableMap coordinate = hole.getMap(j); in setHoles()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/
H A DMapPolygon.java57 for (int j = 0; j < hole.size(); j++) { in setHoles()
58 ReadableMap coordinate = hole.getMap(j); in setHoles()

123456