Searched refs:GetAncestorPaintProperty (Results 1 – 7 of 7) sorted by relevance
44 return MakeRefPtr<PathPaintMethod>(GetAncestorPaintProperty(), shapeOverlayModifier_); in CreateNodePaintMethod()54 return MakeRefPtr<PathLayoutAlgorithm>(GetAncestorPaintProperty()); in CreateLayoutAlgorithm()
40 return MakeRefPtr<CirclePaintMethod>(GetAncestorPaintProperty(), shapeOverlayModifier_); in CreateNodePaintMethod()
40 return MakeRefPtr<EllipsePaintMethod>(GetAncestorPaintProperty(), shapeOverlayModifier_); in CreateNodePaintMethod()
41 …return MakeRefPtr<PolygonPaintMethod>(isPolygon_, GetAncestorPaintProperty(), shapeOverlayModifier… in CreateNodePaintMethod()
39 return MakeRefPtr<RectPaintMethod>(GetAncestorPaintProperty(), shapeOverlayModifier_); in CreateNodePaintMethod()
47 return MakeRefPtr<LinePaintMethod>(GetAncestorPaintProperty(), shapeOverlayModifier_); in CreateNodePaintMethod()
70 RefPtr<ShapePaintProperty> GetAncestorPaintProperty() in GetAncestorPaintProperty() function