Searched refs:pixman_fixed_e (Results 1 – 7 of 7) sorted by relevance
/external/pixman/pixman/ |
D | pixman.c | 452 x_off = - pixman_fixed_e - ((params[0] - pixman_fixed_1) >> 1); in analyze_extent() 453 y_off = - pixman_fixed_e - ((params[1] - pixman_fixed_1) >> 1); in analyze_extent() 460 x_off = - pixman_fixed_e - ((params[0] - pixman_fixed_1) >> 1); in analyze_extent() 461 y_off = - pixman_fixed_e - ((params[1] - pixman_fixed_1) >> 1); in analyze_extent() 477 x_off = - pixman_fixed_e; in analyze_extent() 478 y_off = - pixman_fixed_e; in analyze_extent() 502 transformed.x1 -= 8 * pixman_fixed_e; in analyze_extent() 503 transformed.y1 -= 8 * pixman_fixed_e; in analyze_extent() 504 transformed.x2 += 8 * pixman_fixed_e; in analyze_extent() 505 transformed.y2 += 8 * pixman_fixed_e; in analyze_extent() [all …]
|
D | pixman-edge-imp.h | 58 lx += X_FRAC_FIRST(1) - pixman_fixed_e; in RASTERIZE_EDGES() 59 rx += X_FRAC_FIRST(1) - pixman_fixed_e; in RASTERIZE_EDGES()
|
D | pixman-inlines.h | 466 v.vector[0] -= pixman_fixed_e; \ 467 v.vector[1] -= pixman_fixed_e; \ 511 left_pad, -pixman_fixed_e, 0, src_width_fixed, FALSE); \ 523 right_pad, -pixman_fixed_e, 0, src_width_fixed, FALSE); \ 532 -pixman_fixed_e, 0, src_width_fixed, TRUE); \ 539 -pixman_fixed_e, 0, src_width_fixed, TRUE); \ 551 -pixman_fixed_e, 0, src_width_fixed, TRUE); \ 1126 num_pixels = ((src_width_fixed - vx - pixman_fixed_e) / unit_x) + 1; \ 1154 num_pixels = ((src_width_fixed - pixman_fixed_1 - vx - pixman_fixed_e) \
|
D | pixman-bits-image.c | 77 int x0 = pixman_fixed_to_int (x - pixman_fixed_e); in bits_image_fetch_pixel_nearest() 78 int y0 = pixman_fixed_to_int (y - pixman_fixed_e); in bits_image_fetch_pixel_nearest() 374 x1 = pixman_fixed_to_int (x - pixman_fixed_e - x_off); in bits_image_fetch_pixel_convolution() 375 y1 = pixman_fixed_to_int (y - pixman_fixed_e - y_off); in bits_image_fetch_pixel_convolution() 466 x1 = pixman_fixed_to_int (x - pixman_fixed_e - x_off); in bits_image_fetch_pixel_separable_convolution() 467 y1 = pixman_fixed_to_int (y - pixman_fixed_e - y_off); in bits_image_fetch_pixel_separable_convolution() 789 x1 = pixman_fixed_to_int (x - pixman_fixed_e - x_off); in bits_image_fetch_separable_convolution_affine() 790 y1 = pixman_fixed_to_int (y - pixman_fixed_e - y_off); in bits_image_fetch_separable_convolution_affine() 1067 x0 = pixman_fixed_to_int (x - pixman_fixed_e); in bits_image_fetch_nearest_affine() 1068 y0 = pixman_fixed_to_int (y - pixman_fixed_e); in bits_image_fetch_nearest_affine()
|
D | pixman-trap.c | 43 …f = DIV (f - Y_FRAC_FIRST (n) + (STEP_Y_SMALL (n) - pixman_fixed_e), STEP_Y_SMALL (n)) * STEP_Y_SM… in pixman_sample_ceil_y() 72 f = DIV (f - pixman_fixed_e - Y_FRAC_FIRST (n), STEP_Y_SMALL (n)) * STEP_Y_SMALL (n) + in pixman_sample_floor_y()
|
D | pixman-fast-path.c | 1490 v.vector[0] -= pixman_fixed_e; in fast_composite_scaled_nearest() 1491 v.vector[1] -= pixman_fixed_e; in fast_composite_scaled_nearest() 1777 pixman_fixed_1 / 2 - pixman_fixed_e) - height;\ 1780 pixman_fixed_1 / 2 - pixman_fixed_e); \ 1801 pixman_fixed_1 / 2 - pixman_fixed_e); \ 1804 pixman_fixed_1 / 2 - pixman_fixed_e) - width; \
|
D | pixman.h | 125 #define pixman_fixed_e ((pixman_fixed_t) 1) macro 127 #define pixman_fixed_1_minus_e (pixman_fixed_1 - pixman_fixed_e)
|