Home
last modified time | relevance | path

Searched refs:TAG2 (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/sfnt/
DSkSFNTHeader.h25 static const SK_OT_CHAR TAG2 = 0; member
32 static const SK_OT_CHAR TAG2 = 'u'; member
39 static const SK_OT_CHAR TAG2 = 'p'; member
46 static const SK_OT_CHAR TAG2 = 'T'; member
DSkOTTable_loca.h19 static const SK_OT_CHAR TAG2 = 'c'; member
DSkOTTable_maxp.h20 static const SK_OT_CHAR TAG2 = 'x'; member
DSkOTTableTypes.h44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
DSkOTTable_post.h20 static const SK_OT_CHAR TAG2 = 's'; member
DSkOTTable_hhea.h20 static const SK_OT_CHAR TAG2 = 'e'; member
DSkOTTable_OS_2.h23 static const SK_OT_CHAR TAG2 = '/'; member
DSkOTTable_head.h20 static const SK_OT_CHAR TAG2 = 'a'; member
DSkOTTable_glyf.h26 static const SK_OT_CHAR TAG2 = 'y'; member
DSkOTTable_name.h20 static const SK_OT_CHAR TAG2 = 'm'; member
/external/skia/src/ports/
DSkFontHost_win_dw.cpp1372 T::TAG2,
DSkFontHost_mac_coretext.cpp90 : fCFData(CGFontCopyTableForTag(font, SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3))) in AutoCGTable()