Home
last modified time | relevance | path

Searched defs:RSColor (Results 1 – 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
Drs_color.cpp24 RSColor::RSColor(uint32_t rgba) noexcept in RSColor() function in OHOS::Rosen::RSColor
32 RSColor::RSColor(int16_t red, int16_t green, int16_t blue) noexcept : RSColor(red, green, blue, UIN… in RSColor() function in OHOS::Rosen::RSColor
34 RSColor::RSColor(int16_t red, int16_t green, int16_t blue, int16_t alpha) noexcept in RSColor() function in OHOS::Rosen::RSColor
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
Drs_color.h29 RSColor() noexcept : alpha_(0), blue_(0), green_(0), red_(0) {} in RSColor() function
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/
Ddrawing.h29 using RSColor = RSDrawing::Color; variable
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
Dpaint_record.h33 using RSColor = OHOS::Rosen::Drawing::Color; member
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
Ddrawing.h40 using RSColor = RSDrawing::Color; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Ddrawing_mock.h69 using RSColor = Testing::TestingColor; variable
Ddrawing.h76 using RSColor = Rosen::Drawing::Color; variable