Home
last modified time | relevance | path

Searched defs:color (Results 1 – 14 of 14) sorted by relevance

/PHP-8.0/ext/gd/
H A Dgd.stub.php148 function imagecolordeallocate(GdImage $image, int $color): bool {}
156 function imagecolorsforindex(GdImage $image, int $color): array {}
160 function imagesetpixel(GdImage $image, int $x, int $y, int $color): bool {}
162 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
164 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
166 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
174 function imagefilltoborder(GdImage $image, int $x, int $y, int $border_color, int $color): bool {}
176 function imagefill(GdImage $image, int $x, int $y, int $color): bool {}
180 function imagecolortransparent(GdImage $image, ?int $color = null): int {}
194 function imagechar(GdImage $image, int $font, int $x, int $y, string $char, int $color): bool {}
[all …]
H A Dgd.c926 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
1289 zend_long color; in PHP_FUNCTION() local
2274 zend_long color, red, green, blue, alpha = 0; in PHP_FUNCTION() local
2515 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
2796 static void php_gdimagecharup(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in php_gdimagecharup()
3415 zval *color; in php_image_filter_scatter() local
3636 zend_long color = -1; in PHP_FUNCTION() local
/PHP-8.0/ext/gd/libgd/
H A Dgd_crop.c85 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 Dgd.c627 void gdImageColorDeallocate (gdImagePtr im, int color) in gdImageColorDeallocate()
636 void gdImageColorTransparent (gdImagePtr im, int color) in gdImageColorTransparent()
763 void gdImageSetPixel (gdImagePtr im, int x, int y, int color) in gdImageSetPixel()
1040 void gdImageLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageLine()
1320 void gdImageDashedLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageDashedLine()
1461 void gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageChar()
1489 void gdImageCharUp (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageCharUp()
1589 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc()
1802 void gdImageFillToBorder (gdImagePtr im, int x, int y, int border, int color) in gdImageFillToBorder()
2086 void gdImageRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageRectangle()
[all …]
H A Dgd_color_match.c14 int color, rgb; in gdImageColorMatch() local
H A Dwbmp.c111 createwbmp (int width, int height, int color) in createwbmp()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_set.c143 PHPDBG_SET(color) /* {{{ */ in PHPDBG_SET() argument
145 const phpdbg_color_t *color = phpdbg_get_color(param->next->str, param->next->len); in PHPDBG_SET() local
H A Dphpdbg.stub.php13 function phpdbg_color(int $element, string $color): void {}
H A Dphpdbg_utils.c230 const phpdbg_color_t *color = colors; in phpdbg_get_color() local
246 PHPDBG_API void phpdbg_set_color(int element, const phpdbg_color_t *color) /* {{{ */ in phpdbg_set_color()
253 const phpdbg_color_t *color = phpdbg_get_color(name, name_length); in phpdbg_set_color_ex() local
H A Dphpdbg_utils.h36 #define PHPDBG_COLOR_D(color, code) \ argument
H A Dxml.md533 ### color ### subsection
H A Dphpdbg.c426 char *color; in PHP_FUNCTION() local
/PHP-8.0/Zend/
H A Dzend_gc.c97 # define GC_TRACE_SET_COLOR(ref, color) \ argument
112 #define GC_REF_CHECK_COLOR(ref, color) \ argument
382 static const char *gc_color_name(uint32_t color) { in gc_color_name()
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c1124 int color = 0, effective_status = status; in php_cli_server_log_response() local

Completed in 54 milliseconds