Home
last modified time | relevance | path

Searched refs:x_phase_bits (Results 1 – 3 of 3) sorted by relevance

/third_party/pixman/pixman/
Dpixman-image.c738 int x_phase_bits = pixman_fixed_to_int (params[2]); in pixman_image_set_filter() local
740 int n_x_phases = (1 << x_phase_bits); in pixman_image_set_filter()
Dpixman-bits-image.c337 int x_phase_bits = pixman_fixed_to_int (params[2]); in bits_image_fetch_pixel_separable_convolution() local
339 int x_phase_shift = 16 - x_phase_bits; in bits_image_fetch_pixel_separable_convolution()
360 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight; in bits_image_fetch_pixel_separable_convolution()
Dpixman-fast-path.c2721 int x_phase_bits = pixman_fixed_to_int (params[2]); in bits_image_fetch_separable_convolution_affine() local
2723 int x_phase_shift = 16 - x_phase_bits; in bits_image_fetch_separable_convolution_affine()
2774 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight; in bits_image_fetch_separable_convolution_affine()