Lines Matching refs:next_plane
737 u_long next_plane; /* modulo for next plane */
1445 par->next_plane = div8(upx(16 << maxfmode, par->vxres));
1446 par->next_line = par->bpp * par->next_plane;
1453 par->next_plane = par->vyres * par->next_line;
1454 if (par->next_plane * par->bpp > info->fix.smem_len) {
2169 for (i = 0; i < (short)par->bpp; i++, p += par->next_plane) {
2187 for (i = 0; i < (short)par->bpp; i++, p += par->next_plane) {
2203 for (i = 0; i < (short)par->bpp; i++, p += par->next_plane) {
2226 for (i = 0; i < (short)par->bpp; i++, p += par->next_plane) {
3137 static inline void fill_one_line(int bpp, unsigned long next_plane,
3148 dst_idx += next_plane * 8;
3152 static inline void xor_one_line(int bpp, unsigned long next_plane,
3163 dst_idx += next_plane * 8;
3198 par->next_plane, dst, dst_idx, width,
3203 xor_one_line(info->var.bits_per_pixel, par->next_plane,
3211 static inline void copy_one_line(int bpp, unsigned long next_plane,
3223 dst_idx += next_plane * 8;
3224 src_idx += next_plane * 8;
3228 static inline void copy_one_line_rev(int bpp, unsigned long next_plane,
3240 dst_idx += next_plane * 8;
3241 src_idx += next_plane * 8;
3295 par->next_plane, dst, dst_idx, src,
3301 par->next_plane, dst, dst_idx, src,
3310 static inline void expand_one_line(int bpp, unsigned long next_plane,
3335 dst_idx += next_plane * 8;
3372 par->next_plane, dst, dst_idx, width,
3380 height, par->next_line, par->next_plane,