Lines Matching refs:Artist
234 /** \class Artist
240 class Artist : public SkRefCnt {
248 /** Return the artist attached to this view (or null). The artist's reference
251 Artist* getArtist() const;
252 /** Attach the specified artist (or null) to the view, replacing any existing
253 artist. If the new artist is not null, its reference count is incremented.
254 The artist parameter is returned.
256 Artist* setArtist(Artist* artist);