Home
last modified time | relevance | path

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 Drs_color.cpp26 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 Drs_color.h29 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 Ddrawing.h29 using RSColor = RSDrawing::Color; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dpaint_record.h33 using RSColor = OHOS::Rosen::Drawing::Color; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Ddrawing.h40 using RSColor = RSDrawing::Color; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_mock.h70 using RSColor = Testing::TestingColor; variable
H A Ddrawing.h76 using RSColor = Rosen::Drawing::Color; variable