Lines Matching refs:line_ofs
852 int line_ofs, height;
864 line_ofs = info->fix.line_length - width;
877 where += line_ofs;
902 int x, x2, y2, vxres, vyres, width, height, line_ofs;
927 line_ofs = info->fix.line_length - width;
945 dst += line_ofs;
961 dst += line_ofs;
981 int height, line_ofs, x;
993 line_ofs = info->fix.line_length - width;
1003 src += line_ofs;
1004 dest += line_ofs;
1007 line_ofs = info->fix.line_length - width;
1019 src -= line_ofs;
1020 dest -= line_ofs;
1034 int height, width, line_ofs;
1077 line_ofs = info->fix.line_length - width;
1093 src += line_ofs;
1094 dst += line_ofs;
1108 src -= line_ofs;
1109 dst -= line_ofs;