OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_x3
(Results
1 - 5
of
5
) sorted by null
/external/freetype/include/freetype/
fttypes.h
476
#define FT_MAKE_TAG( _x1, _x2,
_x3
, _x4 ) \
480
( (FT_ULong)
_x3
<< 8 ) | \
[
all
...]
ftimage.h
[
all
...]
/external/freetype/src/raster/
ftmisc.h
50
#define FT_MAKE_TAG( _x1, _x2,
_x3
, _x4 ) \
53
( (FT_ULong)
_x3
<< 8 ) | \
/external/harfbuzz/src/
harfbuzz-global.h
56
#define HB_MAKE_TAG( _x1, _x2,
_x3
, _x4 ) \
59
( (HB_UInt)
_x3
<< 8 ) | \
/external/icu4c/layout/
IndicClassTables.cpp
18
#define
_x3
(3 << CF_INDEX_SHIFT)
macro
56
#define _s3 (_dv |
_x3
)
Completed in 2421 milliseconds