Home | History | Annotate | Download | only in core

Lines Matching refs:SkPixelRef

28 /** \class SkPixelRef
36 class SK_API SkPixelRef : public SkRefCnt {
38 explicit SkPixelRef(const SkImageInfo&);
39 virtual ~SkPixelRef();
112 /** Returns a non-zero, unique value corresponding to this SkPixelRef.
115 to consider this ID unique even after this SkPixelRef is deleted.
117 Can be used as a key which uniquely identifies this SkPixelRef
197 // We'll only call the listener if we're confident that we are the only SkPixelRef with this
202 // This can be used to invalidate caches keyed by SkPixelRef generation ID.
252 * This should be implemented in all serializable SkPixelRef derived classes.
324 void cloneGenID(const SkPixelRef&);
342 virtual SkPixelRef* create(const SkImageInfo&, size_t rowBytes, SkColorTable*) = 0;