/php-src/ext/gd/ |
H A D | gd.stub.php | 650 function imagecolordeallocate(GdImage $image, int $color): bool {} 662 function imagecolorsforindex(GdImage $image, int $color): array {} 666 function imagesetpixel(GdImage $image, int $x, int $y, int $color): bool {} 668 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} 670 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} 672 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} 674 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool… 680 function imagefilltoborder(GdImage $image, int $x, int $y, int $border_color, int $color): bool {} 682 function imagefill(GdImage $image, int $x, int $y, int $color): bool {} 686 function imagecolortransparent(GdImage $image, ?int $color = null): int {} [all …]
|
H A D | gd.c | 828 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local 1232 zend_long color; in PHP_FUNCTION() local 2387 zend_long color, red, green, blue, alpha = 0; in PHP_FUNCTION() local 2666 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local 2950 static void php_gdimagecharup(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in php_gdimagecharup() 3643 zval *color; in php_image_filter_scatter() local 3870 zend_long color = -1; in PHP_FUNCTION() local
|
/php-src/ext/gd/libgd/ |
H A D | gd_crop.c | 85 int color, match; in gdImageCropAuto() local 181 gdImagePtr gdImageCropThreshold(gdImagePtr im, const unsigned int color, const float threshold) in gdImageCropThreshold() 255 static int gdGuessBackgroundColorFromCorners(gdImagePtr im, int *color) in gdGuessBackgroundColorFromCorners()
|
H A D | gd.c | 597 void gdImageColorDeallocate (gdImagePtr im, int color) in gdImageColorDeallocate() 606 void gdImageColorTransparent (gdImagePtr im, int color) in gdImageColorTransparent() 733 void gdImageSetPixel (gdImagePtr im, int x, int y, int color) in gdImageSetPixel() 1094 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() 1543 void gdImageCharUp (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageCharUp() 1643 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc() 1856 void gdImageFillToBorder (gdImagePtr im, int x, int y, int border, int color) in gdImageFillToBorder() 2140 void gdImageRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageRectangle() [all …]
|
H A D | gd_color_match.c | 14 int color, rgb; in gdImageColorMatch() local
|
H A D | wbmp.c | 112 createwbmp (int width, int height, int color) in createwbmp()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_set.c | 142 PHPDBG_SET(color) /* {{{ */ in PHPDBG_SET() argument 144 const phpdbg_color_t *color = phpdbg_get_color(param->next->str, param->next->len); in PHPDBG_SET() local
|
H A D | phpdbg.stub.php | 35 function phpdbg_color(int $element, string $color): void {}
|
H A D | phpdbg_utils.c | 229 const phpdbg_color_t *color = colors; in phpdbg_get_color() local 245 PHPDBG_API void phpdbg_set_color(int element, const phpdbg_color_t *color) /* {{{ */ in phpdbg_set_color() 252 const phpdbg_color_t *color = phpdbg_get_color(name, name_length); in phpdbg_set_color_ex() local
|
H A D | phpdbg_utils.h | 36 #define PHPDBG_COLOR_D(color, code) \ argument
|
H A D | phpdbg.c | 380 char *color; in PHP_FUNCTION() local
|
/php-src/Zend/ |
H A D | zend_gc.c | 105 # define GC_TRACE_SET_COLOR(ref, color) \ argument 120 #define GC_REF_CHECK_COLOR(ref, color) \ argument 434 static const char *gc_color_name(uint32_t color) { in gc_color_name()
|
/php-src/ext/dom/lexbor/lexbor/css/ |
H A D | property.h | 87 lxb_css_value_color_t color; member 405 lxb_css_property_text_decoration_color_t color; member
|
H A D | rule.h | 133 lxb_css_property_color_t *color; member
|
/php-src/sapi/cli/ |
H A D | php_cli_server.c | 1187 int color = 0, effective_status = status; in php_cli_server_log_response() local
|