Searched refs:uxa_drawable_is_offscreen (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-priv.h326 Bool uxa_drawable_is_offscreen(DrawablePtr pDrawable);
H A Duxa-unaccel.c96 return uxa_drawable_is_offscreen(pDrawable) ? 's' : 'm';
H A Duxa.c113 * uxa_drawable_is_offscreen() is a convenience wrapper for
116 Bool uxa_drawable_is_offscreen(DrawablePtr pDrawable) function in typeref:typename:Bool
H A Duxa-render.c77 loc = uxa_drawable_is_offscreen(pict->pDrawable) ? 's' : 'm';
1350 if (!uxa_drawable_is_offscreen(pDst->pDrawable))
1747 if (uxa_drawable_is_offscreen(dst->pDrawable)) {
H A Duxa-glyphs.c969 !uxa_drawable_is_offscreen(pDst->pDrawable) ||
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-priv.h326 Bool uxa_drawable_is_offscreen(DrawablePtr pDrawable);
H A Duxa-unaccel.c96 return uxa_drawable_is_offscreen(pDrawable) ? 's' : 'm';
H A Duxa.c113 * uxa_drawable_is_offscreen() is a convenience wrapper for
116 Bool uxa_drawable_is_offscreen(DrawablePtr pDrawable) function in typeref:typename:Bool
H A Duxa-render.c77 loc = uxa_drawable_is_offscreen(pict->pDrawable) ? 's' : 'm';
1350 if (!uxa_drawable_is_offscreen(pDst->pDrawable))
1747 if (uxa_drawable_is_offscreen(dst->pDrawable)) {
H A Duxa-glyphs.c969 !uxa_drawable_is_offscreen(pDst->pDrawable) ||
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-priv.h334 Bool uxa_drawable_is_offscreen(DrawablePtr pDrawable);
H A Duxa-render.c78 loc = uxa_drawable_is_offscreen(pict->pDrawable) ? 's' : 'm';
802 if (!uxa_drawable_is_offscreen(&pPixmap->drawable)) {
1512 if (!uxa_drawable_is_offscreen(pDst->pDrawable))
1819 if (uxa_drawable_is_offscreen(dst->pDrawable)) {
H A Duxa.c110 * uxa_drawable_is_offscreen() is a convenience wrapper for
113 Bool uxa_drawable_is_offscreen(DrawablePtr pDrawable) function in typeref:typename:Bool
H A Duxa-unaccel.c73 return uxa_drawable_is_offscreen(pDrawable) ? 's' : 'm';
H A Duxa-glyphs.c1051 !uxa_drawable_is_offscreen(pDst->pDrawable) ||
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-priv.h402 uxa_drawable_is_offscreen (DrawablePtr pDrawable);
H A Duxa-unaccel.c74 return uxa_drawable_is_offscreen(pDrawable) ? 's' : 'm';
H A Duxa.c110 * uxa_drawable_is_offscreen() is a convenience wrapper for uxa_pixmap_is_offscreen().
113 uxa_drawable_is_offscreen (DrawablePtr pDrawable) function in typeref:typename:Bool
H A Duxa-render.c78 loc = uxa_drawable_is_offscreen(pict->pDrawable) ? 's' : 'm';

Completed in 25 milliseconds