Lines Matching refs:checkGCDamage
461 #define checkGCDamage(d,g) (getDrawableDamage(d) && \ macro
640 if (npt && checkGCDamage(pDrawable, pGC)) { in damageFillSpans()
688 if (npt && checkGCDamage(pDrawable, pGC)) { in damageSetSpans()
734 if (checkGCDamage(pDrawable, pGC)) { in damagePutImage()
762 if (checkGCDamage(pDst, pGC)) { in damageCopyArea()
795 if (checkGCDamage(pDst, pGC)) { in damageCopyPlane()
822 if (npt && checkGCDamage(pDrawable, pGC)) { in damagePolyPoint()
882 if (npt && checkGCDamage(pDrawable, pGC)) { in damagePolylines()
954 if (nSeg && checkGCDamage(pDrawable, pGC)) { in damagePolySegment()
1034 if (nRects && checkGCDamage(pDrawable, pGC)) { in damagePolyRectangle()
1092 if (nArcs && checkGCDamage(pDrawable, pGC)) { in damagePolyArc()
1140 if (npt > 2 && checkGCDamage(pDrawable, pGC)) { in damageFillPolygon()
1198 if (nRects && checkGCDamage(pDrawable, pGC)) { in damagePolyFillRect()
1234 if (nArcs && checkGCDamage(pDrawable, pGC)) { in damagePolyFillArc()
1324 if (!checkGCDamage(pDrawable, pGC)) in damageText()
1431 if (checkGCDamage(pDrawable, pGC)) { in damagePushPixels()