Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwStroke.cpp235 static void _outside(SwStroke& stroke, int32_t side, SwFixed lineLength) in _outside() argument
284 if (lineLength == 0) { in _outside()
296 static void _inside(SwStroke& stroke, int32_t side, SwFixed lineLength) in _inside() argument
305 if (border->movable && lineLength > 0) { in _inside()
308 if (stroke.lineLength >= minLength && lineLength >= minLength) intersect = true; in _inside()
333 void _processCorner(SwStroke& stroke, SwFixed lineLength) in _processCorner() argument
347 _inside(stroke, inside, lineLength); in _processCorner()
350 _outside(stroke, 1 - inside, lineLength); in _processCorner()
354 void _firstSubPath(SwStroke& stroke, SwFixed startAngle, SwFixed lineLength) in _firstSubPath() argument
372 stroke.subPathLineLength = lineLength; in _firstSubPath()
[all …]
DtvgSwCommon.h178 SwFixed lineLength; member