| /GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/ |
| D | ftstream.h | 156 #define FT_BYTE_( p, i ) ( ((const FT_Byte*)(p))[(i)] ) argument 164 #define FT_BYTE_U16( p, i, s ) ( FT_UINT16( FT_BYTE_( p, i ) ) << (s) ) argument 165 #define FT_BYTE_U32( p, i, s ) ( FT_UINT32( FT_BYTE_( p, i ) ) << (s) ) argument 183 #define FT_PEEK_SHORT( p ) FT_INT16( FT_BYTE_U16( p, 0, 8 ) | \ argument 186 #define FT_PEEK_USHORT( p ) FT_UINT16( FT_BYTE_U16( p, 0, 8 ) | \ argument 189 #define FT_PEEK_LONG( p ) FT_INT32( FT_BYTE_U32( p, 0, 24 ) | \ argument 194 #define FT_PEEK_ULONG( p ) FT_UINT32( FT_BYTE_U32( p, 0, 24 ) | \ argument 199 #define FT_PEEK_OFF3( p ) ( FT_INT32( FT_BYTE_U32( p, 0, 24 ) | \ argument 203 #define FT_PEEK_UOFF3( p ) FT_UINT32( FT_BYTE_U32( p, 0, 16 ) | \ argument 207 #define FT_PEEK_SHORT_LE( p ) FT_INT16( FT_BYTE_U16( p, 1, 8 ) | \ argument [all …]
|
| D | ftmemory.h | 87 #define FT_ASSIGNP( p, val ) (p) = cplusplus_typeof( (p), (val) ) argument 106 #define FT_ASSIGNP_INNER( p, exp ) ( _ft_debug_file = __FILE__, \ argument 113 #define FT_ASSIGNP_INNER( p, exp ) FT_ASSIGNP( p, exp ) argument 246 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) ) argument
|
| /GUIX-v6.2.1/scripts/ |
| D | win-installer-helper.psm1 | 956 $p = $_.FullName in Reset-TempFolders() variable 957 Trace-Message "Removing temporary file $p" in Reset-TempFolders() variable 958 Remove-Item -Recurse -Force -Path $p -ErrorAction SilentlyContinue in Reset-TempFolders() variable 962 $p = $_.FullName in Reset-TempFolders() variable 963 Trace-Message "Removing temporary file $p" in Reset-TempFolders() variable 968 $p = $_.FullName in Reset-TempFolders() variable 969 Trace-Message "Removing temporary file $p" in Reset-TempFolders() variable 974 $p = $_.FullName in Reset-TempFolders() variable 975 Trace-Message "Removing temporary file $p" in Reset-TempFolders() variable
|
| /GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/ |
| D | ftcolor.h | 347 FT_Byte* p; member 550 FT_Byte* p; member 795 FT_Byte* p; member
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_image_reader_jpeg_decode.c | 1539 mve_pred16_t p; in _gx_image_reader_jpeg_24bpp_pixel_write_helium() local 1666 mve_pred16_t p; in _gx_image_reader_jpeg_565rgb_pixel_write_helium() local 1822 mve_pred16_t p; in _gx_image_reader_jpeg_1555xrgb_pixel_write_helium() local
|
| D | gx_image_reader_png_decode.c | 1848 INT p; in _gx_image_reader_png_paeth_predictor() local
|
| /GUIX-v6.2.1/ports/win32/lib/vs_2019/ |
| D | tx_api.h | 1088 #define tx_block_pool_create(p,n,b,s,l) _txr_block_pool_create((p),(n),(b),(s),(l),(siz… argument 1097 #define tx_byte_pool_create(p,n,s,l) _txr_byte_pool_create((p),(n),(s),(l),(sizeof(T… argument 1158 #define tx_thread_create(t,n,e,i,s,l,p,r,c,a) _txr_thread_create((t),(n),(e),(i),(s),(l),(p),… argument 1200 #define tx_block_pool_create(p,n,b,s,l) _txe_block_pool_create((p),(n),(b),(s),(l),(siz… argument 1209 #define tx_byte_pool_create(p,n,s,l) _txe_byte_pool_create((p),(n),(s),(l),(sizeof(T… argument 1269 #define tx_thread_create(t,n,e,i,s,l,p,r,c,a) _txe_thread_create((t),(n),(e),(i),(s),(l),(p),… argument
|
| /GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_16bpp/ |
| D | fx_api.h | 115 #define FX_PARAMETER_NOT_USED(p) ((void)(p)) argument 300 #define FX_TRACE_OBJECT_REGISTER(t, p, n, a, b) _fx_trace_object_register(t, (VOID *)p, (CH… argument 1371 #define fx_media_open(m, n, d, i, p, s) _fxe_media_open(m, n, d, i, p, s, sizeof(FX_MEDIA)) argument
|
| /GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_32bpp/ |
| D | fx_api.h | 115 #define FX_PARAMETER_NOT_USED(p) ((void)(p)) argument 300 #define FX_TRACE_OBJECT_REGISTER(t, p, n, a, b) _fx_trace_object_register(t, (VOID *)p, (CH… argument 1371 #define fx_media_open(m, n, d, i, p, s) _fxe_media_open(m, n, d, i, p, s, sizeof(FX_MEDIA)) argument
|
| /GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_monochrome/ |
| D | fx_api.h | 115 #define FX_PARAMETER_NOT_USED(p) ((void)(p)) argument 300 #define FX_TRACE_OBJECT_REGISTER(t, p, n, a, b) _fx_trace_object_register(t, (VOID *)p, (CH… argument 1371 #define fx_media_open(m, n, d, i, p, s) _fxe_media_open(m, n, d, i, p, s, sizeof(FX_MEDIA)) argument
|
| /GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4bpp/ |
| D | fx_api.h | 115 #define FX_PARAMETER_NOT_USED(p) ((void)(p)) argument 300 #define FX_TRACE_OBJECT_REGISTER(t, p, n, a, b) _fx_trace_object_register(t, (VOID *)p, (CH… argument 1371 #define fx_media_open(m, n, d, i, p, s) _fxe_media_open(m, n, d, i, p, s, sizeof(FX_MEDIA)) argument
|
| /GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_8bit_palette/ |
| D | fx_api.h | 115 #define FX_PARAMETER_NOT_USED(p) ((void)(p)) argument 300 #define FX_TRACE_OBJECT_REGISTER(t, p, n, a, b) _fx_trace_object_register(t, (VOID *)p, (CH… argument 1371 #define fx_media_open(m, n, d, i, p, s) _fxe_media_open(m, n, d, i, p, s, sizeof(FX_MEDIA)) argument
|
| /GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_332rgb/ |
| D | fx_api.h | 115 #define FX_PARAMETER_NOT_USED(p) ((void)(p)) argument 300 #define FX_TRACE_OBJECT_REGISTER(t, p, n, a, b) _fx_trace_object_register(t, (VOID *)p, (CH… argument 1371 #define fx_media_open(m, n, d, i, p, s) _fxe_media_open(m, n, d, i, p, s, sizeof(FX_MEDIA)) argument
|
| /GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4444argb/ |
| D | fx_api.h | 115 #define FX_PARAMETER_NOT_USED(p) ((void)(p)) argument 300 #define FX_TRACE_OBJECT_REGISTER(t, p, n, a, b) _fx_trace_object_register(t, (VOID *)p, (CH… argument 1371 #define fx_media_open(m, n, d, i, p, s) _fxe_media_open(m, n, d, i, p, s, sizeof(FX_MEDIA)) argument
|
| /GUIX-v6.2.1/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_1555xrgb/ |
| D | fx_api.h | 115 #define FX_PARAMETER_NOT_USED(p) ((void)(p)) argument 300 #define FX_TRACE_OBJECT_REGISTER(t, p, n, a, b) _fx_trace_object_register(t, (VOID *)p, (CH… argument 1371 #define fx_media_open(m, n, d, i, p, s) _fxe_media_open(m, n, d, i, p, s, sizeof(FX_MEDIA)) argument
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_api.h | 348 #define GX_PARAMETER_NOT_USED(p) ((void) (p)) argument
|