Home | History | Annotate | Download | only in views

Lines Matching refs:Artist

253     /** \class Artist
259 class Artist : public SkRefCnt {
261 SK_DECLARE_INST_COUNT(Artist)
271 /** Return the artist attached to this view (or null). The artist's reference
274 Artist* getArtist() const;
275 /** Attach the specified artist (or null) to the view, replacing any existing
276 artist. If the new artist is not null, its reference count is incremented.
277 The artist parameter is returned.
279 Artist* setArtist(Artist* artist);