Lines Matching defs:stroke

45 static inline void SCALE(const SwStroke& stroke, SwPoint& pt)  in SCALE()
139 …er, const SwPoint& center, SwFixed radius, SwFixed angleStart, SwFixed angleDiff, SwStroke& stroke) in _borderArcTo()
223 static void _arcTo(SwStroke& stroke, int32_t side) in _arcTo()
235 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()
376 static void _lineTo(SwStroke& stroke, const SwPoint& to) in _lineTo()
430 static void _cubicTo(SwStroke& stroke, const SwPoint& ctrl1, const SwPoint& ctrl2, const SwPoint& t… in _cubicTo()
569 static void _addCap(SwStroke& stroke, SwFixed angle, int32_t side) in _addCap()
625 static void _addReverseLeft(SwStroke& stroke, bool opened) in _addReverseLeft()
665 static void _beginSubPath(SwStroke& stroke, const SwPoint& to, bool closed) in _beginSubPath()
690 static void _endSubPath(SwStroke& stroke) in _endSubPath()
773 static void _exportBorderOutline(const SwStroke& stroke, SwOutline* outline, uint32_t side) in _exportBorderOutline()
804 void strokeFree(SwStroke* stroke) in strokeFree()
821 void strokeReset(SwStroke* stroke, const RenderShape* rshape, const Matrix& transform) in strokeReset()
839 bool strokeParseOutline(SwStroke* stroke, const SwOutline& outline) in strokeParseOutline()
890 SwOutline* strokeExportOutline(SwStroke* stroke, SwMpool* mpool, unsigned tid) in strokeExportOutline()