Home
last modified time | relevance | path

Searched refs:CreateSRGBLinear (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dfilter_test.cpp28 pen.SetColor(pen.GetColor4f(), ColorSpace::CreateSRGBLinear()); in TestDrawFilter()
40 brush.SetColor(brush.GetColor4f(), ColorSpace::CreateSRGBLinear()); in TestDrawFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/colorspace_fuzzer/
H A Dcolor_space_fuzzer.cpp64 std::shared_ptr<ColorSpace> colorSpaceOne = ColorSpace::CreateSRGBLinear(); in ColorSpaceFuzzTest002()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dcolor_space.h76 static std::shared_ptr<ColorSpace> CreateSRGBLinear();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/imageinfo_fuzzer/
H A Dimageinfo_fuzzer.cpp97 std::shared_ptr<ColorSpace> colorSpace = ColorSpace::CreateSRGBLinear(); in ImageInfoFuzzTest003()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dcolor_space.cpp81 std::shared_ptr<ColorSpace> ColorSpace::CreateSRGBLinear() in CreateSRGBLinear() function in OHOS::Rosen::Drawing::ColorSpace
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dcolor_space_test.cpp62 auto colorSpace = ColorSpace::CreateSRGBLinear();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Dtest_common.cpp84 return Drawing::ColorSpace::CreateSRGBLinear(); in ColorSpaceToDrawingColorSpace()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_rs.cpp209 pen.SetColor(pen.GetColor4f(), Drawing::ColorSpace::CreateSRGBLinear()); in TestDrawFilter()
221 brush.SetColor(brush.GetColor4f(), Drawing::ColorSpace::CreateSRGBLinear()); in TestDrawFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_pixel_map_util.cpp41 return Drawing::ColorSpace::CreateSRGBLinear(); in ColorSpaceToDrawingColorSpace()
H A Drs_image.cpp404 return Drawing::ColorSpace::CreateSRGBLinear(); in ColorSpaceToDrawingColorSpace()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp596 return Rosen::Drawing::ColorSpace::CreateSRGBLinear(); in ConvertToColorSpace()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.cpp63 return Drawing::ColorSpace::CreateSRGBLinear(); in ColorSpaceToDrawingColorSpace()