Searched refs:color_matrix (Results 1 – 3 of 3) sorted by relevance
1245 public function colorMatrixImage(array $color_matrix): bool {} argument
4845 ZEND_ARG_TYPE_INFO(0, color_matrix, IS_ARRAY, 0)4847 ZEND_ARG_INFO(0, color_matrix)
12316 static KernelInfo *php_imagick_getKernelInfo(const double *color_matrix, const size_t order) argument12338 kernel_info->values[i] = color_matrix[i];12343 memcpy(kernel_info->values, color_matrix, order * order * sizeof(double));
Completed in 104 milliseconds