Searched refs:y_phase_bits (Results 1 - 2 of 2) sorted by relevance

/external/pixman/pixman/
H A Dpixman-image.c692 int y_phase_bits = pixman_fixed_to_int (params[3]); local
694 int n_y_phases = (1 << y_phase_bits);
H A Dpixman-bits-image.c442 int y_phase_bits = pixman_fixed_to_int (params[3]); local
444 int y_phase_shift = 16 - y_phase_bits;
744 int y_phase_bits = pixman_fixed_to_int (params[3]); local
746 int y_phase_shift = 16 - y_phase_bits;

Completed in 590 milliseconds