Searched refs:srcRect_height (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
453 srcRect_height = MIN( vis_reg->rects[rect].y2, bbox.height + bbox.y)
463 (uint32_t) srcRect_width, (uint32_t) srcRect_height,AllPlanes,format) ;
465 srcRect_height,reg,ximage,dst_x,dst_y) ;
506 int32_t srcRect_x,srcRect_y,srcRect_width,srcRect_height ; local
546 srcRect_height = MIN( reg->height + reg->y_vis, bbox.height
556 (uint32_t) srcRect_width, (uint32_t) srcRect_height,
565 for (y1 = 0; y1 < srcRect_height; y1++) {
594 for (y1 = 0; y1 < srcRect_height; y1++) {
620 for (y1 = 0; y1 < srcRect_height; y
[all...]

Completed in 31 milliseconds