Searched refs:GetDeltaColor (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | knuckle_drawing_manager.cpp | 580 uint32_t deltaR = GetDeltaColor(TRACK_COLOR_YELLOW_R, TRACK_COLOR_BLUE_R); in DrawTrackColorBlue() 581 uint32_t deltaG = GetDeltaColor(TRACK_COLOR_BLUE_G, TRACK_COLOR_YELLOW_G); in DrawTrackColorBlue() 582 uint32_t deltaB = GetDeltaColor(TRACK_COLOR_BLUE_B, TRACK_COLOR_YELLOW_B); in DrawTrackColorBlue() 602 uint32_t deltaR = GetDeltaColor(TRACK_COLOR_PINK_R, TRACK_COLOR_BLUE_R); in DrawTrackColorPink() 603 uint32_t deltaG = GetDeltaColor(TRACK_COLOR_BLUE_G, TRACK_COLOR_PINK_G); in DrawTrackColorPink() 604 uint32_t deltaB = GetDeltaColor(TRACK_COLOR_BLUE_B, TRACK_COLOR_PINK_B); in DrawTrackColorPink() 624 uint32_t deltaR = GetDeltaColor(TRACK_COLOR_ORANGE_RED_R, TRACK_COLOR_PINK_R); in DrawTrackColorOrangeRed() 625 uint32_t deltaG = GetDeltaColor(TRACK_COLOR_ORANGE_RED_G, TRACK_COLOR_PINK_G); in DrawTrackColorOrangeRed() 626 uint32_t deltaB = GetDeltaColor(TRACK_COLOR_PINK_B, TRACK_COLOR_ORANGE_RED_B); in DrawTrackColorOrangeRed() 646 uint32_t deltaR = GetDeltaColor(TRACK_COLOR_YELLOW_R, TRACK_COLOR_ORANGE_RED_R); in DrawTrackColorYellow() [all …]
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | knuckle_drawing_manager.h | 72 uint32_t GetDeltaColor(uint32_t deltaSource, uint32_t deltaTarget);
|