HomeSort by relevance Sort by last modified time
    Searched full:uncompressed_buf (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/ots/src/
woff2.cc 959 std::vector<uint8_t> uncompressed_buf; local
993 uncompressed_buf.resize(total_size);
994 if (!Woff2Uncompress(&uncompressed_buf[0], total_size,
998 transform_buf = &uncompressed_buf[0];
    [all...]

Completed in 533 milliseconds