/external/chromium_org/third_party/freetype/include/freetype/internal/ |
tttypes.h | [all...] |
ftstream.h | 161 #define FT_UINT32( x ) ( (FT_UInt32)(x) ) 165 #define FT_BYTE_U32( p, i, s ) ( FT_UINT32( FT_BYTE_( p, i ) ) << (s) ) 179 #define FT_PEEK_ULONG( p ) FT_UINT32( FT_BYTE_U32( p, 0, 24 ) | \ 188 #define FT_PEEK_UOFF3( p ) FT_UINT32( FT_BYTE_U32( p, 0, 16 ) | \ 203 #define FT_PEEK_ULONG_LE( p ) FT_UINT32( FT_BYTE_U32( p, 3, 24 ) | \ 212 #define FT_PEEK_UOFF3_LE( p ) FT_UINT32( FT_BYTE_U32( p, 2, 16 ) | \
|
/external/freetype/include/internal/ |
tttypes.h | [all...] |
ftstream.h | 161 #define FT_UINT32( x ) ( (FT_UInt32)(x) ) 165 #define FT_BYTE_U32( p, i, s ) ( FT_UINT32( FT_BYTE_( p, i ) ) << (s) ) 179 #define FT_PEEK_ULONG( p ) FT_UINT32( FT_BYTE_U32( p, 0, 24 ) | \ 188 #define FT_PEEK_UOFF3( p ) FT_UINT32( FT_BYTE_U32( p, 0, 16 ) | \ 203 #define FT_PEEK_ULONG_LE( p ) FT_UINT32( FT_BYTE_U32( p, 3, 24 ) | \ 212 #define FT_PEEK_UOFF3_LE( p ) FT_UINT32( FT_BYTE_U32( p, 2, 16 ) | \
|
/external/chromium_org/third_party/freetype/src/psaux/ |
t1decode.c | 568 value = (FT_Int32)( ( (FT_UInt32)ip[0] << 24 ) | 569 ( (FT_UInt32)ip[1] << 16 ) | 570 ( (FT_UInt32)ip[2] << 8 ) | 571 (FT_UInt32)ip[3] ); 594 value = (FT_Int32)( (FT_UInt32)value << 16 ); 620 value = (FT_Int32)( (FT_UInt32)value << 16 ); [all...] |
psconv.c | 232 integral = (FT_Fixed)( (FT_UInt32)integral << 16 );
|
psobjs.c | 1128 *(FT_UInt32*)q = (FT_UInt32)val; [all...] |
/external/freetype/src/psaux/ |
t1decode.c | 568 value = (FT_Int32)( ( (FT_UInt32)ip[0] << 24 ) | 569 ( (FT_UInt32)ip[1] << 16 ) | 570 ( (FT_UInt32)ip[2] << 8 ) | 571 (FT_UInt32)ip[3] ); 594 value = (FT_Int32)( (FT_UInt32)value << 16 ); 620 value = (FT_Int32)( (FT_UInt32)value << 16 ); [all...] |
psconv.c | 232 integral = (FT_Fixed)( (FT_UInt32)integral << 16 );
|
/external/chromium_org/third_party/freetype/src/truetype/ |
ttinterp.c | [all...] |
ttobjs.c | 187 static FT_UInt32 192 FT_UInt32 checksum = 0; 200 checksum += (FT_UInt32)FT_GET_ULONG(); 203 checksum += (FT_UInt32)( FT_GET_BYTE() << ( i * 8 ) ); [all...] |
/external/chromium_org/third_party/freetype/src/cff/ |
cf2intrp.c | 449 FT_UInt32 instructionLimit = 20000000UL; [all...] |
cffgload.c | 1007 val = (FT_Int32)( ( (FT_UInt32)ip[0] << 24 ) | 1008 ( (FT_UInt32)ip[1] << 16 ) | 1009 ( (FT_UInt32)ip[2] << 8 ) | 1010 (FT_UInt32)ip[3] ); 1018 val = (FT_Int32)( (FT_UInt32)val << shift ); 1023 FT_TRACE4(( " %hd", (FT_Short)( (FT_UInt32)val >> 16 ) )); [all...] |
cffdrivr.c | 204 flags |= (FT_UInt32)FT_LOAD_ADVANCE_ONLY;
|
/external/freetype/src/cff/ |
cf2intrp.c | 449 FT_UInt32 instructionLimit = 20000000UL; [all...] |
cffgload.c | 1003 val = (FT_Int32)( ( (FT_UInt32)ip[0] << 24 ) | 1004 ( (FT_UInt32)ip[1] << 16 ) | 1005 ( (FT_UInt32)ip[2] << 8 ) | 1006 (FT_UInt32)ip[3] ); 1014 val = (FT_Int32)( (FT_UInt32)val << shift ); 1019 FT_TRACE4(( " %hd", (FT_Short)( (FT_UInt32)val >> 16 ) )); [all...] |
cffdrivr.c | 206 flags |= (FT_UInt32)FT_LOAD_ADVANCE_ONLY;
|
/external/freetype/src/truetype/ |
ttinterp.c | [all...] |
ttobjs.c | 188 static FT_UInt32 193 FT_UInt32 checksum = 0; 201 checksum += (FT_UInt32)FT_GET_ULONG(); 204 checksum += (FT_UInt32)( FT_GET_BYTE() << ( i * 8 ) ); [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
ftobjs.c | [all...] |
ftrfork.c | 698 FT_UInt32 entry_id, entry_offset, entry_length = 0; 700 const FT_UInt32 resource_fork_entry_id = 0x2;
|
ftstream.c | 844 *(FT_UInt32*)p = (FT_UInt32)value;
|
/external/freetype/src/base/ |
ftobjs.c | [all...] |
ftrfork.c | 716 FT_UInt32 entry_id, entry_offset, entry_length = 0; 718 const FT_UInt32 resource_fork_entry_id = 0x2;
|
ftstream.c | 844 *(FT_UInt32*)p = (FT_UInt32)value;
|