Searched refs:source_is_covered (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | gen2_render.c | 1413 static bool source_is_covered(PicturePtr picture, function in typeref:typename:bool 1472 if (source_is_covered(picture, x, y, w,h)) {
|
| H A D | gen3_render.c | 2722 static bool source_is_covered(PicturePtr picture, function in typeref:typename:bool 2774 if (!source_is_covered(picture, x, y, width, height)) 2994 if (!source_is_covered(picture, x, y, w, h))
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | gen2_render.c | 1438 static bool source_is_covered(PicturePtr picture, function in typeref:typename:bool 1497 if (source_is_covered(picture, x, y, w,h)) {
|
| H A D | gen3_render.c | 2768 static bool source_is_covered(PicturePtr picture, function in typeref:typename:bool 2820 if (!source_is_covered(picture, x, y, width, height)) 3040 if (!source_is_covered(picture, x, y, w, h))
|
Completed in 23 milliseconds