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

  /src/sys/dev/stbi/
stb_image.c 3802 int index2 = (tga_height - 1 - j) * tga_width * req_comp; local in function:tga_load
3806 tga_data[index1] = tga_data[index2];
3807 tga_data[index2] = temp;
3809 ++index2;
stb_image.c 3802 int index2 = (tga_height - 1 - j) * tga_width * req_comp; local in function:tga_load
3806 tga_data[index1] = tga_data[index2];
3807 tga_data[index2] = temp;
3809 ++index2;

Completed in 91 milliseconds