Lines Matching defs:width
105 int src_y, int dst_x, int dst_y, int width, int height)
122 src_x += width-1;
123 dst_x += width-1;
129 SiS300SetupRect(width, height)
192 int dst_x, int dst_y, int width, int height)
231 SiS310SetupRect(width, height)
311 int width, height;
322 if(!rect->width || !rect->height || rect->dx >= vxres || rect->dy >= vyres)
326 width = ((rect->dx + rect->width) > vxres) ? (vxres - rect->dx) : rect->width;
341 SiS300SubsequentSolidFillRect(ivideo, rect->dx, rect->dy, width, height);
348 SiS310SubsequentSolidFillRect(ivideo, rect->dx, rect->dy, width, height);
361 int width = area->width;
373 if(!width || !height ||
379 if((area->sx + width) > vxres) width = vxres - area->sx;
380 if((area->dx + width) > vxres) width = vxres - area->dx;
396 area->dx, area->dy, width, height);
404 area->dx, area->dy, width, height);