Searched refs:onAsAColorMatrix (Results 1 – 4 of 4) sorted by relevance
30 bool onAsAColorMatrix(float matrix[20]) const override;
78 virtual bool onAsAColorMatrix(float[20]) const;
37 return as_CFB(this)->onAsAColorMatrix(matrix); in asAColorMatrix()57 bool SkColorFilterBase::onAsAColorMatrix(float matrix[20]) const { in onAsAColorMatrix() function in SkColorFilterBase
58 bool SkColorFilter_Matrix::onAsAColorMatrix(float matrix[20]) const { in onAsAColorMatrix() function in SkColorFilter_Matrix