HomeSort by relevance Sort by last modified time
    Searched refs:TAG2 (Results 1 - 19 of 19) sorted by null

  /external/mesa3d/src/mesa/math/
m_copy_tmp.h 32 static void TAG2(copy, BITS)( GLvector4f *to, const GLvector4f *f ) \
68 static void TAG2(init_copy, 0)( void )
70 _mesa_copy_tab[0x0] = TAG2(copy, 0x0);
71 _mesa_copy_tab[0x1] = TAG2(copy, 0x1);
72 _mesa_copy_tab[0x2] = TAG2(copy, 0x2);
73 _mesa_copy_tab[0x3] = TAG2(copy, 0x3);
74 _mesa_copy_tab[0x4] = TAG2(copy, 0x4);
75 _mesa_copy_tab[0x5] = TAG2(copy, 0x5);
76 _mesa_copy_tab[0x6] = TAG2(copy, 0x6);
77 _mesa_copy_tab[0x7] = TAG2(copy, 0x7)
    [all...]
m_xform.c 80 #define TAG2(x,y) x##y
90 #undef TAG2
  /external/skia/src/sfnt/
SkTTCFHeader.h 19 static const SK_OT_CHAR TAG2 = 'c';
35 static const SK_OT_CHAR TAG2 = 0;
42 static const SK_OT_CHAR TAG2 = 'I';
SkOTTable_loca.h 19 static const SK_OT_CHAR TAG2 = 'c';
SkOTTable_maxp.h 20 static const SK_OT_CHAR TAG2 = 'x';
SkSFNTHeader.h 25 static const SK_OT_CHAR TAG2 = 0;
32 static const SK_OT_CHAR TAG2 = 'u';
39 static const SK_OT_CHAR TAG2 = 'p';
46 static const SK_OT_CHAR TAG2 = 'T';
SkOTTable_EBSC.h 20 static const SK_OT_CHAR TAG2 = 'B';
SkOTTableTypes.h 44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
SkOTTable_OS_2.h 23 static const SK_OT_CHAR TAG2 = '/';
SkOTTable_gasp.h 20 static const SK_OT_CHAR TAG2 = 's';
SkOTTable_hhea.h 20 static const SK_OT_CHAR TAG2 = 'e';
SkOTTable_post.h 20 static const SK_OT_CHAR TAG2 = 's';
SkOTTable_EBDT.h 22 static const SK_OT_CHAR TAG2 = 'D';
SkOTTable_EBLC.h 21 static const SK_OT_CHAR TAG2 = 'L';
SkOTTable_head.h 20 static const SK_OT_CHAR TAG2 = 'a';
SkOTTable_glyf.h 26 static const SK_OT_CHAR TAG2 = 'y';
SkOTTable_name.h 21 static const SK_OT_CHAR TAG2 = 'm';
  /external/skia/src/utils/win/
SkDWrite.h 81 static const UINT32 tag = DWRITE_MAKE_OPENTYPE_TAG(T::TAG0, T::TAG1, T::TAG2, T::TAG3);
  /external/skia/src/ports/
SkFontHost_mac.cpp 131 : fCFData(CGFontCopyTableForTag(font, SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)))
    [all...]

Completed in 2970 milliseconds