Lines Matching refs:height
105 int src_y, int dst_x, int dst_y, int width, int height)
126 src_y += height-1;
127 dst_y += height-1;
129 SiS300SetupRect(width, height)
192 int dst_x, int dst_y, int width, int height)
208 if((mymax - mymin) < height) {
231 SiS310SetupRect(width, height)
311 int width, height;
322 if(!rect->width || !rect->height || rect->dx >= vxres || rect->dy >= vyres)
327 height = ((rect->dy + rect->height) > vyres) ? (vyres - rect->dy) : rect->height;
341 SiS300SubsequentSolidFillRect(ivideo, rect->dx, rect->dy, width, height);
348 SiS310SubsequentSolidFillRect(ivideo, rect->dx, rect->dy, width, height);
362 int height = area->height;
373 if(!width || !height ||
381 if((area->sy + height) > vyres) height = vyres - area->sy;
382 if((area->dy + height) > vyres) height = vyres - area->dy;
396 area->dx, area->dy, width, height);
404 area->dx, area->dy, width, height);