Home
last modified time | relevance | path

Searched refs:SetRed (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_color.h60 void SetRed(int16_t red);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dcolor.h125 void SetRed(uint32_t r);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/color_fuzzer/
H A Dcolor_fuzzer.cpp76 colorOne.SetRed(red); in ColorFuzzTest002()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dcolor_test.cpp238 color->SetRed(155);
254 color->SetRed(250);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscolor_fuzzer/
H A Drscolor_fuzzer.cpp130 color.SetRed(red); in DoHaveParameters()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcolor.cpp60 void Color::SetRed(uint32_t r) in SetRed() function in OHOS::Rosen::Drawing::Color
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbasecommon_fuzzer/
H A Drsbasecommon_fuzzer.cpp110 rscolor.SetRed(red); in RSColorFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_color.cpp167 void RSColor::SetRed(int16_t red) in SetRed() function in OHOS::Rosen::RSColor
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_color_test.cpp251 color.SetRed(1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_effector.cpp119 color.SetRed(colorInt.x_); in UpdateColor()
H A Drs_render_particle.cpp715 color_.SetRed(GenerateColorComponent(meanRed, SIGMA * redScale)); in SetColor()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h384 … result.SetRed(start.GetRed() + static_cast<int>(std::round((end.GetRed() - start.GetRed()) * t))); in Lerp()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_bounds_geometry_test.cpp1111 color.SetRed(0);