Lines Matching refs:SwFixed
39 static inline SwFixed SIDE_TO_ROTATE(const int32_t s) in SIDE_TO_ROTATE()
41 return (SW_ANGLE_PI2 - static_cast<SwFixed>(s) * SW_ANGLE_PI); in SIDE_TO_ROTATE()
139 …erArcTo(SwStrokeBorder* border, const SwPoint& center, SwFixed radius, SwFixed angleStart, SwFixed… in _borderArcTo()
141 constexpr SwFixed ARC_CUBIC_ANGLE = SW_ANGLE_PI / 2; in _borderArcTo()
235 static void _outside(SwStroke& stroke, int32_t side, SwFixed lineLength) in _outside()
245 SwFixed phi = 0; in _outside()
246 SwFixed thcos = 0; in _outside()
296 static void _inside(SwStroke& stroke, int32_t side, SwFixed lineLength) in _inside()
307 SwFixed minLength = abs(mathMultiply(stroke.width, mathTan(theta))); in _inside()
333 void _processCorner(SwStroke& stroke, SwFixed lineLength) in _processCorner()
354 void _firstSubPath(SwStroke& stroke, SwFixed startAngle, SwFixed lineLength) in _firstSubPath()
442 SwFixed angleIn, angleOut, angleMid; in _cubicTo()
492 SwFixed alpha0 = 0; in _cubicTo()
569 static void _addCap(SwStroke& stroke, SwFixed angle, int32_t side) in _addCap()
827 stroke->miterlimit = static_cast<SwFixed>(rshape->strokeMiterlimit() * 65536.0f); in strokeReset()