chromium/third_party/woff2/src/woff2_common.cc

/* Copyright 2013 Google Inc. All Rights Reserved.

   Distributed under MIT license.
   See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/

/* Helpers common across multiple parts of woff2 */

#include <algorithm>

#include "./woff2_common.h"

#include "./port.h"

namespace woff2 {


uint32_t ComputeULongSum(const uint8_t* buf, size_t size) {}

size_t CollectionHeaderSize(uint32_t header_version, uint32_t num_fonts) {}

} // namespace woff2