HomeSort by relevance Sort by last modified time
    Searched refs:x_phase_bits (Results 1 - 2 of 2) sorted by null

  /external/pixman/pixman/
pixman-bits-image.c 441 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;
    [all...]
pixman-image.c 691 int x_phase_bits = pixman_fixed_to_int (params[2]); local
693 int n_x_phases = (1 << x_phase_bits);

Completed in 50 milliseconds