Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp2944 int32_t cursorPixel = DEVICE_INDEPENDENT_PIXEL; in DrawFromSVG() local
2955 cursorPixel = MAGIC_INDEPENDENT_PIXEL; in DrawFromSVG()
2971 .width = pow(INCREASE_RATIO, pointerSize - 1) * cursorPixel * GetScaling(), in DrawFromSVG()
2972 .height = pow(INCREASE_RATIO, pointerSize - 1) * cursorPixel * GetScaling() in DrawFromSVG()