Searched refs:FT_PAD_FLOOR (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftobjs.h76 #define FT_PAD_FLOOR( x, n ) ( (x) & ~((n)-1) ) macro
77 #define FT_PAD_ROUND( x, n ) FT_PAD_FLOOR( (x) + ((n)/2), n )
78 #define FT_PAD_CEIL( x, n ) FT_PAD_FLOOR( (x) + ((n)-1), n )
/external/freetype/include/freetype/internal/
H A Dftobjs.h76 #define FT_PAD_FLOOR( x, n ) ( (x) & ~((n)-1) ) macro
77 #define FT_PAD_ROUND( x, n ) FT_PAD_FLOOR( (x) + ((n)/2), n )
78 #define FT_PAD_CEIL( x, n ) FT_PAD_FLOOR( (x) + ((n)-1), n )
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.c416 sub = subs + ( FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 8 ) );
504 charcode = FT_PAD_FLOOR( charcode, 256 ) + char_lo;
524 charcode = FT_PAD_FLOOR( charcode, 256 ) + 256;
1016 num_segs2 = FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 2 );
1105 num_segs2 = FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 2 );
/external/freetype/src/sfnt/
H A Dttcmap.c416 sub = subs + ( FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 8 ) );
504 charcode = FT_PAD_FLOOR( charcode, 256 ) + char_lo;
524 charcode = FT_PAD_FLOOR( charcode, 256 ) + 256;
1016 num_segs2 = FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 2 );
1105 num_segs2 = FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 2 );

Completed in 116 milliseconds