/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.cpp | 72 void TexginePaint::SetARGB(const unsigned int a, const unsigned int r, in SetARGB() function in OHOS::Rosen::TextEngine::TexginePaint 75 brush_->SetARGB(a, r, g, b); in SetARGB() 76 pen_->SetARGB(a, r, g, b); in SetARGB()
|
H A D | texgine_paint.h | 123 void SetARGB(const unsigned int a, const unsigned int r,
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_brush.h | 43 virtual void SetARGB(int r, int g, int b, int a) {} in SetARGB() function in OHOS::Ace::Testing::TestingBrush
|
/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | rosen_render_option.cpp | 90 brush.SetARGB(backColor_.GetAlpha(), backColor_.GetRed(), backColor_.GetGreen(), backColor_.GetBlue()); in PaintBackground() 156 pen.SetARGB(lineColor_.GetAlpha(), lineColor_.GetRed(), lineColor_.GetGreen(), lineColor_.GetBlue()); in PaintLine()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_circle_drawing_manager.cpp | 241 outCircleBrush.SetARGB(OUT_CIRCLE_BACKGROUND_ALPHA, outCircleColor[NUMBER_0], outCircleColor[NUMBER_1], in DrawingProgressByRosenDrawing() 253 centerCircleBrush.SetARGB(CENTER_CIRCLE_BACKGROUND_ALPHA, centerCircleColor[NUMBER_0], in DrawingProgressByRosenDrawing() 265 progressPen.SetARGB(PROGRESS_BACKGROUND_ALPHA, progressCircleColor[NUMBER_0], in DrawingProgressByRosenDrawing() 278 progressArcPen.SetARGB(PROGRESS_BAR_BACKGROUND_ALPHA, progressArcColor[NUMBER_0], in DrawingProgressByRosenDrawing()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | pen.cpp | 57 void Pen::SetARGB(int a, int r, int g, int b) in SetARGB() function in OHOS::Rosen::Drawing::Pen 59 return brush_.SetARGB(a, r, g, b); in SetARGB()
|
H A D | brush.cpp | 76 void Brush::SetARGB(int a, int r, int g, int b) in SetARGB() function in OHOS::Rosen::Drawing::Brush
|
H A D | paint.cpp | 153 void Paint::SetARGB(int a, int r, int g, int b) in SetARGB() function in OHOS::Rosen::Drawing::Paint
|
/foundation/arkui/ace_engine/frameworks/core/components/triangle/ |
H A D | rosen_render_triangle.cpp | 80 brush.SetARGB(color_.GetAlpha(), color_.GetRed(), color_.GetGreen(), color_.GetBlue()); in Paint()
|
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | rosen_render_select_popup.cpp | 123 pen.SetARGB(tvBackColor_.GetAlpha(), tvBackColor_.GetRed(), tvBackColor_.GetGreen(), tvBackColor_.GetBlue()); in Paint()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | brush.h | 69 void SetARGB(int a, int r, int g, int b);
|
H A D | pen.h | 80 void SetARGB(int a, int r, int g, int b);
|
H A D | paint.h | 52 void SetARGB(int a, int r, int g, int b);
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/brush_fuzzer/ |
H A D | brush_fuzzer.cpp | 140 brush.SetARGB(red, gree, blue, alpha); in BrushFuzzTest()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/ |
H A D | paint_fuzzer.cpp | 65 paint.SetARGB(a, r, g, b); in PaintFuzzTest001()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/ |
H A D | pen_fuzzer.cpp | 154 pen.SetARGB(red, gree, blue, alpha); in PenFuzzTest()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | brush_test.cpp | 193 brush->SetARGB(255, 255, 255, 1); in HWTEST_F() 207 brush->SetARGB(0, 0, 0, 1); in HWTEST_F()
|
H A D | pen_test.cpp | 195 pen->SetARGB(100, 100, 10, 1); // color value in HWTEST_F() 209 pen->SetARGB(100, 2, 10, 0); // color value in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | pen_test.cpp | 44 pen.SetARGB(80, 227, 194, 255); in TestPenColor()
|