Searched refs:MAX_POINTER_COLOR (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | knuckle_divergent_point_test.cpp | 37 constexpr int32_t MAX_POINTER_COLOR = 0xffffff; variable 69 decodeOpts.SVGOpts.fillColor = {.isValidColor = false, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap() 70 decodeOpts.SVGOpts.strokeColor = {.isValidColor = false, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap()
|
H A D | knuckle_glow_point_test.cpp | 36 constexpr int32_t MAX_POINTER_COLOR = 0xff0000; variable 66 decodeOpts.SVGOpts.fillColor = {.isValidColor = false, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap() 67 decodeOpts.SVGOpts.strokeColor = {.isValidColor = false, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap()
|
H A D | knuckle_glow_trace_system_test.cpp | 34 constexpr int32_t MAX_POINTER_COLOR = 0xffff00; variable 64 decodeOpts.SVGOpts.fillColor = {.isValidColor = false, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap() 65 decodeOpts.SVGOpts.strokeColor = {.isValidColor = false, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap()
|
H A D | knuckle_dynamic_drawing_manager_test.cpp | 35 constexpr int32_t MAX_POINTER_COLOR = 0xff00ff; variable 73 decodeOpts.SVGOpts.fillColor = {.isValidColor = false, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap() 74 decodeOpts.SVGOpts.strokeColor = {.isValidColor = false, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap()
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | knuckle_dynamic_drawing_manager.cpp | 48 constexpr int32_t MAX_POINTER_COLOR { 0x00ffff }; variable 89 decodeOpts.SVGOpts.fillColor = {.isValidColor = true, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap() 90 decodeOpts.SVGOpts.strokeColor = {.isValidColor = true, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap()
|
H A D | pointer_drawing_manager.cpp | 91 constexpr int32_t MAX_POINTER_COLOR { 0xffffff }; variable 1292 if (pointerColor == MAX_POINTER_COLOR) { in DecodeImageToPixelMap() 1295 decodeOpts.SVGOpts.strokeColor = {.isValidColor = true, .color = MAX_POINTER_COLOR}; in DecodeImageToPixelMap() 1332 …or = static_cast<int32_t>(static_cast<uint32_t>(color) & static_cast<uint32_t>(MAX_POINTER_COLOR)); in SetPointerColor()
|