Searched defs:ft_jmp_buf (Results 1 - 7 of 7) sorted by path

/external/chromium_org/third_party/freetype/include/freetype/config/
H A Dftstdlib.h157 #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/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c122 #define ft_jmp_buf jmp_buf macro
398 ft_jmp_buf jump_buffer;
/external/freetype/include/config/
H A Dftstdlib.h157 #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/freetype/src/smooth/
H A Dftgrays.c125 #define ft_jmp_buf jmp_buf macro
443 ft_jmp_buf jump_buffer;
/external/pdfium/core/include/thirdparties/freetype/freetype/config/
H A Dftstdlib.h157 #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/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
H A Dftstdlib.h157 #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/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c122 #define ft_jmp_buf jmp_buf macro
406 ft_jmp_buf jump_buffer;

Completed in 2068 milliseconds