/PHP-7.1/ext/gd/libgd/ |
H A D | gd_crop.c | 120 int color, corners, match; in gdImageCropAuto() local 227 gdImagePtr gdImageCropThreshold(gdImagePtr im, const unsigned int color, const float threshold) in gdImageCropThreshold() 308 static int gdGuessBackgroundColorFromCorners(gdImagePtr im, int *color) in gdGuessBackgroundColorFromCorners()
|
H A D | gd.c | 589 void gdImageColorDeallocate (gdImagePtr im, int color) in gdImageColorDeallocate() 598 void gdImageColorTransparent (gdImagePtr im, int color) in gdImageColorTransparent() 725 void gdImageSetPixel (gdImagePtr im, int x, int y, int color) in gdImageSetPixel() 1018 int color = im->AA_color, color_red, color_green, color_blue; in gdImageAABlend() local 1100 void gdImageLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageLine() 1374 void gdImageDashedLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageDashedLine() 1515 void gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageChar() 1541 void gdImageCharUp (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageCharUp() 1639 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc() 1740 void gdImageFillToBorder (gdImagePtr im, int x, int y, int border, int color) in gdImageFillToBorder() [all …]
|
H A D | gd_color.c | 19 int color, rgb; in gdImageColorMatch() local
|
H A D | wbmp.c | 111 createwbmp (int width, int height, int color) in createwbmp()
|
H A D | gd_interpolation.c | 1210 static inline int getPixelOverflowColorTC(gdImagePtr im, const int x, const int y, const int color) in getPixelOverflowColorTC()
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_set.c | 145 PHPDBG_SET(color) /* {{{ */ in PHPDBG_SET() argument 147 const phpdbg_color_t *color = phpdbg_get_color(param->next->str, param->next->len); in PHPDBG_SET() local
|
H A D | phpdbg_utils.c | 232 const phpdbg_color_t *color = colors; in phpdbg_get_color() local 248 PHPDBG_API void phpdbg_set_color(int element, const phpdbg_color_t *color) /* {{{ */ in phpdbg_set_color() 255 const phpdbg_color_t *color = phpdbg_get_color(name, name_length); in phpdbg_set_color_ex() local
|
H A D | phpdbg_utils.h | 38 #define PHPDBG_COLOR_D(color, code) \ argument
|
H A D | xml.md | 533 ### color ### subsection
|
H A D | phpdbg.c | 432 char *color; in PHP_FUNCTION() local
|
/PHP-7.1/Zend/ |
H A D | zend_gc.c | 99 # define GC_TRACE_SET_COLOR(ref, color) \ argument 119 static const char *gc_color_name(uint32_t color) { in gc_color_name()
|
/PHP-7.1/ext/gd/ |
H A D | gd.c | 1646 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local 2040 zend_long color; in PHP_FUNCTION() local 2974 zend_long color, red, green, blue, alpha = 0; in PHP_FUNCTION() local 3231 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local 3511 static void php_gdimagecharup(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in php_gdimagecharup() 3977 int color, color_org, median; in _php_image_bw_convert() local 4036 int color, color_org, median; in _php_image_convert() local 4648 zend_long color = -1; in PHP_FUNCTION() local
|
/PHP-7.1/sapi/cli/ |
H A D | php_cli_server.c | 1100 int color = 0, effective_status = status; in php_cli_server_log_response() local
|