Searched defs:RSColor (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_color.cpp | 26 RSColor::RSColor(uint32_t rgba) noexcept in RSColor() function in OHOS::Rosen::RSColor 34 RSColor::RSColor(int16_t red, int16_t green, int16_t blue) noexcept : RSColor(red, green, blue, UIN… in RSColor() function in OHOS::Rosen::RSColor 36 RSColor::RSColor(int16_t red, int16_t green, int16_t blue, int16_t alpha) noexcept in RSColor() function in OHOS::Rosen::RSColor
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_color.h | 29 RSColor() noexcept : alpha_(0), blue_(0), green_(0), red_(0) {} in RSColor() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/ |
H A D | drawing.h | 29 using RSColor = RSDrawing::Color; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | paint_record.h | 33 using RSColor = OHOS::Rosen::Drawing::Color; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | drawing.h | 40 using RSColor = RSDrawing::Color; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | drawing_mock.h | 70 using RSColor = Testing::TestingColor; variable
|
H A D | drawing.h | 76 using RSColor = Rosen::Drawing::Color; variable
|