Searched refs:color_matrix (Results 1 – 5 of 5) sorted by relevance
/external/libxcam/tests/ |
D | test-cl-image.cpp | 352 XCam3aResultColorMatrix color_matrix; in main() local 353 xcam_mem_clear (color_matrix); in main() 355 memcpy (color_matrix.matrix, matrix_table, sizeof(double)*XCAM_COLOR_MATRIX_SIZE); in main() 359 csc_handler->set_matrix(color_matrix); in main()
|
/external/ImageMagick/MagickCore/ |
D | fx.c | 851 const KernelInfo *color_matrix,ExceptionInfo *exception) in ColorMatrixImage() argument 897 for (v=0; v < (ssize_t) color_matrix->height; v++) in ColorMatrixImage() 898 for (u=0; u < (ssize_t) color_matrix->width; u++) in ColorMatrixImage() 901 ColorMatrix[v][u]=color_matrix->values[i]; in ColorMatrixImage() 984 height=color_matrix->height > 6 ? 6UL : color_matrix->height; in ColorMatrixImage()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 10567 *color_matrix; in Mogrify() local 10579 color_matrix=(double *) AcquireQuantumMemory(order,order* in Mogrify() 10580 sizeof(*color_matrix)); in Mogrify() 10581 if (color_matrix == (double *) NULL) in Mogrify() 10588 color_matrix[j]=(double) SvNV(*(av_fetch(av,j,0))); in Mogrify() 10590 color_matrix[j]=0.0; in Mogrify() 10601 kernel_info->values[i]=(MagickRealType) color_matrix[i]; in Mogrify() 10605 color_matrix=(double *) RelinquishMagickMemory(color_matrix); in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 10573 *color_matrix; local 10585 color_matrix=(double *) AcquireQuantumMemory(order,order* 10586 sizeof(*color_matrix)); 10587 if (color_matrix == (double *) NULL) 10594 color_matrix[j]=(double) SvNV(*(av_fetch(av,j,0))); 10596 color_matrix[j]=0.0; 10607 kernel_info->values[i]=(MagickRealType) color_matrix[i]; 10611 color_matrix=(double *) RelinquishMagickMemory(color_matrix);
|
/external/ImageMagick/MagickWand/ |
D | magick-image.c | 1672 const KernelInfo *color_matrix) in MagickColorMatrixImage() argument 1681 if (color_matrix == (const KernelInfo *) NULL) in MagickColorMatrixImage() 1685 color_image=ColorMatrixImage(wand->images,color_matrix,wand->exception); in MagickColorMatrixImage()
|