OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FT_BYTE_U16
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/freetype/include/freetype/internal/
ftstream.h
164
#define
FT_BYTE_U16
( p, i, s ) ( FT_UINT16( FT_BYTE_( p, i ) ) << (s) )
168
#define FT_PEEK_SHORT( p ) FT_INT16(
FT_BYTE_U16
( p, 0, 8) | \
169
FT_BYTE_U16
( p, 1, 0) )
171
#define FT_PEEK_USHORT( p ) FT_UINT16(
FT_BYTE_U16
( p, 0, 8 ) | \
172
FT_BYTE_U16
( p, 1, 0 ) )
192
#define FT_PEEK_SHORT_LE( p ) FT_INT16(
FT_BYTE_U16
( p, 1, 8 ) | \
193
FT_BYTE_U16
( p, 0, 0 ) )
195
#define FT_PEEK_USHORT_LE( p ) FT_UINT16(
FT_BYTE_U16
( p, 1, 8 ) | \
196
FT_BYTE_U16
( p, 0, 0 ) )
/external/freetype/include/internal/
ftstream.h
164
#define
FT_BYTE_U16
( p, i, s ) ( FT_UINT16( FT_BYTE_( p, i ) ) << (s) )
168
#define FT_PEEK_SHORT( p ) FT_INT16(
FT_BYTE_U16
( p, 0, 8) | \
169
FT_BYTE_U16
( p, 1, 0) )
171
#define FT_PEEK_USHORT( p ) FT_UINT16(
FT_BYTE_U16
( p, 0, 8 ) | \
172
FT_BYTE_U16
( p, 1, 0 ) )
192
#define FT_PEEK_SHORT_LE( p ) FT_INT16(
FT_BYTE_U16
( p, 1, 8 ) | \
193
FT_BYTE_U16
( p, 0, 0 ) )
195
#define FT_PEEK_USHORT_LE( p ) FT_UINT16(
FT_BYTE_U16
( p, 1, 8 ) | \
196
FT_BYTE_U16
( p, 0, 0 ) )
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftstream.h
164
#define
FT_BYTE_U16
( p, i, s ) ( FT_UINT16( FT_BYTE_( p, i ) ) << (s) )
168
#define FT_PEEK_SHORT( p ) FT_INT16(
FT_BYTE_U16
( p, 0, 8) | \
169
FT_BYTE_U16
( p, 1, 0) )
171
#define FT_PEEK_USHORT( p ) FT_UINT16(
FT_BYTE_U16
( p, 0, 8 ) | \
172
FT_BYTE_U16
( p, 1, 0 ) )
192
#define FT_PEEK_SHORT_LE( p ) FT_INT16(
FT_BYTE_U16
( p, 1, 8 ) | \
193
FT_BYTE_U16
( p, 0, 0 ) )
195
#define FT_PEEK_USHORT_LE( p ) FT_UINT16(
FT_BYTE_U16
( p, 1, 8 ) | \
196
FT_BYTE_U16
( p, 0, 0 ) )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftstream.h
164
#define
FT_BYTE_U16
( p, i, s ) ( FT_UINT16( FT_BYTE_( p, i ) ) << (s) )
168
#define FT_PEEK_SHORT( p ) FT_INT16(
FT_BYTE_U16
( p, 0, 8) | \
169
FT_BYTE_U16
( p, 1, 0) )
171
#define FT_PEEK_USHORT( p ) FT_UINT16(
FT_BYTE_U16
( p, 0, 8 ) | \
172
FT_BYTE_U16
( p, 1, 0 ) )
192
#define FT_PEEK_SHORT_LE( p ) FT_INT16(
FT_BYTE_U16
( p, 1, 8 ) | \
193
FT_BYTE_U16
( p, 0, 0 ) )
195
#define FT_PEEK_USHORT_LE( p ) FT_UINT16(
FT_BYTE_U16
( p, 1, 8 ) | \
196
FT_BYTE_U16
( p, 0, 0 ) )
Completed in 37 milliseconds