Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 101) sorted by relevance

12345

/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/
Dftobjs.h80 #define FT_HYPOT( x, y ) \ argument
87 #define FT_PAD_FLOOR( x, n ) ( (x) & ~FT_TYPEOF( x )( (n) - 1 ) ) argument
88 #define FT_PAD_ROUND( x, n ) FT_PAD_FLOOR( (x) + (n) / 2, n ) argument
89 #define FT_PAD_CEIL( x, n ) FT_PAD_FLOOR( (x) + (n) - 1, n ) argument
91 #define FT_PIX_FLOOR( x ) ( (x) & ~FT_TYPEOF( x )63 ) argument
92 #define FT_PIX_ROUND( x ) FT_PIX_FLOOR( (x) + 32 ) argument
93 #define FT_PIX_CEIL( x ) FT_PIX_FLOOR( (x) + 63 ) argument
97 #define FT_PAD_ROUND_LONG( x, n ) FT_PAD_FLOOR( ADD_LONG( (x), (n) / 2 ), \ argument
99 #define FT_PAD_CEIL_LONG( x, n ) FT_PAD_FLOOR( ADD_LONG( (x), (n) - 1 ), \ argument
101 #define FT_PIX_ROUND_LONG( x ) FT_PIX_FLOOR( ADD_LONG( (x), 32 ) ) argument
[all …]
Dftcalc.h367 #define FT_MSB( x ) ( 31 - __builtin_clz( x ) ) argument
371 #define FT_MSB( x ) ( 31 - __builtin_clzl( x ) ) argument
382 #define FT_MSB( x ) ( 31 - _CountLeadingZeros( x ) ) argument
389 #define FT_MSB( x ) ( 31 - _CountLeadingZeros( x ) ) argument
397 FT_MSB_i386( FT_UInt32 x ) in FT_MSB_i386()
407 #define FT_MSB( x ) FT_MSB_i386( x ) argument
422 #define FT_MSB( x ) FT_MSB_i386( x ) argument
428 #define FT_MSB( x ) (FT_Int)( 63 - _leadz( x ) ) argument
434 #define FT_MSB( x ) (FT_Int)( 31 - _leadz32( x ) ) argument
484 #define INT_TO_F26DOT6( x ) ( (FT_Long)(x) * 64 ) /* << 6 */ argument
[all …]
Dftdebug.h71 #define FT_TRACE_DEF( x ) trace_ ## x , argument
115 #define FT_LOGGING_TAG( x ) FT_LOGGING_TAG_( x ) argument
116 #define FT_LOGGING_TAG_( x ) #x argument
120 #define FT_LOGGING_TAGX( x, y ) FT_LOGGING_TAGX_( x, y ) argument
121 #define FT_LOGGING_TAGX_( x, y ) #x ":" #y argument
156 #define FT_TRACE_COMP( x ) FT_TRACE_COMP_( x ) argument
157 #define FT_TRACE_COMP_( x ) trace_ ## x argument
/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/
Dfttypes.h357 FT_F2Dot14 x; member
590 #define FT_BOOL( x ) FT_STATIC_CAST( FT_Bool, (x) != 0 ) argument
593 #define FT_ERR_XCAT( x, y ) x ## y argument
594 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y ) argument
600 #define FT_ERROR_BASE( x ) ( (x) & 0xFF ) argument
601 #define FT_ERROR_MODULE( x ) ( (x) & 0xFF00U ) argument
603 #define FT_ERR_EQ( x, e ) \ argument
605 #define FT_ERR_NEQ( x, e ) \ argument
/GUIX-v6.2.1/common/src/
Dgx_utility_math_acos.c71 INT _gx_utility_math_acos_5_4_0(INT x) in _gx_utility_math_acos_5_4_0()
126 INT _gx_utility_math_acos(GX_FIXED_VAL x) in _gx_utility_math_acos()
Dgx_utility_math_asin.c93 INT _gx_utility_math_asin_5_4_0(INT x) in _gx_utility_math_asin_5_4_0()
161 INT _gx_utility_math_asin(GX_FIXED_VAL x) in _gx_utility_math_asin()
Dgx_display_driver_generic_rotated_polygon_fill.c386 …er_polygon_active_edge_insert(GX_POLYGON_EDGE *aet, GX_POLYGON_EDGE *net, INT x, INT net_size, INT… in _gx_display_driver_polygon_active_edge_insert()
452 static VOID _gx_display_driver_polygon_non_active_edge_remove(GX_POLYGON_EDGE *aet, INT x, INT *aet… in _gx_display_driver_polygon_non_active_edge_remove()
516 …_driver_polygon_scan_line_draw(GX_DRAW_CONTEXT *context, GX_POLYGON_EDGE *aet, INT x, INT aet_size) in _gx_display_driver_polygon_scan_line_draw()
619 … INT ypos, INT x, GX_FILL_PIXELMAP_INFO *info) in _gx_display_driver_polygon_pixelmap_scan_line_draw()
819 INT x; in _gx_display_driver_generic_rotated_polygon_fill() local
Dgx_utility_canvas_to_bmp.c343 INT x; in _gx_utility_write_bitmap_data_32bpp() local
407 INT x; in _gx_utility_write_bitmap_data_16bpp() local
478 INT x; in _gx_utility_write_bitmap_data_8bpp() local
557 INT x; in _gx_utility_write_bitmap_data_4bpp() local
663 INT x; in _gx_utility_write_bitmap_data_monochrome() local
Dgx_display_driver_8bpp_pixelmap_rotate.c97 INT x; in _gx_display_driver_8bpp_pixelmap_raw_rotate() local
227 INT x; in _gx_display_driver_8bpp_pixelmap_transparent_rotate() local
353 INT x; in _gx_display_driver_8bpp_pixelmap_simple_rotate() local
505 INT x; in _gx_display_driver_8bpp_pixelmap_simple_transparent_rotate() local
Dgx_utility_8bpp_pixelmap_resize.c97 INT x; in _gx_utility_8bpp_pixelmap_raw_resize() local
210 INT x; in _gx_utility_8bpp_pixelmap_alpha_resize() local
497 INT x; in _gx_utility_8bit_alphamap_resize() local
Dgx_utility_8bpp_pixelmap_rotate.c96 INT x, y; in _gx_utility_8bpp_pixelmap_rotate() local
251 INT x, y; in _gx_utility_8bpp_pixelmap_simple_rotate() local
419 INT x; in _gx_utility_8bit_alphamap_rotate() local
Dgx_display_driver_8bpp_rotated_pixelmap_rotate.c92 INT x; in _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate() local
253 INT x; in _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate() local
406 INT x; in _gx_display_driver_8bpp_rotated_pixelmap_simple_rotate() local
577 INT x; in _gx_display_driver_8bpp_rotated_pixelmap_simple_transparent_rotate() local
Dgx_utility_1bpp_pixelmap_rotate.c96 INT x, y; in _gx_utility_1bpp_pixelmap_rotate() local
289 INT x, y; in _gx_utility_1bpp_pixelmap_simple_raw_rotate() local
507 INT x, y; in _gx_utility_1bpp_pixelmap_simple_transparent_rotate() local
Dgxe_canvas_offset_set.c78 UINT _gxe_canvas_offset_set(GX_CANVAS *canvas, GX_VALUE x, GX_VALUE y) in _gxe_canvas_offset_set()
Dgxe_canvas_shift.c77 UINT _gxe_canvas_shift(GX_CANVAS *canvas, GX_VALUE x, GX_VALUE y) in _gxe_canvas_shift()
Dgx_display_driver_32bpp_rotated_pixel_write.c69 VOID _gx_display_driver_32bpp_rotated_pixel_write(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR … in _gx_display_driver_32bpp_rotated_pixel_write()
Dgx_display_driver_8bpp_pixel_write.c70 VOID _gx_display_driver_8bpp_pixel_write(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color) in _gx_display_driver_8bpp_pixel_write()
Dgx_canvas_shift.c73 UINT _gx_canvas_shift(GX_CANVAS *canvas, GX_VALUE x, GX_VALUE y) in _gx_canvas_shift()
Dgx_display_driver_16bpp_pixel_write.c75 VOID _gx_display_driver_16bpp_pixel_write(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color) in _gx_display_driver_16bpp_pixel_write()
Dgx_display_driver_32bpp_pixel_write.c71 VOID _gx_display_driver_32bpp_pixel_write(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color) in _gx_display_driver_32bpp_pixel_write()
Dgx_display_driver_8bpp_rotated_pixel_write.c68 VOID _gx_display_driver_8bpp_rotated_pixel_write(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR c… in _gx_display_driver_8bpp_rotated_pixel_write()
Dgx_display_driver_16bpp_rotated_pixel_write.c69 VOID _gx_display_driver_16bpp_rotated_pixel_write(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR … in _gx_display_driver_16bpp_rotated_pixel_write()
Dgx_utility_1bpp_pixelmap_resize.c90 INT x; in _gx_utility_1bpp_pixelmap_raw_resize() local
222 INT x; in _gx_utility_1bpp_pixelmap_transparent_resize() local
Dgx_utility_565rgb_pixelmap_rotate.c106 INT x, y; in _gx_utility_565rgb_pixelmap_raw_rotate() local
390 INT x, y; in _gx_utility_565rgb_pixelmap_alpha_rotate() local
696 INT x, y; in _gx_utility_565rgb_pixelmap_simple_raw_rotate() local
855 INT x, y; in _gx_utility_565rgb_pixelmap_simple_alpha_rotate() local
/GUIX-v6.2.1/ports/win32/src/renesas/
Dgx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c76 … INT ystart, INT yend, INT x, GX_FILL_PIXELMAP_INFO *info) in _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write()
237 … INT ystart, INT yend, INT x, GX_FILL_PIXELMAP_INFO *info) in _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw()

12345