Lines Matching refs:pixels
189 im->pixels = (unsigned char **) gdMalloc(sizeof(unsigned char *) * sy);
197 im->pixels[i] = (unsigned char *) gdCalloc(sx, sizeof(unsigned char));
280 if (im->pixels) {
282 gdFree(im->pixels[i]);
284 gdFree(im->pixels);
821 im->pixels[y][x] = color;
987 return im->pixels[y][x];
1586 cx and cy are the center in pixels; w and h are the horizontal
1587 and vertical diameter in pixels. */
3115 const unsigned char *src_row = src->pixels[y];
3138 gdFree(src->pixels[yy]);
3140 gdFree(src->pixels);
3142 src->pixels = NULL;