ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/background.C
(Generate patch)

Comparing rxvt-unicode/src/background.C (file contents):
Revision 1.93 by sf-exg, Tue Oct 19 14:44:30 2010 UTC vs.
Revision 1.96 by sf-exg, Fri Oct 22 16:49:26 2010 UTC

428 { 428 {
429 flags = new_flags; 429 flags = new_flags;
430 changed++; 430 changed++;
431 } 431 }
432 432
433 //fprintf (stderr, "flags = %lX, scale = %ux%u, align=%+d%+d\n",
434 // flags, h_scale, v_scale, h_align, v_align);
435 return (changed > 0); 433 return (changed > 0);
436} 434}
437 435
438void 436void
439bgPixmap_t::get_image_geometry (int image_width, int image_height, int &w, int &h, int &x, int &y) 437bgPixmap_t::get_image_geometry (int image_width, int image_height, int &w, int &h, int &x, int &y)
529 527
530 int x = 0; 528 int x = 0;
531 int y = 0; 529 int y = 0;
532 int w = 0; 530 int w = 0;
533 int h = 0; 531 int h = 0;
534
535 TIMING_TEST_START (asim);
536 532
537 if (original_asim) 533 if (original_asim)
538 get_image_geometry (original_asim->width, original_asim->height, w, h, x, y); 534 get_image_geometry (original_asim->width, original_asim->height, w, h, x, y);
539 535
540 if (!original_asim 536 if (!original_asim
657 } 653 }
658 654
659 free (layers); 655 free (layers);
660 } 656 }
661 } 657 }
662 TIMING_TEST_PRINT_RESULT (asim);
663 658
664 bool ret = false; 659 bool ret = false;
665 660
666 if (result) 661 if (result)
667 { 662 {
713 708
714 if (result != background && result != original_asim) 709 if (result != background && result != original_asim)
715 destroy_asimage (&result); 710 destroy_asimage (&result);
716 711
717 XFreeGC (target->dpy, gc); 712 XFreeGC (target->dpy, gc);
718 TIMING_TEST_PRINT_RESULT (asim);
719 713
720 ret = true; 714 ret = true;
721 } 715 }
722 716
723 if (background) 717 if (background)
1283 } 1277 }
1284 1278
1285 XRenderFreePicture (dpy, mask_pic); 1279 XRenderFreePicture (dpy, mask_pic);
1286 XRenderFreePicture (dpy, overlay_pic); 1280 XRenderFreePicture (dpy, overlay_pic);
1287 XRenderFreePicture (dpy, back_pic); 1281 XRenderFreePicture (dpy, back_pic);
1288# if DO_TIMING_TEST
1289 XSync (dpy, False);
1290# endif
1291# endif 1282# endif
1292 } 1283 }
1293 1284
1294 return ret; 1285 return ret;
1295} 1286}
1320 int window_height = target->szHint.height; 1311 int window_height = target->szHint.height;
1321 int sx, sy; 1312 int sx, sy;
1322 XGCValues gcv; 1313 XGCValues gcv;
1323 GC gc; 1314 GC gc;
1324 1315
1325 TIMING_TEST_START (tp);
1326 target->get_window_origin (sx, sy); 1316 target->get_window_origin (sx, sy);
1327 1317
1328 /* check if we are outside of the visible part of the virtual screen : */ 1318 /* check if we are outside of the visible part of the virtual screen : */
1329 if (sx + window_width <= 0 || sy + window_height <= 0 1319 if (sx + window_width <= 0 || sy + window_height <= 0
1330 || sx >= root_width || sy >= root_height) 1320 || sx >= root_width || sy >= root_height)
1367 { 1357 {
1368 XFillRectangle (dpy, tiled_root_pmap, gc, 0, 0, window_width, window_height); 1358 XFillRectangle (dpy, tiled_root_pmap, gc, 0, 0, window_width, window_height);
1369 result |= transpPmapTiled; 1359 result |= transpPmapTiled;
1370 XFreeGC (dpy, gc); 1360 XFreeGC (dpy, gc);
1371 } 1361 }
1372 TIMING_TEST_PRINT_RESULT (tp);
1373 1362
1374 if (tiled_root_pmap != None) 1363 if (tiled_root_pmap != None)
1375 { 1364 {
1376 if (!need_client_side_rendering ()) 1365 if (!need_client_side_rendering ())
1377 { 1366 {
1394 pmap_width = window_width; 1383 pmap_width = window_width;
1395 pmap_height = window_height; 1384 pmap_height = window_height;
1396 pmap_depth = root_depth; 1385 pmap_depth = root_depth;
1397 } 1386 }
1398 1387
1399 TIMING_TEST_PRINT_RESULT (tp);
1400
1401 return result; 1388 return result;
1402} 1389}
1403 1390
1404bool 1391bool
1405bgPixmap_t::set_root_pixmap () 1392bgPixmap_t::set_root_pixmap ()
1427{ 1414{
1428 unsigned long background_flags = 0; 1415 unsigned long background_flags = 0;
1429 1416
1430 if (target == NULL) 1417 if (target == NULL)
1431 return false; 1418 return false;
1432
1433 TIMING_TEST_START (tp);
1434 1419
1435 invalidate (); 1420 invalidate ();
1436# ifdef ENABLE_TRANSPARENCY 1421# ifdef ENABLE_TRANSPARENCY
1437 if (flags & isTransparent) 1422 if (flags & isTransparent)
1438 { 1423 {
1527 } 1512 }
1528 } 1513 }
1529 1514
1530 apply (); 1515 apply ();
1531 1516
1532 XSync (target->dpy, False);
1533 valid_since = ev::now (); 1517 valid_since = ev::now ();
1534
1535 TIMING_TEST_PRINT_RESULT (tp);
1536 1518
1537 return true; 1519 return true;
1538} 1520}
1539 1521
1540bool 1522bool
1613#endif /* HAVE_BG_PIXMAP */ 1595#endif /* HAVE_BG_PIXMAP */
1614 1596
1615#if defined(ENABLE_TRANSPARENCY) && !defined(HAVE_AFTERIMAGE) && !XFT 1597#if defined(ENABLE_TRANSPARENCY) && !defined(HAVE_AFTERIMAGE) && !XFT
1616/* taken from aterm-0.4.2 */ 1598/* taken from aterm-0.4.2 */
1617 1599
1618typedef uint32_t RUINT32T;
1619
1620static void 1600static void
1621ShadeXImage(Visual *visual, XImage *srcImage, int shade, int rm, int gm, int bm) 1601ShadeXImage(Visual *visual, XImage *srcImage, int shade, int rm, int gm, int bm)
1622{ 1602{
1623 int sh_r, sh_g, sh_b; 1603 int sh_r, sh_g, sh_b;
1624 RUINT32T mask_r, mask_g, mask_b; 1604 uint32_t mask_r, mask_g, mask_b;
1625 RUINT32T *lookup, *lookup_r, *lookup_g, *lookup_b; 1605 uint32_t *lookup, *lookup_r, *lookup_g, *lookup_b;
1626 unsigned int lower_lim_r, lower_lim_g, lower_lim_b; 1606 unsigned int lower_lim_r, lower_lim_g, lower_lim_b;
1627 unsigned int upper_lim_r, upper_lim_g, upper_lim_b; 1607 unsigned int upper_lim_r, upper_lim_g, upper_lim_b;
1628 int i; 1608 int i;
1629 int host_byte_order = byteorder.big_endian () ? MSBFirst : LSBFirst; 1609 int host_byte_order = byteorder.big_endian () ? MSBFirst : LSBFirst;
1630 1610
1641 case 15: 1621 case 15:
1642 if ((mask_r != 0x7c00) || 1622 if ((mask_r != 0x7c00) ||
1643 (mask_g != 0x03e0) || 1623 (mask_g != 0x03e0) ||
1644 (mask_b != 0x001f)) 1624 (mask_b != 0x001f))
1645 return; 1625 return;
1646 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(32+32+32)); 1626 lookup = (uint32_t *) malloc (sizeof (uint32_t)*(32+32+32));
1647 lookup_r = lookup; 1627 lookup_r = lookup;
1648 lookup_g = lookup+32; 1628 lookup_g = lookup+32;
1649 lookup_b = lookup+32+32; 1629 lookup_b = lookup+32+32;
1650 sh_r = 10; 1630 sh_r = 10;
1651 sh_g = 5; 1631 sh_g = 5;
1654 case 16: 1634 case 16:
1655 if ((mask_r != 0xf800) || 1635 if ((mask_r != 0xf800) ||
1656 (mask_g != 0x07e0) || 1636 (mask_g != 0x07e0) ||
1657 (mask_b != 0x001f)) 1637 (mask_b != 0x001f))
1658 return; 1638 return;
1659 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(32+64+32)); 1639 lookup = (uint32_t *) malloc (sizeof (uint32_t)*(32+64+32));
1660 lookup_r = lookup; 1640 lookup_r = lookup;
1661 lookup_g = lookup+32; 1641 lookup_g = lookup+32;
1662 lookup_b = lookup+32+64; 1642 lookup_b = lookup+32+64;
1663 sh_r = 11; 1643 sh_r = 11;
1664 sh_g = 5; 1644 sh_g = 5;
1667 case 24: 1647 case 24:
1668 if ((mask_r != 0xff0000) || 1648 if ((mask_r != 0xff0000) ||
1669 (mask_g != 0x00ff00) || 1649 (mask_g != 0x00ff00) ||
1670 (mask_b != 0x0000ff)) 1650 (mask_b != 0x0000ff))
1671 return; 1651 return;
1672 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(256+256+256)); 1652 lookup = (uint32_t *) malloc (sizeof (uint32_t)*(256+256+256));
1673 lookup_r = lookup; 1653 lookup_r = lookup;
1674 lookup_g = lookup+256; 1654 lookup_g = lookup+256;
1675 lookup_b = lookup+256+256; 1655 lookup_b = lookup+256+256;
1676 sh_r = 16; 1656 sh_r = 16;
1677 sh_g = 8; 1657 sh_g = 8;
1680 case 32: 1660 case 32:
1681 if ((mask_r != 0xff0000) || 1661 if ((mask_r != 0xff0000) ||
1682 (mask_g != 0x00ff00) || 1662 (mask_g != 0x00ff00) ||
1683 (mask_b != 0x0000ff)) 1663 (mask_b != 0x0000ff))
1684 return; 1664 return;
1685 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(256+256+256)); 1665 lookup = (uint32_t *) malloc (sizeof (uint32_t)*(256+256+256));
1686 lookup_r = lookup; 1666 lookup_r = lookup;
1687 lookup_g = lookup+256; 1667 lookup_g = lookup+256;
1688 lookup_b = lookup+256+256; 1668 lookup_b = lookup+256+256;
1689 sh_r = 16; 1669 sh_r = 16;
1690 sh_g = 8; 1670 sh_g = 8;
1701 1681
1702 lower_lim_r = 65535-rm; 1682 lower_lim_r = 65535-rm;
1703 lower_lim_g = 65535-gm; 1683 lower_lim_g = 65535-gm;
1704 lower_lim_b = 65535-bm; 1684 lower_lim_b = 65535-bm;
1705 1685
1706 lower_lim_r = 65535-(unsigned int)(((RUINT32T)lower_lim_r)*((RUINT32T)shade)/100); 1686 lower_lim_r = 65535-(unsigned int)(((uint32_t)lower_lim_r)*((uint32_t)shade)/100);
1707 lower_lim_g = 65535-(unsigned int)(((RUINT32T)lower_lim_g)*((RUINT32T)shade)/100); 1687 lower_lim_g = 65535-(unsigned int)(((uint32_t)lower_lim_g)*((uint32_t)shade)/100);
1708 lower_lim_b = 65535-(unsigned int)(((RUINT32T)lower_lim_b)*((RUINT32T)shade)/100); 1688 lower_lim_b = 65535-(unsigned int)(((uint32_t)lower_lim_b)*((uint32_t)shade)/100);
1709 1689
1710 upper_lim_r = upper_lim_g = upper_lim_b = 65535; 1690 upper_lim_r = upper_lim_g = upper_lim_b = 65535;
1711 } 1691 }
1712 else 1692 else
1713 { 1693 {
1714 1694
1715 lower_lim_r = lower_lim_g = lower_lim_b = 0; 1695 lower_lim_r = lower_lim_g = lower_lim_b = 0;
1716 1696
1717 upper_lim_r = (unsigned int)((((RUINT32T)rm)*((RUINT32T)shade))/100); 1697 upper_lim_r = (unsigned int)((((uint32_t)rm)*((uint32_t)shade))/100);
1718 upper_lim_g = (unsigned int)((((RUINT32T)gm)*((RUINT32T)shade))/100); 1698 upper_lim_g = (unsigned int)((((uint32_t)gm)*((uint32_t)shade))/100);
1719 upper_lim_b = (unsigned int)((((RUINT32T)bm)*((RUINT32T)shade))/100); 1699 upper_lim_b = (unsigned int)((((uint32_t)bm)*((uint32_t)shade))/100);
1720 } 1700 }
1721 1701
1722 /* fill our lookup tables */ 1702 /* fill our lookup tables */
1723 for (i = 0; i <= mask_r>>sh_r; i++) 1703 for (i = 0; i <= mask_r>>sh_r; i++)
1724 { 1704 {
1725 RUINT32T tmp; 1705 uint32_t tmp;
1726 tmp = ((RUINT32T)i)*((RUINT32T)(upper_lim_r-lower_lim_r)); 1706 tmp = ((uint32_t)i)*((uint32_t)(upper_lim_r-lower_lim_r));
1727 tmp += ((RUINT32T)(mask_r>>sh_r))*((RUINT32T)lower_lim_r); 1707 tmp += ((uint32_t)(mask_r>>sh_r))*((uint32_t)lower_lim_r);
1728 lookup_r[i] = (tmp/65535)<<sh_r; 1708 lookup_r[i] = (tmp/65535)<<sh_r;
1729 } 1709 }
1730 for (i = 0; i <= mask_g>>sh_g; i++) 1710 for (i = 0; i <= mask_g>>sh_g; i++)
1731 { 1711 {
1732 RUINT32T tmp; 1712 uint32_t tmp;
1733 tmp = ((RUINT32T)i)*((RUINT32T)(upper_lim_g-lower_lim_g)); 1713 tmp = ((uint32_t)i)*((uint32_t)(upper_lim_g-lower_lim_g));
1734 tmp += ((RUINT32T)(mask_g>>sh_g))*((RUINT32T)lower_lim_g); 1714 tmp += ((uint32_t)(mask_g>>sh_g))*((uint32_t)lower_lim_g);
1735 lookup_g[i] = (tmp/65535)<<sh_g; 1715 lookup_g[i] = (tmp/65535)<<sh_g;
1736 } 1716 }
1737 for (i = 0; i <= mask_b>>sh_b; i++) 1717 for (i = 0; i <= mask_b>>sh_b; i++)
1738 { 1718 {
1739 RUINT32T tmp; 1719 uint32_t tmp;
1740 tmp = ((RUINT32T)i)*((RUINT32T)(upper_lim_b-lower_lim_b)); 1720 tmp = ((uint32_t)i)*((uint32_t)(upper_lim_b-lower_lim_b));
1741 tmp += ((RUINT32T)(mask_b>>sh_b))*((RUINT32T)lower_lim_b); 1721 tmp += ((uint32_t)(mask_b>>sh_b))*((uint32_t)lower_lim_b);
1742 lookup_b[i] = (tmp/65535)<<sh_b; 1722 lookup_b[i] = (tmp/65535)<<sh_b;
1743 } 1723 }
1744 1724
1745 /* apply table to input image (replacing colors by newly calculated ones) */ 1725 /* apply table to input image (replacing colors by newly calculated ones) */
1746 if (srcImage->bits_per_pixel == 32 1726 if (srcImage->bits_per_pixel == 32
1747 && (srcImage->depth == 24 || srcImage->depth == 32) 1727 && (srcImage->depth == 24 || srcImage->depth == 32)
1748 && srcImage->byte_order == host_byte_order) 1728 && srcImage->byte_order == host_byte_order)
1749 { 1729 {
1750 RUINT32T *p1, *pf, *p, *pl; 1730 uint32_t *p1, *pf, *p, *pl;
1751 p1 = (RUINT32T *) srcImage->data; 1731 p1 = (uint32_t *) srcImage->data;
1752 pf = (RUINT32T *) (srcImage->data + srcImage->height * srcImage->bytes_per_line); 1732 pf = (uint32_t *) (srcImage->data + srcImage->height * srcImage->bytes_per_line);
1753 1733
1754 while (p1 < pf) 1734 while (p1 < pf)
1755 { 1735 {
1756 p = p1; 1736 p = p1;
1757 pl = p1 + srcImage->width; 1737 pl = p1 + srcImage->width;
1760 *p = lookup_r[(*p & 0xff0000) >> 16] | 1740 *p = lookup_r[(*p & 0xff0000) >> 16] |
1761 lookup_g[(*p & 0x00ff00) >> 8] | 1741 lookup_g[(*p & 0x00ff00) >> 8] |
1762 lookup_b[(*p & 0x0000ff)] | 1742 lookup_b[(*p & 0x0000ff)] |
1763 (*p & 0xff000000); 1743 (*p & 0xff000000);
1764 } 1744 }
1765 p1 = (RUINT32T *) ((char *) p1 + srcImage->bytes_per_line); 1745 p1 = (uint32_t *) ((char *) p1 + srcImage->bytes_per_line);
1766 } 1746 }
1767 } 1747 }
1768 else 1748 else
1769 { 1749 {
1770 for (int y = 0; y < srcImage->height; y++) 1750 for (int y = 0; y < srcImage->height; y++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines