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

/external/pixman/pixman/
H A Dpixman-bits-image.c447 pixman_fixed_t *y_params; local
464 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight;
475 pixman_fixed_48_16_t fy = *y_params++;
768 pixman_fixed_t *y_params; local
796 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight;
800 pixman_fixed_t fy = *y_params++;

Completed in 56 milliseconds