Lines Matching defs:y1
84 short x1, x2, y1, y2;
454 - MAX( vis_reg->rects[rect].y1, bbox.y);
459 diff = bbox.y - vis_reg->rects[rect].y1;
460 srcRect_y = MAX( 0, diff) + (vis_reg->rects[rect].y1 - reg->y_rootrel - reg->border);
502 int32_t x1, y1;
565 for (y1 = 0; y1 < srcRect_height; y1++) {
576 pixel = (int32_t) XGetPixel(ximage_ipm,dst_x+x1,dst_y+y1) ;
577 XPutPixel(ximage,dst_x+x1, dst_y+y1,(unsigned long)pixel);
594 for (y1 = 0; y1 < srcRect_height; y1++) {
597 int32_t pixel_value = (int32_t) XGetPixel(image, x1, y1);
605 pixel = (int32_t) XGetPixel(ximage_ipm,dst_x+x1,dst_y+y1) ;
606 XPutPixel(ximage,dst_x+x1, dst_y+y1,(unsigned long)pixel);
620 for (y1 = 0; y1 < srcRect_height; y1++) {
623 int32_t pixel_value = (int32_t) XGetPixel(image, x1, y1);
632 dst_y+y1) ;
633 XPutPixel(ximage,dst_x+x1, dst_y+y1,(unsigned long)pixel);