OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkOTTableTAG
(Results
1 - 15
of
15
) sorted by null
/external/skia/src/sfnt/
SkTTCFHeader.h
21
static const SK_OT_ULONG TAG =
SkOTTableTAG
<SkTTCFHeader>::value;
37
static const SK_OT_ULONG TAG =
SkOTTableTAG
<dsigType_None>::value;
44
static const SK_OT_ULONG TAG =
SkOTTableTAG
<dsigType_Format1>::value;
SkOTTable_loca.h
21
static const SK_OT_ULONG TAG =
SkOTTableTAG
<SkOTTableIndexToLocation>::value;
SkOTTable_maxp.h
22
static const SK_OT_ULONG TAG =
SkOTTableTAG
<SkOTTableMaximumProfile>::value;
SkSFNTHeader.h
27
static const SK_OT_ULONG TAG =
SkOTTableTAG
<fontType_WindowsTrueType>::value;
34
static const SK_OT_ULONG TAG =
SkOTTableTAG
<fontType_MacTrueType>::value;
41
static const SK_OT_ULONG TAG =
SkOTTableTAG
<fontType_PostScript>::value;
48
static const SK_OT_ULONG TAG =
SkOTTableTAG
<fontType_OpenTypeCFF>::value;
SkOTTable_EBSC.h
22
static const SK_OT_ULONG TAG =
SkOTTableTAG
<SkOTTableEmbeddedBitmapScaling>::value;
SkOTTableTypes.h
38
template<typename T> class
SkOTTableTAG
{
41
*
SkOTTableTAG
<T>::value is the big endian value of an OpenType table tag.
SkOTTable_OS_2.h
25
static const SK_OT_ULONG TAG =
SkOTTableTAG
<SkOTTableOS2>::value;
SkOTTable_gasp.h
22
static const SK_OT_ULONG TAG =
SkOTTableTAG
<SkOTTableGridAndScanProcedure>::value;
SkOTTable_hhea.h
22
static const SK_OT_ULONG TAG =
SkOTTableTAG
<SkOTTableHorizontalHeader>::value;
SkOTTable_post.h
22
static const SK_OT_ULONG TAG =
SkOTTableTAG
<SkOTTablePostScript>::value;
SkOTTable_EBDT.h
24
static const SK_OT_ULONG TAG =
SkOTTableTAG
<SkOTTableEmbeddedBitmapData>::value;
SkOTTable_EBLC.h
23
static const SK_OT_ULONG TAG =
SkOTTableTAG
<SkOTTableEmbeddedBitmapLocation>::value;
SkOTTable_head.h
22
static const SK_OT_ULONG TAG =
SkOTTableTAG
<SkOTTableHead>::value;
SkOTTable_glyf.h
28
static const SK_OT_ULONG TAG =
SkOTTableTAG
<SkOTTableGlyph>::value;
SkOTTable_name.h
23
static const SK_OT_ULONG TAG =
SkOTTableTAG
<SkOTTableName>::value;
Completed in 474 milliseconds