Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
H A 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(' in GetSourceFileType()
100 #undef TAG3 GetSourceFileType() macro
[all...]
/third_party/skia/src/sfnt/
H A 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
H A 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
H A DSkOTTable_loca.h20 static const SK_OT_CHAR TAG3 = 'a'; member
H A DSkOTTable_maxp.h21 static const SK_OT_CHAR TAG3 = 'p'; member
H A DSkOTTable_EBSC.h21 static const SK_OT_CHAR TAG3 = 'C'; member
H A DSkOTTable_gasp.h20 static const SK_OT_CHAR TAG3 = 'p'; member
H A DSkOTTable_fvar.h20 static const SK_OT_CHAR TAG3 = 'r'; member
H A DSkOTTable_hhea.h20 static const SK_OT_CHAR TAG3 = 'a'; member
H A DSkOTTable_post.h20 static const SK_OT_CHAR TAG3 = 't'; member
H A DSkOTTableTypes.h44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
H A DSkOTTable_OS_2.h24 inline static constexpr SK_OT_CHAR TAG3 = '2'; member
H A DSkOTTable_EBDT.h22 static const SK_OT_CHAR TAG3 = 'T'; member
H A DSkOTTable_head.h20 static const SK_OT_CHAR TAG3 = 'd'; member
H A DSkOTTable_EBLC.h21 static const SK_OT_CHAR TAG3 = 'C'; member
H A DSkOTTable_glyf.h26 static const SK_OT_CHAR TAG3 = 'f'; member
H A DSkOTTable_name.h21 static const SK_OT_CHAR TAG3 = 'e'; member
/third_party/skia/src/utils/win/
H A DSkDWrite.h73 static const UINT32 tag = DWRITE_MAKE_OPENTYPE_TAG(T::TAG0, T::TAG1, T::TAG2, T::TAG3);

Completed in 6 milliseconds