/external/pixman/demos/ |
D | trap-test.c | 24 trap.top.l = pixman_int_to_fixed (50) + 0x8000; in main() 25 trap.top.r = pixman_int_to_fixed (150) + 0x8000; in main() 26 trap.top.y = pixman_int_to_fixed (30); in main() 28 trap.bot.l = pixman_int_to_fixed (50) + 0x8000; in main() 29 trap.bot.r = pixman_int_to_fixed (150) + 0x8000; in main() 30 trap.bot.y = pixman_int_to_fixed (150); in main()
|
D | clip-test.c | 31 { pixman_int_to_fixed (0), { 0xffff, 0x0000, 0x0000, 0xffff } }, in main() 32 { pixman_int_to_fixed (1), { 0xffff, 0xffff, 0x0000, 0xffff } } in main() 36 pixman_point_fixed_t p2 = { pixman_int_to_fixed (WIDTH), in main() 37 pixman_int_to_fixed (HEIGHT) }; in main()
|
D | alpha-test.c | 22 { pixman_int_to_fixed (0), { 0x0000, 0x0000, 0x0000, 0x0000 } }, in main() 23 { pixman_int_to_fixed (1), { 0xffff, 0x0000, 0x1111, 0xffff } } in main() 27 pixman_int_to_fixed (0) }; in main()
|
D | gradient-test.c | 18 { pixman_int_to_fixed (0), { 0x0000, 0x0000, 0xffff, 0xffff } }, in main() 19 { pixman_int_to_fixed (1), { 0xffff, 0x1111, 0x1111, 0xffff } } in main()
|
/external/pixman/test/ |
D | gradient-crash-test.c | 24 { pixman_int_to_fixed (1), { 0xffff, 0xeeee, 0xeeee, 0xeeee } }, in main() 29 { pixman_int_to_fixed (1), { 0xffff, 0xeeee, 0xeeee, 0xeeee } }, in main() 30 { pixman_int_to_fixed (1), { 0xffff, 0xeeee, 0xeeee, 0xeeee } }, in main() 35 { pixman_int_to_fixed (0), { 0xffff, 0xeeee, 0xeeee, 0xeeee } }, in main() 36 { pixman_int_to_fixed (1), { 0xffff, 0x1111, 0x1111, 0x1111 } } in main() 41 { pixman_double_to_fixed (WIDTH / 8.), pixman_int_to_fixed (0) } }, in main()
|
D | scaling-helpers-test.c | 36 else if (vx + pixman_fixed_1 >= pixman_int_to_fixed (source_image_width)) in bilinear_pad_repeat_get_scanline_bounds_ref() 38 if (vx >= pixman_int_to_fixed (source_image_width)) in bilinear_pad_repeat_get_scanline_bounds_ref()
|
D | affine-test.c | 128 tx = pixman_int_to_fixed (MAX_SRC_HEIGHT); in test_composite() 134 tx = pixman_int_to_fixed (MAX_SRC_WIDTH); in test_composite() 135 ty = pixman_int_to_fixed (MAX_SRC_HEIGHT); in test_composite() 141 ty = pixman_int_to_fixed (MAX_SRC_WIDTH); in test_composite()
|
D | alphamap.c | 199 pixman_transform_scale (&t1, NULL, pixman_int_to_fixed (100), pixman_int_to_fixed (11)); in run_test() 201 pixman_transform_translate (&t1, NULL, pixman_int_to_fixed (11), pixman_int_to_fixed (17)); in run_test()
|
D | scaling-crash-test.c | 44 pixman_int_to_fixed (5), in run_test() 45 pixman_int_to_fixed (5), in run_test()
|
/external/pixman/pixman/ |
D | pixman-conical-gradient.c | 81 v.vector[0] = pixman_int_to_fixed (x) + pixman_fixed_1 / 2; in conical_get_scanline_narrow() 82 v.vector[1] = pixman_int_to_fixed (y) + pixman_fixed_1 / 2; in conical_get_scanline_narrow() 203 angle = MOD (angle, pixman_int_to_fixed (360)); in pixman_image_create_conical_gradient()
|
D | pixman-filter.c | 333 params[0] = pixman_int_to_fixed (width); in pixman_filter_create_separable_convolution() 334 params[1] = pixman_int_to_fixed (height); in pixman_filter_create_separable_convolution() 335 params[2] = pixman_int_to_fixed (subsample_bits_x); in pixman_filter_create_separable_convolution() 336 params[3] = pixman_int_to_fixed (subsample_bits_y); in pixman_filter_create_separable_convolution()
|
D | pixman-trap.c | 210 pixman_fixed_t x_off_fixed = pixman_int_to_fixed (x_off); in pixman_line_fixed_edge_init() 211 pixman_fixed_t y_off_fixed = pixman_int_to_fixed (y_off); in pixman_line_fixed_edge_init() 252 x_off_fixed = pixman_int_to_fixed (x_off); in pixman_add_traps() 253 y_off_fixed = pixman_int_to_fixed (y_off); in pixman_add_traps() 264 b = pixman_int_to_fixed (height) - 1; in pixman_add_traps() 368 y_off_fixed = pixman_int_to_fixed (y_off); in pixman_rasterize_trapezoid() 377 b = pixman_int_to_fixed (height) - 1; in pixman_rasterize_trapezoid()
|
D | pixman-edge-imp.h | 66 rx = pixman_int_to_fixed (width); in RASTERIZE_EDGES() 72 rx = pixman_int_to_fixed (width) - 1; in RASTERIZE_EDGES()
|
D | pixman-bits-image.c | 167 v.vector[0] = pixman_int_to_fixed (offset) + pixman_fixed_1 / 2; in bits_image_fetch_bilinear_no_repeat_8888() 168 v.vector[1] = pixman_int_to_fixed (line) + pixman_fixed_1 / 2; in bits_image_fetch_bilinear_no_repeat_8888() 298 w = pixman_int_to_fixed (bits->width - 1); in bits_image_fetch_bilinear_no_repeat_8888() 325 w = pixman_int_to_fixed (bits->width); in bits_image_fetch_bilinear_no_repeat_8888() 577 v.vector[0] = pixman_int_to_fixed (offset) + pixman_fixed_1 / 2; in bits_image_fetch_affine_no_alpha() 578 v.vector[1] = pixman_int_to_fixed (line) + pixman_fixed_1 / 2; in bits_image_fetch_affine_no_alpha() 670 v.vector[0] = pixman_int_to_fixed (offset) + pixman_fixed_1 / 2; in bits_image_fetch_general() 671 v.vector[1] = pixman_int_to_fixed (line) + pixman_fixed_1 / 2; in bits_image_fetch_general() 753 v.vector[0] = pixman_int_to_fixed (offset) + pixman_fixed_1 / 2; in bits_image_fetch_separable_convolution_affine() 754 v.vector[1] = pixman_int_to_fixed (line) + pixman_fixed_1 / 2; in bits_image_fetch_separable_convolution_affine() [all …]
|
D | pixman-inlines.h | 428 pixman_fixed_t src_width_fixed = pixman_int_to_fixed (src_image->bits.width); \ 455 v.vector[0] = pixman_int_to_fixed (src_x) + pixman_fixed_1 / 2; \ 456 v.vector[1] = pixman_int_to_fixed (src_y) + pixman_fixed_1 / 2; \ 474 max_vy = pixman_int_to_fixed (src_image->bits.height); \ 871 v.vector[0] = pixman_int_to_fixed (src_x) + pixman_fixed_1 / 2; \ 872 v.vector[1] = pixman_int_to_fixed (src_y) + pixman_fixed_1 / 2; \ 905 repeat (PIXMAN_REPEAT_NORMAL, &vx, pixman_int_to_fixed(src_image->bits.width)); \ 923 src_width_fixed = pixman_int_to_fixed (src_width); \
|
D | pixman-linear-gradient.c | 112 v.vector[0] = pixman_int_to_fixed (x) + pixman_fixed_1 / 2; in linear_get_scanline_narrow() 113 v.vector[1] = pixman_int_to_fixed (y) + pixman_fixed_1 / 2; in linear_get_scanline_narrow()
|
D | pixman-radial-gradient.c | 255 v.vector[0] = pixman_int_to_fixed (x) + pixman_fixed_1 / 2; in radial_get_scanline_narrow() 256 v.vector[1] = pixman_int_to_fixed (y) + pixman_fixed_1 / 2; in radial_get_scanline_narrow()
|
D | pixman.c | 345 x1 = pixman_int_to_fixed (extents->x1) + pixman_fixed_1 / 2; in compute_transformed_extents() 346 y1 = pixman_int_to_fixed (extents->y1) + pixman_fixed_1 / 2; in compute_transformed_extents() 347 x2 = pixman_int_to_fixed (extents->x2) - pixman_fixed_1 / 2; in compute_transformed_extents() 348 y2 = pixman_int_to_fixed (extents->y2) - pixman_fixed_1 / 2; in compute_transformed_extents()
|
D | pixman.h | 126 #define pixman_fixed_1 (pixman_int_to_fixed(1)) 128 #define pixman_fixed_minus_1 (pixman_int_to_fixed(-1)) 130 #define pixman_int_to_fixed(i) ((pixman_fixed_t) ((i) << 16)) macro
|
D | pixman-edge.c | 191 rx = pixman_int_to_fixed (width) - 1; in rasterize_edges_8()
|
D | pixman-image.c | 65 end->x = pixman_int_to_fixed (2) - stops[n - 1].x; in gradient_property_changed() 362 pixman_fixed_t magic_limit = pixman_int_to_fixed (30000); in compute_image_info()
|
D | pixman-matrix.c | 35 #define F(x) pixman_int_to_fixed (x)
|
D | pixman-fast-path.c | 1479 v.vector[0] = pixman_int_to_fixed (src_x) + pixman_fixed_1 / 2; in fast_composite_scaled_nearest() 1480 v.vector[1] = pixman_int_to_fixed (src_y) + pixman_fixed_1 / 2; in fast_composite_scaled_nearest()
|