Home | History | Annotate | Download | only in sfnt

Lines Matching full:static

17     static const SK_OT_CHAR TAG0 = 't';
18 static const SK_OT_CHAR TAG1 = 't';
19 static const SK_OT_CHAR TAG2 = 'c';
20 static const SK_OT_CHAR TAG3 = 'f';
21 static const SK_OT_ULONG TAG = SkOTTableTAG<SkTTCFHeader>::value;
24 static const SK_OT_Fixed version_1 = SkTEndian_SwapBE32(1 << 16);
25 static const SK_OT_Fixed version_2 = SkTEndian_SwapBE32(2 << 16);
33 static const SK_OT_CHAR TAG0 = 0;
34 static const SK_OT_CHAR TAG1 = 0;
35 static const SK_OT_CHAR TAG2 = 0;
36 static const SK_OT_CHAR TAG3 = 0;
37 static const SK_OT_ULONG TAG = SkOTTableTAG<dsigType_None>::value;
40 static const SK_OT_CHAR TAG0 = 'D';
41 static const SK_OT_CHAR TAG1 = 'S';
42 static const SK_OT_CHAR TAG2 = 'I';
43 static const SK_OT_CHAR TAG3 = 'G';
44 static const SK_OT_ULONG TAG = SkOTTableTAG<dsigType_Format1>::value;