Searched refs:TAG3 (Results 1 – 18 of 18) sorted by relevance
/third_party/gn/src/gn/ |
D | source_file.cc | 78 #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/ |
D | SkSFNTHeader.h | 26 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
|
D | SkTTCFHeader.h | 21 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
|
D | SkOTTable_loca.h | 20 static const SK_OT_CHAR TAG3 = 'a'; member
|
D | SkOTTable_maxp.h | 21 static const SK_OT_CHAR TAG3 = 'p'; member
|
D | SkOTTable_EBSC.h | 21 static const SK_OT_CHAR TAG3 = 'C'; member
|
D | SkOTTable_post.h | 20 static const SK_OT_CHAR TAG3 = 't'; member
|
D | SkOTTableTypes.h | 44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
|
D | SkOTTable_hhea.h | 20 static const SK_OT_CHAR TAG3 = 'a'; member
|
D | SkOTTable_fvar.h | 20 static const SK_OT_CHAR TAG3 = 'r'; member
|
D | SkOTTable_OS_2.h | 24 inline static constexpr SK_OT_CHAR TAG3 = '2'; member
|
D | SkOTTable_gasp.h | 20 static const SK_OT_CHAR TAG3 = 'p'; member
|
D | SkOTTable_EBDT.h | 22 static const SK_OT_CHAR TAG3 = 'T'; member
|
D | SkOTTable_EBLC.h | 21 static const SK_OT_CHAR TAG3 = 'C'; member
|
D | SkOTTable_head.h | 20 static const SK_OT_CHAR TAG3 = 'd'; member
|
D | SkOTTable_glyf.h | 26 static const SK_OT_CHAR TAG3 = 'f'; member
|
D | SkOTTable_name.h | 21 static const SK_OT_CHAR TAG3 = 'e'; member
|
/third_party/skia/src/utils/win/ |
D | SkDWrite.h | 73 static const UINT32 tag = DWRITE_MAKE_OPENTYPE_TAG(T::TAG0, T::TAG1, T::TAG2, T::TAG3);
|