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

  /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)
231 #if FT_SIZEOF_INT == (32 / FT_CHAR_BIT)
236 #elif FT_SIZEOF_LONG == (32 / FT_CHAR_BIT)
    [all...]
ftstdlib.h 61 #define FT_CHAR_BIT CHAR_BIT
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/vms/
ftconfig.h 68 #define FT_CHAR_BIT 8
204 #if FT_SIZEOF_INT == (32 / FT_CHAR_BIT)
209 #elif FT_SIZEOF_LONG == (32 / FT_CHAR_BIT)
220 #if FT_SIZEOF_INT >= (32 / FT_CHAR_BIT)
225 #elif FT_SIZEOF_LONG >= (32 / FT_CHAR_BIT)
235 #if FT_SIZEOF_LONG == (64 / FT_CHAR_BIT)
287 #endif /* FT_SIZEOF_LONG == (64 / FT_CHAR_BIT) */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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)
231 #if FT_SIZEOF_INT == (32 / FT_CHAR_BIT)
236 #elif FT_SIZEOF_LONG == (32 / FT_CHAR_BIT)
    [all...]
ftstdlib.h 62 #define FT_CHAR_BIT CHAR_BIT
  /external/pdfium/third_party/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)
231 #if FT_SIZEOF_INT == (32 / FT_CHAR_BIT)
236 #elif FT_SIZEOF_LONG == (32 / FT_CHAR_BIT)
    [all...]
ftstdlib.h 62 #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
378 ( sizeof( long ) * FT_CHAR_BIT - PIXEL_BITS ) )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
ftgrays.c 138 #define FT_CHAR_BIT CHAR_BIT
377 ( sizeof( long ) * FT_CHAR_BIT - PIXEL_BITS ) )
    [all...]

Completed in 432 milliseconds