Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_drawing_manager.cpp84 constexpr int32_t MAX_PATH_SIZE { 50 }; variable
709 … if (((brushPathLength_ - pathLength) > MAX_PATH_LENGTH) || (pathInfos_.size() >= MAX_PATH_SIZE)) { in DrawBrushCanvas()