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

  /src/sys/arch/powerpc/tools/chrpicon/
chrpicon.h 43 typedef unsigned char chrpi_pixel; typedef in typeref:typename:unsigned char
52 chrpi_pixel **pixels;
  /src/sys/arch/powerpc/tools/chrpicon/chrpicontoppm/
chrpicontoppm.c 69 chrpi_pixel *imgP;
135 chrpi_pixel *
138 return calloc(cols, sizeof(chrpi_pixel));
184 if ((img->pixels = calloc(img->height, sizeof(chrpi_pixel *))) == NULL)
203 img->pixels[r][c] = (chrpi_pixel)(strtoul(hexstr, NULL, 16));

Completed in 117 milliseconds