Lines Matching refs:path_mode
145 path_mode; member
456 wand->path_mode=DefaultPathMode; in ClearDrawingWand()
526 clone_wand->path_mode=wand->path_mode; in CloneDrawingWand()
2869 (void) MVGAutoWrapPrintf(wand,"%s",wand->path_mode == AbsolutePathMode ? in DrawPathClose()
2923 (wand->path_mode != mode)) in DrawPathCurveTo()
2926 wand->path_mode=mode; in DrawPathCurveTo()
3038 (wand->path_mode != mode)) in DrawPathCurveToQuadraticBezier()
3041 wand->path_mode=mode; in DrawPathCurveToQuadraticBezier()
3150 (wand->path_mode != mode)) in DrawPathCurveToQuadraticBezierSmooth()
3153 wand->path_mode=mode; in DrawPathCurveToQuadraticBezierSmooth()
3264 (wand->path_mode != mode)) in DrawPathCurveToSmooth()
3267 wand->path_mode=mode; in DrawPathCurveToSmooth()
3394 (wand->path_mode != mode)) in DrawPathEllipticArc()
3397 wand->path_mode=mode; in DrawPathEllipticArc()
3506 wand->path_mode=DefaultPathMode; in DrawPathFinish()
3546 (wand->path_mode != mode)) in DrawPathLineTo()
3549 wand->path_mode=mode; in DrawPathLineTo()
3641 (wand->path_mode != mode)) in DrawPathLineToHorizontal()
3644 wand->path_mode=mode; in DrawPathLineToHorizontal()
3731 (wand->path_mode != mode)) in DrawPathLineToVertical()
3734 wand->path_mode=mode; in DrawPathLineToVertical()
3824 (wand->path_mode != mode)) in DrawPathMoveTo()
3827 wand->path_mode=mode; in DrawPathMoveTo()
3918 wand->path_mode=DefaultPathMode; in DrawPathStart()
6830 wand->path_mode=DefaultPathMode; in NewDrawingWand()