Lines Matching refs:bpl
446 unsigned size, bpl;
453 bpl = (dev->width * dev->fmt->depth) >> 3;
457 0, UNSET, bpl, 0, dev->height);
461 UNSET, 0, bpl, 0, dev->height);
465 0, bpl * (dev->height >> 1),
466 bpl, 0, dev->height >> 1);
470 bpl * (dev->height >> 1), 0,
471 bpl, 0, dev->height >> 1);
476 0, bpl, bpl, bpl, dev->height >> 1);