Searched refs:imageblt (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-damage.c | 949 Bool imageblt, 960 if (imageblt) 1004 Bool imageblt; local in function:uxa_damage_text 1006 imageblt = (textType == TT_IMAGE8) || (textType == TT_IMAGE16); 1016 if (!imageblt) 1023 charinfo, imageblt, pGC->subWindowMode); 942 uxa_damage_chars(RegionPtr region,DrawablePtr pDrawable,FontPtr font,int x,int y,unsigned int n,CharInfoPtr * charinfo,Bool imageblt,int subWindowMode) argument
|
| H A D | uxa-damage.h | 155 Bool imageblt,
|
| /xsrc/external/mit/xorg-server.old/dist/miext/damage/ |
| H A D | damage.c | 1416 Bool imageblt, 1423 if (imageblt) 1466 Bool imageblt; local in function:damageText 1468 imageblt = (textType == TT_IMAGE8) || (textType == TT_IMAGE16); 1478 if (!imageblt) 1484 charinfo, imageblt, pGC->subWindowMode); 1485 if (imageblt) 1410 damageDamageChars(DrawablePtr pDrawable,FontPtr font,int x,int y,unsigned int n,CharInfoPtr * charinfo,Bool imageblt,int subWindowMode) argument
|
| /xsrc/external/mit/xorg-server/dist/miext/damage/ |
| H A D | damage.c | 1276 CharInfoPtr * charinfo, Bool imageblt, int subWindowMode) 1282 if (imageblt) { 1320 Bool imageblt; local in function:damageText 1322 imageblt = (textType == TT_IMAGE8) || (textType == TT_IMAGE16); 1337 y + pDrawable->y, n, charinfo, imageblt, 1271 damageDamageChars(DrawablePtr pDrawable,FontPtr font,int x,int y,unsigned int n,CharInfoPtr * charinfo,Bool imageblt,int subWindowMode) argument
|
Completed in 7 milliseconds