HomeSort by: relevance | last modified time | path
    Searched defs:nrect (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-glyphs.c 660 int x, y, n, nrect; local
786 nrect = REGION_NUM_RECTS(pDst->pCompositeClip);
787 if (nrect == 1) {
820 } while (--nrect);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_glyphs.c 595 int nrect; local
609 nrect = region_num_rects(dst->pCompositeClip);
611 nrect = 0;
652 if (nrect) {
660 for (i = 0; i < nrect; i++) {
765 int nrect = region_num_rects(dst->pCompositeClip); local
766 if (nrect == 0)
809 for (i = 0; i < nrect; i++) {
954 int nrect; local
997 nrect = region_num_rects(dst->pCompositeClip)
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_glyphs.c 595 int nrect; local
609 nrect = region_num_rects(dst->pCompositeClip);
611 nrect = 0;
652 if (nrect) {
660 for (i = 0; i < nrect; i++) {
765 int nrect = region_num_rects(dst->pCompositeClip); local
766 if (nrect == 0)
809 for (i = 0; i < nrect; i++) {
954 int nrect; local
997 nrect = region_num_rects(dst->pCompositeClip)
    [all...]
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_largepixmap.c 265 int nrect; local
269 nrect = RegionNumRects(region);
274 while (nrect--) {

Completed in 9 milliseconds