blue 221 ext/gd/gd.c ZEND_ARG_INFO(0, blue) blue 229 ext/gd/gd.c ZEND_ARG_INFO(0, blue) blue 237 ext/gd/gd.c ZEND_ARG_INFO(0, blue) blue 245 ext/gd/gd.c ZEND_ARG_INFO(0, blue) blue 412 ext/gd/gd.c ZEND_ARG_INFO(0, blue) blue 430 ext/gd/gd.c ZEND_ARG_INFO(0, blue) blue 437 ext/gd/gd.c ZEND_ARG_INFO(0, blue) blue 449 ext/gd/gd.c ZEND_ARG_INFO(0, blue) blue 456 ext/gd/gd.c ZEND_ARG_INFO(0, blue) blue 464 ext/gd/gd.c ZEND_ARG_INFO(0, blue) blue 1741 ext/gd/gd.c zend_long red, green, blue, alpha; blue 1745 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rllll", &IM, &red, &green, &blue, &alpha) == FAILURE) { blue 1753 ext/gd/gd.c ct = gdImageColorAllocateAlpha(im, red, green, blue, alpha); blue 1766 ext/gd/gd.c zend_long red, green, blue, alpha; blue 1769 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rllll", &IM, &red, &green, &blue, &alpha) == FAILURE) { blue 1777 ext/gd/gd.c RETURN_LONG(gdImageColorResolveAlpha(im, red, green, blue, alpha)); blue 1786 ext/gd/gd.c zend_long red, green, blue, alpha; blue 1789 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rllll", &IM, &red, &green, &blue, &alpha) == FAILURE) { blue 1797 ext/gd/gd.c RETURN_LONG(gdImageColorClosestAlpha(im, red, green, blue, alpha)); blue 1806 ext/gd/gd.c zend_long red, green, blue, alpha; blue 1809 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rllll", &IM, &red, &green, &blue, &alpha) == FAILURE) { blue 1817 ext/gd/gd.c RETURN_LONG(gdImageColorExactAlpha(im, red, green, blue, alpha)); blue 2749 ext/gd/gd.c zend_long red, green, blue; blue 2753 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlll", &IM, &red, &green, &blue) == FAILURE) { blue 2761 ext/gd/gd.c ct = gdImageColorAllocate(im, red, green, blue); blue 2831 ext/gd/gd.c zend_long red, green, blue; blue 2834 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlll", &IM, &red, &green, &blue) == FAILURE) { blue 2842 ext/gd/gd.c RETURN_LONG(gdImageColorClosest(im, red, green, blue)); blue 2851 ext/gd/gd.c zend_long red, green, blue; blue 2854 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlll", &IM, &red, &green, &blue) == FAILURE) { blue 2862 ext/gd/gd.c RETURN_LONG(gdImageColorClosestHWB(im, red, green, blue)); blue 2905 ext/gd/gd.c zend_long red, green, blue; blue 2908 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlll", &IM, &red, &green, &blue) == FAILURE) { blue 2916 ext/gd/gd.c RETURN_LONG(gdImageColorResolve(im, red, green, blue)); blue 2925 ext/gd/gd.c zend_long red, green, blue; blue 2928 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlll", &IM, &red, &green, &blue) == FAILURE) { blue 2936 ext/gd/gd.c RETURN_LONG(gdImageColorExact(im, red, green, blue)); blue 2945 ext/gd/gd.c zend_long color, red, green, blue, alpha = 0; blue 2949 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rllll|l", &IM, &color, &red, &green, &blue, &alpha) == FAILURE) { blue 2962 ext/gd/gd.c im->blue[col] = blue; blue 3042 ext/gd/gd.c im->blue[i] = (int)((pow((pow((im->blue[i] / 255.0), input)), 1.0 / output) * 255) + .5); blue 3973 ext/gd/gd.c median = (im_org->red[color_org] + im_org->green[color_org] + im_org->blue[color_org]) / 3; blue 4144 ext/gd/gd.c median = (im_tmp->red[color_org] + im_tmp->green[color_org] + im_tmp->blue[color_org]) / 3; blue 161 ext/gd/libgd/gd.c im->blue[i] = 0; blue 282 ext/gd/libgd/gd.c bd = im->blue[i] - b; blue 445 ext/gd/libgd/gd.c dist = HWB_Diff(im->red[i], im->green[i], im->blue[i], r, g, b); blue 470 ext/gd/libgd/gd.c if ((im->red[i] == r) && (im->green[i] == g) && (im->blue[i] == b) && (im->alpha[i] == a)) { blue 504 ext/gd/libgd/gd.c im->blue[ct] = b; blue 554 ext/gd/libgd/gd.c bd = (long) (im->blue[c] - b); blue 579 ext/gd/libgd/gd.c im->blue[op] = b; blue 627 ext/gd/libgd/gd.c xlate[p] = gdImageColorClosestAlpha (from, to->red[p], to->green[p], to->blue[p], to->alpha[p]); blue 635 ext/gd/libgd/gd.c to->blue[i] = from->blue[i]; blue 785 ext/gd/libgd/gd.c return gdTrueColorAlpha(im->red[p], im->green[p], im->blue[p], (im->transparent == p) ? gdAlphaTransparent : im->alpha[p]); blue 881 ext/gd/libgd/gd.c p = gdTrueColorAlpha(tile->red[p], tile->green[p], tile->blue[p], tile->alpha[p]); blue 2187 ext/gd/libgd/gd.c gdImageSetPixel(dst, dstX + x, dstY + y, gdTrueColorAlpha(src->red[c], src->green[c], src->blue[c], src->alpha[c])); blue 2243 ext/gd/libgd/gd.c nc = gdImageColorResolveAlpha (dst, src->red[c], src->green[c], src->blue[c], src->alpha[c]); blue 2478 ext/gd/libgd/gd.c double red = 0.0, green = 0.0, blue = 0.0, alpha = 0.0; blue 2518 ext/gd/libgd/gd.c blue += gdTrueColorGetBlue (p) * alpha_factor; blue 2535 ext/gd/libgd/gd.c blue /= spixels; blue 2545 ext/gd/libgd/gd.c blue /= alpha_sum; blue 2554 ext/gd/libgd/gd.c if (blue > 255.0f) { blue 2555 ext/gd/libgd/gd.c blue = 255.0f; blue 2560 ext/gd/libgd/gd.c gdImageSetPixel(dst, x, y, gdTrueColorAlpha ((int) red, (int) green, (int) blue, (int) alpha)); blue 2885 ext/gd/libgd/gd.c int dst_alpha, alpha, red, green, blue; blue 2918 ext/gd/libgd/gd.c blue = (gdTrueColorGetBlue(src) * src_weight blue 2924 ext/gd/libgd/gd.c return ((alpha << 24) + (red << 16) + (green << 8) + blue); blue 3056 ext/gd/libgd/gd.c *(dst_row + x) = gdTrueColorAlpha(src->red[c], src->green[c], src->blue[c], src->alpha[c]); blue 3074 ext/gd/libgd/gd.c src->transparent = gdTrueColorAlpha(src->red[c], src->green[c], src->blue[c], src->alpha[c]); blue 180 ext/gd/libgd/gd.h int blue[gdMaxColors]; blue 736 ext/gd/libgd/gd.h (im)->blue[(c)]) blue 786 ext/gd/libgd/gd.h int gdImageColor(gdImagePtr src, const int red, const int green, const int blue, const int alpha); blue 57 ext/gd/libgd/gd_color.c im2->blue[color] = *(bp++) / count; blue 187 ext/gd/libgd/gd_filter.c int gdImageColor(gdImagePtr src, const int red, const int green, const int blue, const int alpha) blue 212 ext/gd/libgd/gd_filter.c b = b + blue; blue 75 ext/gd/libgd/gd_gd.c if (!gdGetByte(&im->blue[i], in)) { blue 225 ext/gd/libgd/gd_gd.c gdPutC((unsigned char) im->blue[i], out); blue 577 ext/gd/libgd/gd_gif_in.c im->blue[i] = cmap[CM_BLUE][i]; blue 136 ext/gd/libgd/gd_gif_out.c tim->red, tim->green, tim->blue, tim); blue 619 ext/gd/libgd/gd_interpolation.c register int alpha, red, green, blue; blue 630 ext/gd/libgd/gd_interpolation.c blue = (gdTrueColorGetBlue(src) * src_weight blue 633 ext/gd/libgd/gd_interpolation.c return ((alpha << 24) + (red << 16) + (green << 8) + blue); blue 695 ext/gd/libgd/gd_interpolation.c #define colorIndex2RGBA(c) gdTrueColorAlpha(im->red[(c)], im->green[(c)], im->blue[(c)], im->alpha[(c)]) blue 696 ext/gd/libgd/gd_interpolation.c #define colorIndex2RGBcustomA(c, a) gdTrueColorAlpha(im->red[(c)], im->green[(c)], im->blue[(c)], im->alpha[(a)]) blue 778 ext/gd/libgd/gd_interpolation.c b = (int)(m1*im->blue[(c1)] + m2*im->blue[(c2)] + m3*im->blue[(c3)] + m4*im->blue[(c4)]); blue 1228 ext/gd/libgd/gd_interpolation.c new_img->transparent = gdTrueColorAlpha(im->red[transparent], im->green[transparent], im->blue[transparent], im->alpha[transparent]); blue 1286 ext/gd/libgd/gd_interpolation.c const char blue = (char) gd_fxtoi(gd_mulfx(f_w1, f_b1) + gd_mulfx(f_w2, f_b2) + gd_mulfx(f_w3, f_b3) + gd_mulfx(f_w4, f_b4)); blue 1289 ext/gd/libgd/gd_interpolation.c new_img->tpixels[dst_offset_v][dst_offset_h] = gdTrueColorAlpha(red, green, blue, alpha); blue 1373 ext/gd/libgd/gd_interpolation.c const unsigned char blue = (unsigned char) gd_fxtoi(gd_mulfx(f_w1, f_b1) + gd_mulfx(f_w2, f_b2) + gd_mulfx(f_w3, f_b3) + gd_mulfx(f_w4, f_b4)); blue 1376 ext/gd/libgd/gd_interpolation.c new_img->tpixels[dst_offset_v][dst_offset_h] = gdTrueColorAlpha(red, green, blue, alpha); blue 1443 ext/gd/libgd/gd_interpolation.c unsigned char red, green, blue, alpha = 0; blue 1620 ext/gd/libgd/gd_interpolation.c blue = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_blue, f_gamma)), 0, 255); blue 1623 ext/gd/libgd/gd_interpolation.c *(dst_row + dst_offset_x) = gdTrueColorAlpha(red, green, blue, alpha); blue 1878 ext/gd/libgd/gd_interpolation.c const unsigned char blue = (unsigned char) CLAMP(gd_fxtoi(f_blue), 0, 255); blue 1881 ext/gd/libgd/gd_interpolation.c dst->tpixels[dst_offset_y][dst_offset_x++] = gdTrueColorAlpha(red, green, blue, alpha); blue 1939 ext/gd/libgd/gd_interpolation.c unsigned char red, green, blue, alpha; blue 2146 ext/gd/libgd/gd_interpolation.c blue = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_blue, f_gama)), 0, 255); blue 2149 ext/gd/libgd/gd_interpolation.c dst->tpixels[dst_offset_y][dst_offset_x] = gdTrueColorAlpha(red, green, blue, alpha); blue 2174 ext/gd/libgd/gd_interpolation.c bgcolor = gdTrueColorAlpha(src->red[bgcolor], src->green[bgcolor], src->blue[bgcolor], src->alpha[bgcolor]); blue 254 ext/gd/libgd/gd_jpeg.c row[jidx++] = im->blue[idx]; blue 258 ext/gd/libgd/gd_jpeg.c row[jidx++] = im->blue[idx] << 4; blue 266 ext/gd/libgd/gd_png.c palette[i].red = palette[i].green = palette[i].blue = j; blue 271 ext/gd/libgd/gd_png.c palette[i].red = palette[i].green = palette[i].blue = i; blue 309 ext/gd/libgd/gd_png.c trans_color_rgb->blue >> 8); blue 313 ext/gd/libgd/gd_png.c trans_color_rgb->blue); blue 342 ext/gd/libgd/gd_png.c im->blue[i] = palette[i].blue; blue 589 ext/gd/libgd/gd_png.c trans_rgb_value.blue = gdTrueColorGetBlue (im->transparent); blue 651 ext/gd/libgd/gd_png.c palette[mapping[i]].blue = im->blue[i]; blue 657 ext/gd/libgd/gd_png.c palette[i].blue = im->blue[i]; blue 767 ext/gd/libgd/gd_topal.c nim->blue[icolor] = (int) ((c2total + (total >> 1)) / total); blue 773 ext/gd/libgd/gd_topal.c nim->blue[icolor] = 255; blue 836 ext/gd/libgd/gd_topal.c nim->blue[nim->colorsTotal] = gdTrueColorGetBlue (oim->transparent); blue 1048 ext/gd/libgd/gd_topal.c x = nim->blue[i]; blue 1154 ext/gd/libgd/gd_topal.c b = nim->blue[icolor]; blue 1399 ext/gd/libgd/gd_topal.c int *colormap2 = nim->blue; blue 21 ext/gd/libgd/gddemo.c int blue; blue 56 ext/gd/libgd/gddemo.c blue = gdImageColorAllocate (im_out, 0, 0, 255); blue 63 ext/gd/libgd/gddemo.c gdImageArc (im_out, 128, 128, 60, 20, 0, 720, blue); blue 65 ext/gd/libgd/gddemo.c gdImageArc (im_out, 128, 128, 40, 40, 90, 270, blue); blue 68 ext/gd/libgd/gddemo.c gdImageFill (im_out, 8, 8, blue); blue 613 ext/gd/libgd/gdft.c (pixel * im->blue[fg] + npixel * im->blue[bg]) / NUMCOLORS); blue 26 ext/gd/libgd/gdxpm.c int red = 0, green = 0, blue = 0; blue 57 ext/gd/libgd/gdxpm.c blue = strtol(buf, NULL, 16); blue 72 ext/gd/libgd/gdxpm.c blue = strtol(buf, NULL, 16); blue 92 ext/gd/libgd/gdxpm.c blue = strtol(buf, NULL, 16); blue 93 ext/gd/libgd/gdxpm.c blue /= 64; blue 116 ext/gd/libgd/gdxpm.c blue = strtol(buf, NULL, 16); blue 117 ext/gd/libgd/gdxpm.c blue /= 256; blue 122 ext/gd/libgd/gdxpm.c colors[i] = gdImageColorResolve(im, red, green, blue);