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

  /external/freetype/include/freetype/config/
ftstdlib.h 158 #define ft_jmp_buf jmp_buf /* note: this cannot be a typedef since */ macro
163 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/config/
ftstdlib.h 157 #define ft_jmp_buf jmp_buf /* note: this cannot be a typedef since */ macro
162 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
  /external/pdfium/third_party/freetype/include/freetype/config/
ftstdlib.h 157 #define ft_jmp_buf jmp_buf /* note: this cannot be a typedef since */ macro
162 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftstdlib.h 156 #define ft_jmp_buf jmp_buf /* note: this cannot be a typedef since */ macro
161 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
  /external/freetype/src/smooth/
ftgrays.c 148 #define ft_jmp_buf jmp_buf macro
431 ft_jmp_buf jump_buffer;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
ftgrays.c 147 #define ft_jmp_buf jmp_buf macro
438 ft_jmp_buf jump_buffer;
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 145 #define ft_jmp_buf jmp_buf macro
427 ft_jmp_buf jump_buffer;
    [all...]

Completed in 213 milliseconds