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

  /external/chromium_org/third_party/brotli/src/woff2/
woff2_common.h 27 const unsigned int kWoff2FlagsTransform = 1 << 5;
  /external/chromium_org/third_party/ots/src/
woff2.cc 50 const unsigned int kWoff2FlagsTransform = 1 << 5;
827 flags |= kWoff2FlagsTransform;
834 if ((flags & kWoff2FlagsTransform) != 0) {
1015 if ((flags & kWoff2FlagsTransform) == 0) {
    [all...]

Completed in 43 milliseconds