Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
SkOTTable_EBSC.h
Go to the documentation of this file.
1/*
2 * Copyright 2014 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef SkOTTable_EBSC_DEFINED
9#define SkOTTable_EBSC_DEFINED
10
11#include "src/base/SkEndian.h"
14
15#pragma pack(push, 1)
16
18 static const SK_OT_CHAR TAG0 = 'E';
19 static const SK_OT_CHAR TAG1 = 'S';
20 static const SK_OT_CHAR TAG2 = 'B';
21 static const SK_OT_CHAR TAG3 = 'C';
23
26
28
32 SK_OT_BYTE ppemX; //target horizontal pixels per EM
33 SK_OT_BYTE ppemY; //target vertical pixels per EM
34 SK_OT_BYTE substitutePpemX; //use bitmaps of this size
35 SK_OT_BYTE substitutePpemY; //use bitmaps of this size
36 }; //bitmapScaleTable[numSizes];
37};
38
39#pragma pack(pop)
40
41#endif
#define SkTEndian_SwapBE32(n)
Definition SkEndian.h:143
uint8_t SK_OT_BYTE
uint32_t SK_OT_ULONG
int8_t SK_OT_CHAR
int32_t SK_OT_Fixed
SkOTTableEmbeddedBitmapLocation::SbitLineMetrics vert
SkOTTableEmbeddedBitmapLocation::SbitLineMetrics hori
static const SK_OT_Fixed version_initial
static const SK_OT_CHAR TAG3
static const SK_OT_CHAR TAG1
static const SK_OT_ULONG TAG
static const SK_OT_CHAR TAG0
static const SK_OT_CHAR TAG2