Lines Matching defs:line_ofs
850 int line_ofs, height;
862 line_ofs = info->fix.line_length - width;
875 where += line_ofs;
900 int x, x2, y2, vxres, vyres, width, height, line_ofs;
925 line_ofs = info->fix.line_length - width;
943 dst += line_ofs;
959 dst += line_ofs;
979 int height, line_ofs, x;
991 line_ofs = info->fix.line_length - width;
1001 src += line_ofs;
1002 dest += line_ofs;
1005 line_ofs = info->fix.line_length - width;
1017 src -= line_ofs;
1018 dest -= line_ofs;
1032 int height, width, line_ofs;
1075 line_ofs = info->fix.line_length - width;
1091 src += line_ofs;
1092 dst += line_ofs;
1106 src -= line_ofs;
1107 dst -= line_ofs;