Home
last modified time | relevance | path

Searched refs:MIN_POINTER_COLOR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp90 constexpr int32_t MIN_POINTER_COLOR { 0x000000 }; variable
1293 decodeOpts.SVGOpts.strokeColor = {.isValidColor = true, .color = MIN_POINTER_COLOR}; in DecodeImageToPixelMap()
1366 pointerColor = MIN_POINTER_COLOR; in GetPointerColor()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp36 constexpr int32_t MIN_POINTER_COLOR { 0x000000 }; variable
234 int32_t color = MIN_POINTER_COLOR; in SetPointerColor()
287 int32_t color = MIN_POINTER_COLOR; in SetPointerColorSync()