HomeSort by relevance Sort by last modified time
    Searched refs:SkOTTableTAG (Results 1 - 10 of 10) sorted by null

  /external/skia/src/sfnt/
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;
SkOTTableTypes.h 37 template<typename T> class SkOTTableTAG {
40 * 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_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_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 22 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableName>::value;

Completed in 891 milliseconds