HomeSort by relevance Sort by last modified time
    Searched full:tempcolor (Results 1 - 2 of 2) sorted by null

  /external/libcups/filter/
testclient.c 414 tempcolor; /* Template color */ local
647 for (temprow = 0, tempcolor = 0; y < yend;)
650 color = colors[tempcolor];
656 tempcolor ++;
657 if (tempcolor >= (int)(sizeof(colors) / sizeof(colors[0])))
658 tempcolor = 0;
659 else if (tempcolor > 3 && header.cupsColorSpace == CUPS_CSPACE_SW)
660 tempcolor = 0;
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c     [all...]

Completed in 77 milliseconds