Searched refs:CMSMatrix3x3 (Results 1 – 6 of 6) sorted by relevance
47 struct CMSMatrix3x3 { struct85 …hared_ptr<ColorSpace> CreateCustomRGB(const CMSTransferFunction& func, const CMSMatrix3x3& matrix);111 …ColorSpace(ColorSpaceType t, const CMSTransferFunction& func, const CMSMatrix3x3& matrix) noexcept;
30 struct CMSMatrix3x3;42 virtual void InitWithCustomRGB(const CMSTransferFunction& func, const CMSMatrix3x3& matrix) = 0;
56 … const CMSTransferFunction& func, const CMSMatrix3x3& matrix) noexcept : ColorSpace() in ColorSpace()96 …olorSpace> ColorSpace::CreateCustomRGB(const CMSTransferFunction& func, const CMSMatrix3x3& matrix) in CreateCustomRGB()
42 void InitWithCustomRGB(const CMSTransferFunction& func, const CMSMatrix3x3& matrix) override;
82 void SkiaColorSpace::InitWithCustomRGB(const CMSTransferFunction& func, const CMSMatrix3x3& matrix) in InitWithCustomRGB()
78 CMSMatrix3x3 matrix; in ColorSpaceFuzzTest002()