Searched refs:srcRect_width (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c402 int32_t srcRect_x,srcRect_y,srcRect_width,srcRect_height ; local
450 srcRect_width = MIN( vis_reg->rects[rect].x2, bbox.width + bbox.x)
463 (uint32_t) srcRect_width, (uint32_t) srcRect_height,AllPlanes,format) ;
464 TransferImage(disp,reg_image,srcRect_width,
506 int32_t srcRect_x,srcRect_y,srcRect_width,srcRect_height ; local
544 srcRect_width = MIN( reg->width + reg->x_vis, bbox.width + bbox.x)
556 (uint32_t) srcRect_width, (uint32_t) srcRect_height,
567 for (x1 = 0; x1 < srcRect_width; x1++)
595 for (x1 = 0; x1 < srcRect_width; x1++)
621 for (x1 = 0; x1 < srcRect_width; x
[all...]

Completed in 31 milliseconds