Home | History | Annotate | Download | only in style

Lines Matching defs:defaultStyle

45     static SVGRenderStyle* defaultStyle = new SVGRenderStyle(CreateDefault);
47 fill = defaultStyle->fill;
48 stroke = defaultStyle->stroke;
49 text = defaultStyle->text;
50 stops = defaultStyle->stops;
51 clip = defaultStyle->clip;
52 mask = defaultStyle->mask;
53 misc = defaultStyle->misc;
54 markers = defaultStyle->markers;
55 shadowSVG = defaultStyle->shadowSVG;