Searched refs:box_from_seg (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa-accel.c | 598 static BoxRec box_from_seg(const xSegment *seg, GCPtr gc) function in typeref:typename:BoxRec 665 BoxRec b = box_from_seg(&pSeg[i], pGC);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa-accel.c | 598 static BoxRec box_from_seg(const xSegment *seg, GCPtr gc) function in typeref:typename:BoxRec 665 BoxRec b = box_from_seg(&pSeg[i], pGC);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_accel.c | 10183 static inline bool box_from_seg(BoxPtr b, const xSegment *seg, GCPtr gc) function in typeref:typename:bool 10260 if (box_from_seg(b, seg++, gc)) { 10285 if (box_from_seg(b, seg++, gc)) { 10313 if (!box_from_seg(&box, seg++, gc)) 10346 if (!box_from_seg(b, seg++, gc))
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_accel.c | 10040 static inline void box_from_seg(BoxPtr b, const xSegment *seg, GCPtr gc) function in typeref:typename:void 10110 box_from_seg(b, seg++, gc); 10134 box_from_seg(b++, seg++, gc); 10159 box_from_seg(&box, seg++, gc); 10188 box_from_seg(b, seg++, gc);
|
Completed in 82 milliseconds