Home
last modified time | relevance | path

Searched refs:tempcolor (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dtestclient.c305 tempcolor; /* Template color */ in make_raster_file() local
540 for (temprow = 0, tempcolor = 0; y < yend;) in make_raster_file()
543 color = colors[tempcolor]; in make_raster_file()
549 tempcolor ++; in make_raster_file()
550 if (tempcolor >= (int)(sizeof(colors) / sizeof(colors[0]))) in make_raster_file()
551 tempcolor = 0; in make_raster_file()
552 else if (tempcolor > 3 && header.cupsColorSpace == CUPS_CSPACE_SW) in make_raster_file()
553 tempcolor = 0; in make_raster_file()
/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc_tmp.h388 GLushort color0, color1, tempcolor; in storedxtencodedblock() local
404 tempcolor = color0; color0 = color1; color1 = tempcolor; in storedxtencodedblock()