Lines Matching refs:col

199 	ZEND_ARG_INFO(0, col)
501 ZEND_ARG_INFO(0, col)
510 ZEND_ARG_INFO(0, col)
519 ZEND_ARG_INFO(0, col)
528 ZEND_ARG_INFO(0, col)
537 ZEND_ARG_INFO(0, col)
548 ZEND_ARG_INFO(0, col)
565 ZEND_ARG_INFO(0, col)
572 ZEND_ARG_INFO(0, col)
581 ZEND_ARG_INFO(0, col)
593 ZEND_ARG_INFO(0, col)
600 ZEND_ARG_INFO(0, col)
607 ZEND_ARG_INFO(0, col)
624 ZEND_ARG_INFO(0, col)
633 ZEND_ARG_INFO(0, col)
642 ZEND_ARG_INFO(0, col)
651 ZEND_ARG_INFO(0, col)
738 ZEND_ARG_INFO(0, col)
758 ZEND_ARG_INFO(0, col)
1723 zend_long cx, cy, w, h, ST, E, col, style; in PHP_FUNCTION() local
1727 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rllllllll", &IM, &cx, &cy, &w, &h, &ST, &E, &col, &sty… in PHP_FUNCTION()
1745 gdImageFilledArc(im, cx, cy, w, h, st, e, col, style); in PHP_FUNCTION()
2963 int col; in PHP_FUNCTION() local
2979 col = index; in PHP_FUNCTION()
2981 if (col >= 0 && col < gdImageColorsTotal(im)) { in PHP_FUNCTION()
2982 gdImageColorDeallocate(im, col); in PHP_FUNCTION()
2985 php_error_docref(NULL, E_WARNING, "Color index %d out of range", col); in PHP_FUNCTION()
3037 int col; in PHP_FUNCTION() local
3048 col = color; in PHP_FUNCTION()
3050 if (col >= 0 && col < gdImageColorsTotal(im)) { in PHP_FUNCTION()
3051 im->red[col] = red; in PHP_FUNCTION()
3052 im->green[col] = green; in PHP_FUNCTION()
3053 im->blue[col] = blue; in PHP_FUNCTION()
3054 im->alpha[col] = alpha; in PHP_FUNCTION()
3067 int col; in PHP_FUNCTION() local
3078 col = index; in PHP_FUNCTION()
3080 …if ((col >= 0 && gdImageTrueColor(im)) || (!gdImageTrueColor(im) && col >= 0 && col < gdImageColor… in PHP_FUNCTION()
3083 add_assoc_long(return_value,"red", gdImageRed(im,col)); in PHP_FUNCTION()
3084 add_assoc_long(return_value,"green", gdImageGreen(im,col)); in PHP_FUNCTION()
3085 add_assoc_long(return_value,"blue", gdImageBlue(im,col)); in PHP_FUNCTION()
3086 add_assoc_long(return_value,"alpha", gdImageAlpha(im,col)); in PHP_FUNCTION()
3088 php_error_docref(NULL, E_WARNING, "Color index %d out of range", col); in PHP_FUNCTION()
3152 zend_long x, y, col; in PHP_FUNCTION() local
3159 Z_PARAM_LONG(col) in PHP_FUNCTION()
3166 gdImageSetPixel(im, x, y, col); in PHP_FUNCTION()
3176 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3179 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlllll", &IM, &x1, &y1, &x2, &y2, &col) == FAILURE) { in PHP_FUNCTION()
3188 gdImageSetAntiAliased(im, col); in PHP_FUNCTION()
3189 col = gdAntiAliased; in PHP_FUNCTION()
3191 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3201 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3204 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlllll", &IM, &x1, &y1, &x2, &y2, &col) == FAILURE) { in PHP_FUNCTION()
3212 gdImageDashedLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3222 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3225 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlllll", &IM, &x1, &y1, &x2, &y2, &col) == FAILURE) { in PHP_FUNCTION()
3233 gdImageRectangle(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3243 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3246 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlllll", &IM, &x1, &y1, &x2, &y2, &col) == FAILURE) { in PHP_FUNCTION()
3253 gdImageFilledRectangle(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3263 zend_long cx, cy, w, h, ST, E, col; in PHP_FUNCTION() local
3267 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlllllll", &IM, &cx, &cy, &w, &h, &ST, &E, &col) == FA… in PHP_FUNCTION()
3285 gdImageArc(im, cx, cy, w, h, st, e, col); in PHP_FUNCTION()
3316 zend_long x, y, border, col; in PHP_FUNCTION() local
3319 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rllll", &IM, &x, &y, &border, &col) == FAILURE) { in PHP_FUNCTION()
3327 gdImageFillToBorder(im, x, y, border, col); in PHP_FUNCTION()
3337 zend_long x, y, col; in PHP_FUNCTION() local
3340 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlll", &IM, &x, &y, &col) == FAILURE) { in PHP_FUNCTION()
3348 gdImageFill(im, x, y, col); in PHP_FUNCTION()
3434 int npoints, col, nelem, i; in php_imagepolygon() local
3445 col = COL; in php_imagepolygon()
3473 gdImageSetAntiAliased(im, col); in php_imagepolygon()
3474 col = gdAntiAliased; in php_imagepolygon()
3478 gdImageOpenPolygon(im, points, npoints, col); in php_imagepolygon()
3481 gdImagePolygon(im, points, npoints, col); in php_imagepolygon()
3484 gdImageFilledPolygon(im, points, npoints, col); in php_imagepolygon()
3631 int ch = 0, col, x, y, size, i, l = 0; in php_imagechar() local
3643 col = COL; in php_imagechar()
3660 gdImageChar(im, font, x, y, ch, col); in php_imagechar()
3663 php_gdimagecharup(im, font, x, y, ch, col); in php_imagechar()
3667 gdImageChar(im, font, x, y, (int) ((unsigned char) str[i]), col); in php_imagechar()
3674 gdImageCharUp(im, font, x, y, (int) str[i], col); in php_imagechar()
3992 zend_long col = -1, x = 0, y = 0; in php_imagettftext_common() local
4010 …} else if (zend_parse_parameters(argc, "rddlllss|a", &IM, &ptsize, &angle, &x, &y, &col, &fontname… in php_imagettftext_common()
4051 error = gdImageStringFTEx(im, brect, col, fontname, ptsize, angle, x, y, str, &strex); in php_imagettftext_common()
4054 error = gdImageStringFT(im, brect, col, fontname, ptsize, angle, x, y, str); in php_imagettftext_common()