The R Project SVN R

Rev

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

Rev 60844 Rev 61332
Line 3068... Line 3068...
3068
    /*
3068
    /*
3069
     * Build a "drawing context" for the current expression
3069
     * Build a "drawing context" for the current expression
3070
     */
3070
     */
3071
    mathContext mc;
3071
    mathContext mc;
3072
    mc.BaseCex = gc->cex;
3072
    mc.BaseCex = gc->cex;
3073
    mc.BoxColor = name2col("pink");
3073
    mc.BoxColor = 4291543295U;  // name2col("pink");
3074
    mc.CurrentStyle = STYLE_D;
3074
    mc.CurrentStyle = STYLE_D;
3075
    /*
3075
    /*
3076
     * Some "empty" values.  Will be filled in after BBox is calc'ed
3076
     * Some "empty" values.  Will be filled in after BBox is calc'ed
3077
     */
3077
     */
3078
    mc.ReferenceX = 0;
3078
    mc.ReferenceX = 0;
Line 3107... Line 3107...
3107
    /*
3107
    /*
3108
     * Build a "drawing context" for the current expression
3108
     * Build a "drawing context" for the current expression
3109
     */
3109
     */
3110
    mathContext mc;
3110
    mathContext mc;
3111
    mc.BaseCex = gc->cex;
3111
    mc.BaseCex = gc->cex;
3112
    mc.BoxColor = name2col("pink");
3112
    mc.BoxColor = 4291543295U;  // name2col("pink");
3113
    mc.CurrentStyle = STYLE_D;
3113
    mc.CurrentStyle = STYLE_D;
3114
    /*
3114
    /*
3115
     * Some "empty" values.  Will be filled in after BBox is calc'ed
3115
     * Some "empty" values.  Will be filled in after BBox is calc'ed
3116
     */
3116
     */
3117
    mc.ReferenceX = 0;
3117
    mc.ReferenceX = 0;
Line 3145... Line 3145...
3145
    /*
3145
    /*
3146
     * Build a "drawing context" for the current expression
3146
     * Build a "drawing context" for the current expression
3147
     */
3147
     */
3148
    mathContext mc;
3148
    mathContext mc;
3149
    mc.BaseCex = gc->cex;
3149
    mc.BaseCex = gc->cex;
3150
    mc.BoxColor = name2col("pink");
3150
    mc.BoxColor = 4291543295U;  // name2col("pink");
3151
    mc.CurrentStyle = STYLE_D;
3151
    mc.CurrentStyle = STYLE_D;
3152
    /*
3152
    /*
3153
     * Some "empty" values.  Will be filled in after BBox is calc'ed
3153
     * Some "empty" values.  Will be filled in after BBox is calc'ed
3154
     */
3154
     */
3155
    mc.ReferenceX = 0;
3155
    mc.ReferenceX = 0;
Line 3191... Line 3191...
3191
 
3191
 
3192
    /*
3192
    /*
3193
     * Build a "drawing context" for the current expression
3193
     * Build a "drawing context" for the current expression
3194
     */
3194
     */
3195
    mc.BaseCex = gc->cex;
3195
    mc.BaseCex = gc->cex;
3196
    mc.BoxColor = name2col("pink");
3196
    mc.BoxColor = 4291543295U;  // name2col("pink");
3197
    mc.CurrentStyle = STYLE_D;
3197
    mc.CurrentStyle = STYLE_D;
3198
 
3198
 
3199
    /*
3199
    /*
3200
     * Some "empty" values.  Will be filled in after BBox is calc'ed
3200
     * Some "empty" values.  Will be filled in after BBox is calc'ed
3201
     */
3201
     */