Searched refs:MAX_PATH_SIZE (Results 1 – 1 of 1) sorted by relevance
84 constexpr int32_t MAX_PATH_SIZE { 50 }; variable709 … if (((brushPathLength_ - pathLength) > MAX_PATH_LENGTH) || (pathInfos_.size() >= MAX_PATH_SIZE)) { in DrawBrushCanvas()