OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:triplet_index
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/ots/src/
woff2.cc
213
unsigned int
triplet_index
= 0;
local
229
if (
triplet_index
+ n_data_bytes > in_size ||
230
triplet_index
+ n_data_bytes <
triplet_index
) {
236
dy = WithSign(flag, ((flag & 14) << 7) + in[
triplet_index
]);
238
dx = WithSign(flag, (((flag - 10) & 14) << 7) + in[
triplet_index
]);
242
int b1 = in[
triplet_index
];
247
dx = WithSign(flag, 1 + ((b0 / 12) << 8) + in[
triplet_index
]);
249
1 + (((b0 % 12) >> 2) << 8) + in[
triplet_index
+ 1]);
251
int b2 = in[
triplet_index
+ 1]
[
all
...]
Completed in 153 milliseconds