HomeSort by relevance Sort by last modified time
    Searched defs:kWoff2FlagsContinueStream (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/brotli/src/woff2/
woff2_common.h 26 const unsigned int kWoff2FlagsContinueStream = 1 << 4;
  /external/chromium_org/third_party/ots/src/
woff2.cc 49 const unsigned int kWoff2FlagsContinueStream = 1 << 4;
822 flags |= kWoff2FlagsContinueStream;
979 if ((flags & kWoff2FlagsContinueStream) != 0) {
989 } else if ((flags & kWoff2FlagsContinueStream) == 0) {
992 if ((tables.at(j).flags & kWoff2FlagsContinueStream) == 0) {
    [all...]

Completed in 108 milliseconds