Searched defs:SetARGB (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/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 |
/ohos5.0/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 |
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ | ||
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 | 152 void Paint::SetARGB(int a, int r, int g, int b) in SetARGB() function in OHOS::Rosen::Drawing::Paint |
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 |