| /xsrc/external/mit/pixman/dist/test/ |
| scaling-helpers-test.c | 12 pixman_fixed_t vx_, 13 pixman_fixed_t unit_x, 60 pixman_fixed_t vx = prng_rand_n(10000 << 16) - (3000 << 16); 63 pixman_fixed_t unit_x = prng_rand_n(10 << 16) + 1;
|
| radial-perf-test.c | 9 static const pixman_fixed_t r_inner = 0; 10 static const pixman_fixed_t r_outer = 64 << 16;
|
| cover-test.c | 56 #define MAX_INC ((pixman_fixed_t) \ 143 static pixman_fixed_t 162 static pixman_fixed_t 165 pixman_fixed_t scale, 169 pixman_fixed_t ref_src, ref_dst, scaled_dst; 192 static pixman_fixed_t 195 pixman_fixed_t offset = 0; 258 pixman_fixed_t x_scale, y_scale; 267 pixman_fixed_t fuzz[4];
|
| filter-reduction-test.c | 5 static const pixman_fixed_t entries[] = 70 const pixman_fixed_t *end = entries + ARRAY_LENGTH (entries); 71 const pixman_fixed_t *t0, *t1, *t2, *t3, *t4, *t5;
|
| scaling-crash-test.c | 40 static const pixman_fixed_t kernel[] = 198 pixman_fixed_t one_seventh = 207 pixman_fixed_t scale =
|
| scaling-bench.c | 47 pixman_fixed_t s = (1 / scale) * 65536.0 + 0.5;
|
| gradient-crash-test.c | 85 pixman_fixed_t r_inner; 86 pixman_fixed_t r_outer;
|
| scaling-test.c | 69 pixman_fixed_t scale_x = 65536, scale_y = 65536; 70 pixman_fixed_t translate_x = 0, translate_y = 0; 71 pixman_fixed_t mask_scale_x = 65536, mask_scale_y = 65536; 72 pixman_fixed_t mask_translate_x = 0, mask_translate_y = 0;
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-edge-imp.h | 30 pixman_fixed_t t, 31 pixman_fixed_t b) 33 pixman_fixed_t y = t; 43 pixman_fixed_t lx; 44 pixman_fixed_t rx;
|
| pixman-mips-dspr2.h | 258 pixman_fixed_t vx, \ 259 pixman_fixed_t unit_x); \ 265 pixman_fixed_t vx, \ 266 pixman_fixed_t unit_x, \ 267 pixman_fixed_t max_vx, \ 301 pixman_fixed_t vx, \ 302 pixman_fixed_t unit_x); \ 309 pixman_fixed_t vx, \ 310 pixman_fixed_t unit_x, \ 311 pixman_fixed_t max_vx, [all...] |
| pixman-filter.c | 240 pixman_fixed_t *pstart, 241 pixman_fixed_t *pend 244 pixman_fixed_t *p = pstart; 253 pixman_fixed_t new_total; 286 *p = (pixman_fixed_t)floor (c * 65536.0 + 0.5); 301 pixman_fixed_t t = floor (v + 0.5); 342 gnuplot_filter (int width, int n_phases, const pixman_fixed_t* p) 441 PIXMAN_EXPORT pixman_fixed_t * 443 pixman_fixed_t scale_x, 444 pixman_fixed_t scale_y [all...] |
| pixman.h | 123 typedef pixman_fixed_16_16_t pixman_fixed_t; typedef 125 #define pixman_fixed_e ((pixman_fixed_t) 1) 130 #define pixman_int_to_fixed(i) ((pixman_fixed_t) ((uint32_t) (i) << 16)) 132 #define pixman_double_to_fixed(d) ((pixman_fixed_t) ((d) * 65536.0)) 160 pixman_fixed_t x; 161 pixman_fixed_t y; 175 pixman_fixed_t vector[3]; 180 pixman_fixed_t matrix[3][3]; 205 pixman_fixed_t sx, 206 pixman_fixed_t sy) [all...] |
| pixman-trap.c | 37 PIXMAN_EXPORT pixman_fixed_t 38 pixman_sample_ceil_y (pixman_fixed_t y, int n) 40 pixman_fixed_t f = pixman_fixed_frac (y); 41 pixman_fixed_t i = pixman_fixed_floor (y); 65 PIXMAN_EXPORT pixman_fixed_t 66 pixman_sample_floor_y (pixman_fixed_t y, 69 pixman_fixed_t f = pixman_fixed_frac (y); 70 pixman_fixed_t i = pixman_fixed_floor (y); 130 pixman_fixed_t *stepx_p, 131 pixman_fixed_t *dx_p [all...] |
| pixman-arm-common.h | 238 pixman_fixed_t vx, \ 239 pixman_fixed_t unit_x, \ 240 pixman_fixed_t max_vx); \ 246 pixman_fixed_t vx, \ 247 pixman_fixed_t unit_x, \ 248 pixman_fixed_t max_vx, \ 276 pixman_fixed_t vx, \ 277 pixman_fixed_t unit_x, \ 278 pixman_fixed_t max_vx, \ 286 pixman_fixed_t vx, [all...] |
| pixman-edge.c | 159 pixman_fixed_t t, 160 pixman_fixed_t b) 162 pixman_fixed_t y = t; 175 pixman_fixed_t lx, rx; 345 pixman_fixed_t t, 346 pixman_fixed_t b) 373 pixman_fixed_t t, 374 pixman_fixed_t b)
|
| pixman-matrix.c | 451 d.matrix[dy][dx] = (pixman_fixed_t) v; 461 pixman_fixed_t sx, 462 pixman_fixed_t sy) 471 static pixman_fixed_t 472 fixed_inverse (pixman_fixed_t x) 474 return (pixman_fixed_t) ((((pixman_fixed_48_16_t) F (1)) * F (1)) / x); 480 pixman_fixed_t sx, 481 pixman_fixed_t sy) 508 pixman_fixed_t c, 509 pixman_fixed_t s [all...] |
| pixman-bits-image.c | 75 pixman_fixed_t x, 76 pixman_fixed_t y, 98 pixman_fixed_t x, 99 pixman_fixed_t y, 147 pixman_fixed_t x, 148 pixman_fixed_t y, 196 const void *p, pixman_fixed_t f) 227 const void *p, pixman_fixed_t f) 251 const void *pixel, pixman_fixed_t f); 259 pixman_fixed_t x [all...] |
| pixman-ssse3.c | 47 pixman_fixed_t y; 48 pixman_fixed_t x; 54 int y, pixman_fixed_t x, pixman_fixed_t ux, int n) 160 pixman_fixed_t fx, ux;
|
| pixman-inlines.h | 85 pixman_fixed_to_bilinear_weight (pixman_fixed_t x) 264 pixman_fixed_t vx, 265 pixman_fixed_t unit_x, 334 pixman_fixed_t vx, \ 335 pixman_fixed_t unit_x, \ 336 pixman_fixed_t src_width_fixed, \ 453 pixman_fixed_t src_width_fixed = pixman_int_to_fixed (src_image->bits.width); \ 454 pixman_fixed_t max_vy; \ 456 pixman_fixed_t vx, vy; \ 457 pixman_fixed_t unit_x, unit_y; [all...] |
| /xsrc/external/mit/pixman/dist/demos/ |
| clip-test.c | 41 pixman_fixed_t r_inner; 42 pixman_fixed_t r_outer;
|
| gradient-test.c | 41 pixman_fixed_t r_inner; 42 pixman_fixed_t r_outer;
|
| alpha-test.c | 46 pixman_fixed_t r_inner; 47 pixman_fixed_t r_outer;
|
| convolution-test.c | 17 pixman_fixed_t convolution[] =
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_transform.c | 51 pixman_fixed_t *tx, 52 pixman_fixed_t *ty)
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_transform.c | 51 pixman_fixed_t *tx, 52 pixman_fixed_t *ty)
|