Home | History | Annotate | Download | only in views

Lines Matching defs:Artist

243     /** \class Artist
249 class Artist : public SkRefCnt {
257 /** Return the artist attached to this view (or null). The artist's reference
260 Artist* getArtist() const;
261 /** Attach the specified artist (or null) to the view, replacing any existing
262 artist. If the new artist is not null, its reference count is incremented.
263 The artist parameter is returned.
265 Artist* setArtist(Artist* artist);