Home | History | Annotate | Download | only in svg

Lines Matching refs:m_path

90     return m_path.contains(point, fillRule);
103 return m_path.strokeContains(&strokeStyle, point);
115 m_path.clear();
116 element->toPathData(m_path);
158 fillPaintingResource->postApplyResource(this, context, ApplyToFillMode, &m_path);
163 fallbackResource->postApplyResource(this, context, ApplyToFillMode, &m_path);
182 path = m_path;
191 strokePaintingResource->postApplyResource(this, context, ApplyToStrokeMode, nonScalingStroke ? &path : &m_path);
196 fallbackResource->postApplyResource(this, context, ApplyToStrokeMode, nonScalingStroke ? &path : &m_path);
205 if (paintInfo.context->paintingDisabled() || style()->visibility() == HIDDEN || m_path.isEmpty())
303 return m_markerLayoutInfo.calculateBoundaries(markerStart, markerMid, markerEnd, svgStyle->strokeWidth().value(svgElement), m_path);
308 if (m_path.isEmpty()) {
316 m_fillBoundingBox = m_path.boundingRect();
324 m_strokeAndMarkerBoundingBox.unite(m_path.strokeBoundingRect(&strokeStyle));