Home
last modified time | relevance | path

Searched refs:TAG3 (Results 1 – 18 of 18) sorted by relevance

/third_party/gn/src/gn/
Dsource_file.cc78 #define TAG3(c1, c2, c3) \ in GetSourceFileType() macro
80 switch (TAG3(str[size - 3], str[size - 2], str[size - 1])) { in GetSourceFileType()
81 case TAG3('c', 'p', 'p'): in GetSourceFileType()
82 case TAG3('c', 'x', 'x'): in GetSourceFileType()
83 case TAG3('c', '+', '+'): in GetSourceFileType()
85 case TAG3('h', 'p', 'p'): in GetSourceFileType()
86 case TAG3('h', 'x', 'x'): in GetSourceFileType()
87 case TAG3('i', 'n', 'c'): in GetSourceFileType()
88 case TAG3('i', 'p', 'p'): in GetSourceFileType()
89 case TAG3('i', 'n', 'l'): in GetSourceFileType()
[all …]
/third_party/skia/src/sfnt/
DSkSFNTHeader.h26 static const SK_OT_CHAR TAG3 = 0; member
33 static const SK_OT_CHAR TAG3 = 'e'; member
40 static const SK_OT_CHAR TAG3 = '1'; member
47 static const SK_OT_CHAR TAG3 = 'O'; member
DSkTTCFHeader.h21 static const SK_OT_CHAR TAG3 = 'f'; member
37 static const SK_OT_CHAR TAG3 = 0; member
44 static const SK_OT_CHAR TAG3 = 'G'; member
DSkOTTable_loca.h20 static const SK_OT_CHAR TAG3 = 'a'; member
DSkOTTable_maxp.h21 static const SK_OT_CHAR TAG3 = 'p'; member
DSkOTTable_EBSC.h21 static const SK_OT_CHAR TAG3 = 'C'; member
DSkOTTable_post.h20 static const SK_OT_CHAR TAG3 = 't'; member
DSkOTTableTypes.h44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
DSkOTTable_hhea.h20 static const SK_OT_CHAR TAG3 = 'a'; member
DSkOTTable_fvar.h20 static const SK_OT_CHAR TAG3 = 'r'; member
DSkOTTable_OS_2.h24 inline static constexpr SK_OT_CHAR TAG3 = '2'; member
DSkOTTable_gasp.h20 static const SK_OT_CHAR TAG3 = 'p'; member
DSkOTTable_EBDT.h22 static const SK_OT_CHAR TAG3 = 'T'; member
DSkOTTable_EBLC.h21 static const SK_OT_CHAR TAG3 = 'C'; member
DSkOTTable_head.h20 static const SK_OT_CHAR TAG3 = 'd'; member
DSkOTTable_glyf.h26 static const SK_OT_CHAR TAG3 = 'f'; member
DSkOTTable_name.h21 static const SK_OT_CHAR TAG3 = 'e'; member
/third_party/skia/src/utils/win/
DSkDWrite.h73 static const UINT32 tag = DWRITE_MAKE_OPENTYPE_TAG(T::TAG0, T::TAG1, T::TAG2, T::TAG3);