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

  /external/pixman/pixman/
pixman-image.c 692 int y_phase_bits = pixman_fixed_to_int (params[3]); local
694 int n_y_phases = (1 << y_phase_bits);
pixman-bits-image.c 442 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;
    [all...]

Completed in 116 milliseconds