HomeSort by: relevance | last modified time | path
    Searched refs:x_phase_bits (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/pixman/dist/pixman/
pixman-bits-image.c 337 int x_phase_bits = pixman_fixed_to_int (params[2]); local
339 int x_phase_shift = 16 - x_phase_bits;
360 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight;
pixman-image.c 762 int x_phase_bits = pixman_fixed_to_int (params[2]); local
764 int n_x_phases = (1 << x_phase_bits);
pixman-fast-path.c 2721 int x_phase_bits = pixman_fixed_to_int (params[2]); local
2723 int x_phase_shift = 16 - x_phase_bits;
2774 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight;

Completed in 10 milliseconds