Lines Matching defs:border
52 static void _growBorder(SwStrokeBorder* border, uint32_t newPts) in _growBorder()
70 static void _borderClose(SwStrokeBorder* border, bool reverse) in _borderClose()
119 static void _borderCubicTo(SwStrokeBorder* border, const SwPoint& ctrl1, const SwPoint& ctrl2, cons… in _borderCubicTo()
139 static void _borderArcTo(SwStrokeBorder* border, const SwPoint& center, SwFixed radius, SwFixed ang… in _borderArcTo()
192 static void _borderLineTo(SwStrokeBorder* border, const SwPoint& to, bool movable) in _borderLineTo()
211 static void _borderMoveTo(SwStrokeBorder* border, SwPoint& to) in _borderMoveTo()
225 auto border = stroke.borders + side; in _arcTo() local
237 auto border = stroke.borders + side; in _outside() local
298 auto border = stroke.borders + side; in _inside() local
361 auto border = stroke.borders; in _firstSubPath() local
408 auto border = stroke.borders; in _lineTo() local
499 auto border = stroke.borders; in _cubicTo() local
573 auto border = stroke.borders + side; in _addCap() local
606 auto border = stroke.borders + side; in _addCap() local
737 static void _getCounts(SwStrokeBorder* border, uint32_t& ptsCnt, uint32_t& cntrsCnt) in _getCounts()
775 auto border = stroke.borders + side; in _exportBorderOutline() local