Searched refs:pixman_bool_t (Results 1 – 25 of 38) sorted by relevance
12
/external/pixman/pixman/ |
D | pixman.h | 113 typedef int pixman_bool_t; typedef 188 pixman_bool_t pixman_transform_point_3d (const struct pixman_transform *transform, 190 pixman_bool_t pixman_transform_point (const struct pixman_transform *transform, 192 pixman_bool_t pixman_transform_multiply (struct pixman_transform *dst, 198 pixman_bool_t pixman_transform_scale (struct pixman_transform *forward, 205 pixman_bool_t pixman_transform_rotate (struct pixman_transform *forward, 212 pixman_bool_t pixman_transform_translate (struct pixman_transform *forward, 216 pixman_bool_t pixman_transform_bounds (const struct pixman_transform *matrix, 218 pixman_bool_t pixman_transform_invert (struct pixman_transform *dst, 220 pixman_bool_t pixman_transform_is_identity (const struct pixman_transform *t); [all …]
|
D | pixman-private.h | 98 pixman_bool_t have_clip_region; /* FALSE if there is no clip */ 99 pixman_bool_t client_clip; /* Whether the source clip was 101 pixman_bool_t clip_sources; /* Whether the clip applies when 104 pixman_bool_t dirty; 113 pixman_bool_t component_alpha; 279 pixman_bool_t 286 pixman_bool_t clear); 287 pixman_bool_t 293 pixman_bool_t 333 pixman_bool_t need_reset; [all …]
|
D | pixman-ppc.c | 37 static pixman_bool_t 56 static pixman_bool_t 81 static pixman_bool_t 124 static pixman_bool_t
|
D | pixman-utils.c | 33 pixman_bool_t 39 pixman_bool_t 45 pixman_bool_t 219 pixman_bool_t 226 pixman_bool_t retval; in pixman_region16_copy_from_region32() 249 pixman_bool_t 257 pixman_bool_t retval; in pixman_region32_copy_from_region16()
|
D | pixman-matrix.c | 174 fixed_112_16_to_fixed_48_16 (int64_t hi, int64_t lo, pixman_bool_t *clampflag) in fixed_112_16_to_fixed_48_16() 197 PIXMAN_EXPORT pixman_bool_t 202 pixman_bool_t clampflag = FALSE; in pixman_transform_point_31_16() 381 PIXMAN_EXPORT pixman_bool_t 401 PIXMAN_EXPORT pixman_bool_t 422 PIXMAN_EXPORT pixman_bool_t 477 PIXMAN_EXPORT pixman_bool_t 520 PIXMAN_EXPORT pixman_bool_t 559 PIXMAN_EXPORT pixman_bool_t 585 PIXMAN_EXPORT pixman_bool_t [all …]
|
D | pixman-image.c | 78 pixman_bool_t 134 pixman_bool_t 208 PIXMAN_EXPORT pixman_bool_t 556 PIXMAN_EXPORT pixman_bool_t 561 pixman_bool_t result; in pixman_image_set_clip_region32() 580 PIXMAN_EXPORT pixman_bool_t 585 pixman_bool_t result; in pixman_image_set_clip_region() 606 pixman_bool_t client_clip) in pixman_image_set_has_client_clip() 611 PIXMAN_EXPORT pixman_bool_t 623 pixman_bool_t result; in pixman_image_set_transform() [all …]
|
D | pixman-implementation.c | 195 pixman_bool_t component_alpha, in _pixman_implementation_lookup_combiner() 196 pixman_bool_t narrow) in _pixman_implementation_lookup_combiner() 232 pixman_bool_t 263 pixman_bool_t 288 pixman_bool_t 320 pixman_bool_t 352 pixman_bool_t
|
D | pixman.c | 140 pixman_bool_t is_source_opaque, is_dest_opaque; in optimize_operator() 158 static inline pixman_bool_t 204 static inline pixman_bool_t 227 pixman_bool_t 336 static pixman_bool_t 400 static pixman_bool_t 734 PIXMAN_EXPORT pixman_bool_t 756 PIXMAN_EXPORT pixman_bool_t 780 static pixman_bool_t 837 PIXMAN_EXPORT pixman_bool_t [all …]
|
D | pixman-x86.c | 77 static pixman_bool_t 203 static pixman_bool_t 206 static pixman_bool_t initialized; in have_feature()
|
D | pixman-general.c | 40 static pixman_bool_t 61 static pixman_bool_t 118 pixman_bool_t component_alpha; in general_composite_rect()
|
D | pixman-region.c | 118 static pixman_bool_t 294 PIXMAN_EXPORT pixman_bool_t 435 static pixman_bool_t 446 static pixman_bool_t 507 PIXMAN_EXPORT pixman_bool_t 657 static inline pixman_bool_t 739 typedef pixman_bool_t (*overlap_proc_ptr) (region_type_t *region, 747 static pixman_bool_t 1107 static pixman_bool_t 1156 PIXMAN_EXPORT pixman_bool_t [all …]
|
D | pixman-arm.c | 189 static pixman_bool_t 192 static pixman_bool_t initialized; in have_feature()
|
D | pixman-noop.c | 62 static pixman_bool_t 134 static pixman_bool_t
|
D | pixman-mips.c | 33 static pixman_bool_t
|
D | pixman-mips-dspr2.h | 268 pixman_bool_t zero_src) \ 312 pixman_bool_t zero_src) \ 362 pixman_bool_t zero_src) \ 413 pixman_bool_t zero_src) \
|
D | pixman-arm-common.h | 249 pixman_bool_t zero_src) \ 296 pixman_bool_t zero_src) \ 353 pixman_bool_t zero_src) \ 402 pixman_bool_t zero_src) \
|
D | pixman-bits-image.c | 57 int x, int y, pixman_bool_t check_bounds) in fetch_pixel_no_alpha() 69 int x, int y, pixman_bool_t check_bounds); 615 fetch_pixel_general (bits_image_t *image, int x, int y, pixman_bool_t check_bounds) in fetch_pixel_general() 1226 pixman_bool_t wide, in bits_image_fetch_untransformed_repeat_none() 1270 pixman_bool_t wide, in bits_image_fetch_untransformed_repeat_normal() 1671 pixman_bool_t clear) in create_bits() 1709 pixman_bool_t 1716 pixman_bool_t clear) in _pixman_bits_image_init() 1758 pixman_bool_t clear) in create_bits_image_internal()
|
D | pixman-arm-simd.c | 82 static pixman_bool_t 127 static pixman_bool_t
|
/external/pixman/test/ |
D | matrix-test.c | 37 pixman_bool_t 62 pixman_bool_t does_it_fit_fixed_48_16 (__float128 x) in does_it_fit_fixed_48_16() 78 pixman_bool_t is_affine; in test_matrix() 84 pixman_bool_t transform_ok; in test_matrix()
|
D | utils.h | 68 static force_inline pixman_bool_t 124 pixman_bool_t 197 pixman_bool_t component_alpha); 225 pixman_bool_t
|
D | utils.c | 143 pixman_bool_t remove_alpha, in compute_crc32_for_image_internal() 144 pixman_bool_t remove_rgb) in compute_crc32_for_image_internal() 475 pixman_bool_t 485 pixman_bool_t result = FALSE; in write_png() 543 pixman_bool_t 840 pixman_bool_t retry; in initialize_palette() 1268 pixman_bool_t component_alpha) in do_composite() 1532 pixman_bool_t 1538 pixman_bool_t result; in pixel_checker_check()
|
D | composite.c | 226 static pixman_bool_t 231 pixman_bool_t component_alpha, in composite_test() 447 static pixman_bool_t
|
D | pixel-test.c | 161 static pixman_bool_t 167 pixman_bool_t result = TRUE; in verify()
|
D | stress-test.c | 405 set_general_properties (pixman_image_t *image, pixman_bool_t allow_alpha_map) in set_general_properties() 847 run_test (uint32_t seed, pixman_bool_t verbose, uint32_t mod) in run_test() 947 static pixman_bool_t 971 pixman_bool_t use_threads = TRUE; in main()
|
D | combiner-test.c | 95 pixman_bool_t component_alpha) in lookup_combiner()
|
12