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

  /external/freetype/include/freetype/
fttypes.h 476 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \
478 ( ( (FT_ULong)_x1 << 24 ) | \
    [all...]
ftimage.h     [all...]
  /external/freetype/src/raster/
ftmisc.h 50 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \
51 ( ( (FT_ULong)_x1 << 24 ) | \
  /external/webkit/WebCore/svg/
SVGParserUtilities.cpp 563 double _x1 = cos_th * dx + sin_th * dy; local
567 double Px = _x1 * _x1;
  /external/icu4c/layout/
IndicClassTables.cpp 16 #define _x1 (1 << CF_INDEX_SHIFT) macro
54 #define _s1 (_dv | _x1)

Completed in 183 milliseconds