Lines Matching refs:offy
890 req.offy = htons (0); /* = 0cm */
948 req.offy = htons (0); /* = 0cm */
1035 req.offy = htons (params->iTop);
1155 req.offy = htons (pParams->iTop); /* = 0cm */
1213 htons (req->offy), htons (req->lenx), htons (req->leny));
1217 if (htons (req->offy) > 0x0DB6)
1218 req->offy = htons (0x0DB6);
1221 if( htons( req->offy ) < 0 ) req->offy = 0;
1225 if (htons (req->offy) + htons (req->leny) > 0x0DB6)
1226 req->leny = htons (0x0DB6 - htons (req->offy));