Home | History | Annotate | Download | only in sfnt

Lines Matching full:static

23         static const SK_OT_CHAR TAG0 = 0;
24 static const SK_OT_CHAR TAG1 = 1;
25 static const SK_OT_CHAR TAG2 = 0;
26 static const SK_OT_CHAR TAG3 = 0;
27 static const SK_OT_ULONG TAG = SkOTTableTAG<fontType_WindowsTrueType>::value;
30 static const SK_OT_CHAR TAG0 = 't';
31 static const SK_OT_CHAR TAG1 = 'r';
32 static const SK_OT_CHAR TAG2 = 'u';
33 static const SK_OT_CHAR TAG3 = 'e';
34 static const SK_OT_ULONG TAG = SkOTTableTAG<fontType_MacTrueType>::value;
37 static const SK_OT_CHAR TAG0 = 't';
38 static const SK_OT_CHAR TAG1 = 'y';
39 static const SK_OT_CHAR TAG2 = 'p';
40 static const SK_OT_CHAR TAG3 = '1';
41 static const SK_OT_ULONG TAG = SkOTTableTAG<fontType_PostScript>::value;
44 static const SK_OT_CHAR TAG0 = 'O';
45 static const SK_OT_CHAR TAG1 = 'T';
46 static const SK_OT_CHAR TAG2 = 'T';
47 static const SK_OT_CHAR TAG3 = 'O';
48 static const SK_OT_ULONG TAG = SkOTTableTAG<fontType_OpenTypeCFF>::value;