Lines Matching refs:bpl
445 unsigned size, bpl;
452 bpl = (dev->width * dev->fmt->depth) >> 3;
456 0, UNSET, bpl, 0, dev->height);
460 UNSET, 0, bpl, 0, dev->height);
464 0, bpl * (dev->height >> 1),
465 bpl, 0, dev->height >> 1);
469 bpl * (dev->height >> 1), 0,
470 bpl, 0, dev->height >> 1);
475 0, bpl, bpl, bpl, dev->height >> 1);