Searched defs:x_phase_bits (Results 1 - 2 of 2) sorted by relevance

/external/pixman/pixman/
H A Dpixman-image.c691 int x_phase_bits = pixman_fixed_to_int (params[2]); local
693 int n_x_phases = (1 << x_phase_bits);
H A Dpixman-bits-image.c441 int x_phase_bits = pixman_fixed_to_int (params[2]); local
443 int x_phase_shift = 16 - x_phase_bits;
464 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight;
743 int x_phase_bits = pixman_fixed_to_int (params[2]); local
745 int x_phase_shift = 16 - x_phase_bits;
796 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight;

Completed in 209 milliseconds