Lines Matching refs:SwFixed
40 using SwFixed = signed long long; variable
175 SwFixed angleIn;
176 SwFixed angleOut;
178 SwFixed lineLength;
179 SwFixed subPathAngle;
181 SwFixed subPathLineLength;
182 SwFixed width;
183 SwFixed miterlimit;
488 void mathRotate(SwPoint& pt, SwFixed angle);
489 SwFixed mathTan(SwFixed angle);
490 SwFixed mathAtan(const SwPoint& pt);
491 SwFixed mathCos(SwFixed angle);
492 SwFixed mathSin(SwFixed angle);
495 SwFixed mathDiff(SwFixed angle1, SwFixed angle2);
496 SwFixed mathLength(const SwPoint& pt);
497 int mathCubicAngle(const SwPoint* base, SwFixed& angleIn, SwFixed& angleMid, SwFixed& angleOut);
498 SwFixed mathMean(SwFixed angle1, SwFixed angle2);