Searched refs:SetRgb (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | color.h | 140 void SetRgb(uint32_t r, uint32_t g, uint32_t b, uint32_t a = 255);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/color_fuzzer/ |
H A D | color_fuzzer.cpp | 46 color.SetRgb(red, green, blue, alpha); in ColorFuzzTest001()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | color_test.cpp | 558 color->SetRgb(255, 255, 255, 255); 572 color->SetRgb(0, 0, 0);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | brush.cpp | 78 color_.SetRgb(r, g, b, a); in SetARGB()
|
H A D | color.cpp | 129 void Color::SetRgb(uint32_t r, uint32_t g, uint32_t b, uint32_t a) in SetRgb() function in OHOS::Rosen::Drawing::Color
|
H A D | paint.cpp | 154 color_.SetRgb(r, g, b, a); in SetARGB()
|