OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FT_MAKE_FRAME_OP
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/freetype/include/freetype/internal/
ftstream.h
45
#define
FT_MAKE_FRAME_OP
( command, little, sign ) \
60
ft_frame_start =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_START, 0, 0 ),
62
ft_frame_byte =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_BYTE, 0, 0 ),
63
ft_frame_schar =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_BYTE, 0, 1 ),
65
ft_frame_ushort_be =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_SHORT, 0, 0 ),
66
ft_frame_short_be =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_SHORT, 0, 1 ),
67
ft_frame_ushort_le =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_SHORT, 1, 0 ),
68
ft_frame_short_le =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_SHORT, 1, 1 ),
70
ft_frame_ulong_be =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_LONG, 0, 0 ),
71
ft_frame_long_be =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_LONG, 0, 1 )
[
all
...]
/external/freetype/include/internal/
ftstream.h
45
#define
FT_MAKE_FRAME_OP
( command, little, sign ) \
60
ft_frame_start =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_START, 0, 0 ),
62
ft_frame_byte =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_BYTE, 0, 0 ),
63
ft_frame_schar =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_BYTE, 0, 1 ),
65
ft_frame_ushort_be =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_SHORT, 0, 0 ),
66
ft_frame_short_be =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_SHORT, 0, 1 ),
67
ft_frame_ushort_le =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_SHORT, 1, 0 ),
68
ft_frame_short_le =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_SHORT, 1, 1 ),
70
ft_frame_ulong_be =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_LONG, 0, 0 ),
71
ft_frame_long_be =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_LONG, 0, 1 )
[
all
...]
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftstream.h
45
#define
FT_MAKE_FRAME_OP
( command, little, sign ) \
60
ft_frame_start =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_START, 0, 0 ),
62
ft_frame_byte =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_BYTE, 0, 0 ),
63
ft_frame_schar =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_BYTE, 0, 1 ),
65
ft_frame_ushort_be =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_SHORT, 0, 0 ),
66
ft_frame_short_be =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_SHORT, 0, 1 ),
67
ft_frame_ushort_le =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_SHORT, 1, 0 ),
68
ft_frame_short_le =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_SHORT, 1, 1 ),
70
ft_frame_ulong_be =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_LONG, 0, 0 ),
71
ft_frame_long_be =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_LONG, 0, 1 )
[
all
...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftstream.h
45
#define
FT_MAKE_FRAME_OP
( command, little, sign ) \
60
ft_frame_start =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_START, 0, 0 ),
62
ft_frame_byte =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_BYTE, 0, 0 ),
63
ft_frame_schar =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_BYTE, 0, 1 ),
65
ft_frame_ushort_be =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_SHORT, 0, 0 ),
66
ft_frame_short_be =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_SHORT, 0, 1 ),
67
ft_frame_ushort_le =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_SHORT, 1, 0 ),
68
ft_frame_short_le =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_SHORT, 1, 1 ),
70
ft_frame_ulong_be =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_LONG, 0, 0 ),
71
ft_frame_long_be =
FT_MAKE_FRAME_OP
( FT_FRAME_OP_LONG, 0, 1 )
[
all
...]
Completed in 347 milliseconds