Searched refs:intel_uxa_pixmap_put_image (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_uxa.c | 718 static Bool intel_uxa_pixmap_put_image(PixmapPtr pixmap, function in typeref:typename:Bool 762 return intel_uxa_pixmap_put_image(pixmap, src, src_pitch, x, y, w, h); 799 return intel_uxa_pixmap_put_image(pixmap, src, src_pitch, 0, 0, w, h); 818 ret = intel_uxa_pixmap_put_image(scratch, src, src_pitch, 0, 0, w, h);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_uxa.c | 693 static Bool intel_uxa_pixmap_put_image(PixmapPtr pixmap, function in typeref:typename:Bool 737 return intel_uxa_pixmap_put_image(pixmap, src, src_pitch, x, y, w, h); 774 return intel_uxa_pixmap_put_image(pixmap, src, src_pitch, 0, 0, w, h); 793 ret = intel_uxa_pixmap_put_image(scratch, src, src_pitch, 0, 0, w, h);
|
Completed in 4 milliseconds