The R Project SVN R

Rev

Rev 44148 | Rev 44249 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 44148 Rev 44198
Line 188... Line 188...
188
		&height, &depth, &width, dd);
188
		&height, &depth, &width, dd);
189
    return fromDeviceHeight(depth, MetricUnit, dd);
189
    return fromDeviceHeight(depth, MetricUnit, dd);
190
}
190
}
191
 
191
 
192
/* Thickness of rules */
192
/* Thickness of rules */
193
static double RuleThickness()
193
static double RuleThickness(void)
194
{
194
{
195
    return 0.015;
195
    return 0.015;
196
}
196
}
197
 
197
 
198
static double ThinSpace(R_GE_gcontext *gc, GEDevDesc *dd)
198
static double ThinSpace(R_GE_gcontext *gc, GEDevDesc *dd)
Line 493... Line 493...
493
    bboxItalic(bbox) = 0;
493
    bboxItalic(bbox) = 0;
494
    bboxSimple(bbox) = 0;
494
    bboxSimple(bbox) = 0;
495
    return bbox;
495
    return bbox;
496
}
496
}
497
 
497
 
498
static BBOX NullBBox()
498
static BBOX NullBBox(void)
499
{
499
{
500
    BBOX bbox;
500
    BBOX bbox;
501
    bboxHeight(bbox) = 0;
501
    bboxHeight(bbox) = 0;
502
    bboxDepth(bbox)  = 0;
502
    bboxDepth(bbox)  = 0;
503
    bboxWidth(bbox)  = 0;
503
    bboxWidth(bbox)  = 0;