Searched refs:flag_repeat (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/brotli/src/woff2/
H A Dglyph.cc122 uint8_t flag_repeat = 0; local
126 if (flag_repeat == 0) {
131 if (!buffer.ReadU8(&flag_repeat)) {
136 flag_repeat--;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc428 int32_t flag_repeat = 0; local
436 if (flag_repeat == 0) {
439 flag_repeat = FlagAsInt(flag_index++);
442 flag_repeat--;
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc428 int32_t flag_repeat = 0; local
436 if (flag_repeat == 0) {
439 flag_repeat = FlagAsInt(flag_index++);
442 flag_repeat--;

Completed in 126 milliseconds