Home | History | Annotate | Download | only in style

Lines Matching refs:stroke

48     stroke = defaultStyle->stroke;
64 stroke.init();
77 stroke = other.stroke;
96 && stroke == other.stroke
110 || stroke != other->stroke
122 stroke = svgInheritParent->stroke;
160 // These properties affect the cached stroke bounding box rects.
169 // Some stroke properties, requires relayouts, as the cached stroke boundaries need to be recalculated.
170 if (stroke != other->stroke) {
171 if (stroke->width != other->stroke->width
172 || stroke->paint != other->stroke->paint
173 || stroke->miterLimit != other->stroke->miterLimit
174 || stroke->dashArray != other->stroke->dashArray
175 || stroke->dashOffset != other->stroke->dashOffset)
178 // Only the stroke-opacity case remains, where we only need a repaint.
179 ASSERT(stroke->opacity != other->stroke->opacity);