Lines Matching refs:matrix_rgb
1990 const int8* matrix_rgb, in RGBColorMatrix() argument
1997 if (!dst_argb || !matrix_rgb || width <= 0 || height <= 0 || dst_x < 0 || in RGBColorMatrix()
2003 matrix_argb[0] = matrix_rgb[0] / 2; in RGBColorMatrix()
2004 matrix_argb[1] = matrix_rgb[1] / 2; in RGBColorMatrix()
2005 matrix_argb[2] = matrix_rgb[2] / 2; in RGBColorMatrix()
2006 matrix_argb[3] = matrix_rgb[3] / 2; in RGBColorMatrix()
2007 matrix_argb[4] = matrix_rgb[4] / 2; in RGBColorMatrix()
2008 matrix_argb[5] = matrix_rgb[5] / 2; in RGBColorMatrix()
2009 matrix_argb[6] = matrix_rgb[6] / 2; in RGBColorMatrix()
2010 matrix_argb[7] = matrix_rgb[7] / 2; in RGBColorMatrix()
2011 matrix_argb[8] = matrix_rgb[8] / 2; in RGBColorMatrix()
2012 matrix_argb[9] = matrix_rgb[9] / 2; in RGBColorMatrix()
2013 matrix_argb[10] = matrix_rgb[10] / 2; in RGBColorMatrix()
2014 matrix_argb[11] = matrix_rgb[11] / 2; in RGBColorMatrix()