Home
last modified time | relevance | path

Searched defs: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()
296 static void _inside(SwStroke& stroke, int32_t side, SwFixed lineLength) in _inside()
333 void _processCorner(SwStroke& stroke, SwFixed lineLength) in _processCorner()
354 void _firstSubPath(SwStroke& stroke, SwFixed startAngle, SwFixed lineLength) in _firstSubPath()
389 auto lineLength = mathLength(delta); in _lineTo() local
DtvgSwCommon.h178 SwFixed lineLength; member