Home
last modified time | relevance | path

Searched refs:pixman_int_to_fixed (Results 1 – 23 of 23) sorted by relevance

/external/pixman/demos/
Dtrap-test.c24 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()
Dclip-test.c31 { 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()
Dalpha-test.c22 { 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()
Dgradient-test.c18 { 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/
Dgradient-crash-test.c24 { 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()
Dscaling-helpers-test.c36 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()
Daffine-test.c128 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()
Dalphamap.c199 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()
Dscaling-crash-test.c44 pixman_int_to_fixed (5), in run_test()
45 pixman_int_to_fixed (5), in run_test()
/external/pixman/pixman/
Dpixman-conical-gradient.c81 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()
Dpixman-filter.c333 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()
Dpixman-trap.c210 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()
Dpixman-edge-imp.h66 rx = pixman_int_to_fixed (width); in RASTERIZE_EDGES()
72 rx = pixman_int_to_fixed (width) - 1; in RASTERIZE_EDGES()
Dpixman-bits-image.c167 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 …]
Dpixman-inlines.h428 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); \
Dpixman-linear-gradient.c112 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()
Dpixman-radial-gradient.c255 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()
Dpixman.c345 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()
Dpixman.h126 #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
Dpixman-edge.c191 rx = pixman_int_to_fixed (width) - 1; in rasterize_edges_8()
Dpixman-image.c65 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()
Dpixman-matrix.c35 #define F(x) pixman_int_to_fixed (x)
Dpixman-fast-path.c1479 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()