Home
last modified time | relevance | path

Searched refs:CMSTransferFunction (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dcolor_space.h51 struct CMSTransferFunction { struct
85 …static std::shared_ptr<ColorSpace> CreateCustomRGB(const CMSTransferFunction& func, const CMSMatri…
111 …ColorSpace(ColorSpaceType t, const CMSTransferFunction& func, const CMSMatrix3x3& matrix) noexcept;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dcolor_space_impl.h29 struct CMSTransferFunction;
42 virtual void InitWithCustomRGB(const CMSTransferFunction& func, const CMSMatrix3x3& matrix) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dcolor_space.cpp56 … const CMSTransferFunction& func, const CMSMatrix3x3& matrix) noexcept : ColorSpace() in ColorSpace()
96 std::shared_ptr<ColorSpace> ColorSpace::CreateCustomRGB(const CMSTransferFunction& func, const CMSM… in CreateCustomRGB()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_color_space.h42 void InitWithCustomRGB(const CMSTransferFunction& func, const CMSMatrix3x3& matrix) override;
H A Dskia_color_space.cpp82 void SkiaColorSpace::InitWithCustomRGB(const CMSTransferFunction& func, const CMSMatrix3x3& matrix) in InitWithCustomRGB()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/colorspace_fuzzer/
H A Dcolor_space_fuzzer.cpp77 CMSTransferFunction func { g, a, b, c, d, e, f }; in ColorSpaceFuzzTest002()