Lines Matching refs:linelength
504 p->linelength = iBytesPerLine + 3; /* NUL at end of each row */
511 p->goff += p->linelength * iMisAlignment;
512 p->boff += p->linelength * iMisAlignment * 2;
517 p->roff -= p->linelength * iMisAlignment * 2;
518 p->goff -= p->linelength * iMisAlignment;
531 p->linelength, p->linelength, p->pixels, p->pixels, p->roff, p->roff,
555 if (maxoff < p->linelength)
556 maxoff = p->linelength;
652 p->bufstart += p->linelength;