Lines Matching refs:x1
84 short x1, x2, y1, y2;
451 - MAX( vis_reg->rects[rect].x1, bbox.x);
456 diff = bbox.x - vis_reg->rects[rect].x1;
457 srcRect_x = MAX( 0, diff) + (vis_reg->rects[rect].x1 - reg->x_rootrel - reg->border);
502 int32_t x1, y1;
567 for (x1 = 0; x1 < srcRect_width; x1++)
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);
595 for (x1 = 0; x1 < srcRect_width; x1++)
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);
621 for (x1 = 0; x1 < srcRect_width; x1++)
623 int32_t pixel_value = (int32_t) XGetPixel(image, x1, y1);
631 pixel = (int32_t) XGetPixel(ximage_ipm,dst_x+x1,
633 XPutPixel(ximage,dst_x+x1, dst_y+y1,(unsigned long)pixel);