HomeSort by relevance Sort by last modified time
    Searched defs:FT_CHAR_BIT (Results 1 - 6 of 6) sorted by null

  /external/freetype/builds/vms/
ftconfig.h 69 #define FT_CHAR_BIT 8
  /external/freetype/include/freetype/config/
ftconfig.h 69 #ifndef FT_CHAR_BIT
70 #define FT_CHAR_BIT CHAR_BIT
76 #define FT_SIZEOF_INT ( 16 / FT_CHAR_BIT )
78 #define FT_SIZEOF_INT ( 32 / FT_CHAR_BIT )
80 #define FT_SIZEOF_INT ( 64 / FT_CHAR_BIT )
88 #define FT_SIZEOF_LONG ( 32 / FT_CHAR_BIT )
90 #define FT_SIZEOF_LONG ( 32 / FT_CHAR_BIT )
92 #define FT_SIZEOF_LONG ( 64 / FT_CHAR_BIT )
239 #if FT_SIZEOF_INT == ( 32 / FT_CHAR_BIT )
244 #elif FT_SIZEOF_LONG == ( 32 / FT_CHAR_BIT )
    [all...]
ftstdlib.h 61 #define FT_CHAR_BIT CHAR_BIT
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftconfig.h 74 #ifndef FT_CHAR_BIT
75 #define FT_CHAR_BIT CHAR_BIT
97 #define FT_SIZEOF_INT (16 / FT_CHAR_BIT)
99 #define FT_SIZEOF_INT (32 / FT_CHAR_BIT)
101 #define FT_SIZEOF_INT (64 / FT_CHAR_BIT)
109 #define FT_SIZEOF_LONG (32 / FT_CHAR_BIT)
111 #define FT_SIZEOF_LONG (32 / FT_CHAR_BIT)
113 #define FT_SIZEOF_LONG (64 / FT_CHAR_BIT)
ftstdlib.h 62 #define FT_CHAR_BIT CHAR_BIT
  /external/freetype/src/smooth/
ftgrays.c 139 #define FT_CHAR_BIT CHAR_BIT
395 ( sizeof( long ) * FT_CHAR_BIT - PIXEL_BITS ) )
    [all...]

Completed in 252 milliseconds