blob: 7a58b4d219edb5cb71e11cfcb69bdc9c33b8d29d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* Copyright 2012 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkOTUtils_DEFINED
#define SkOTUtils_DEFINED
#include "SkOTTableTypes.h"
struct SkOTUtils {
static uint32_t CalcTableChecksum(SK_OT_ULONG *data, size_t length);
};
#endif
|