Searched defs:SkPixelRef (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkPixelRef.cpp10 #include "SkPixelRef.h"
43 SkPixelRef::SkPixelRef(const SkImageInfo& info) function in class:SkPixelRef
61 SkPixelRef::~SkPixelRef() {
72 void SkPixelRef::needsNewGenID() {
77 void SkPixelRef::cloneGenID(const SkPixelRef& that) {
102 void SkPixelRef::setPreLocked(void* pixels, size_t rowBytes, SkColorTable* ctable) {
115 bool SkPixelRef
[all...]
/external/skia/include/core/
H A DSkPixelRef.h29 /** \class SkPixelRef
37 class SK_API SkPixelRef : public SkRefCnt { class in inherits:SkRefCnt
39 explicit SkPixelRef(const SkImageInfo&);
40 virtual ~SkPixelRef();
113 /** Returns a non-zero, unique value corresponding to this SkPixelRef.
116 to consider this ID unique even after this SkPixelRef is deleted.
118 Can be used as a key which uniquely identifies this SkPixelRef
237 * @return A new SkPixelRef, or NULL if either there is an error (e.g. the destination could
241 virtual SkPixelRef* deepCopy(SkColorType, SkColorProfileType, const SkIRect* /*subset*/) {
247 // We'll only call the listener if we're confident that we are the only SkPixelRef wit
[all...]

Completed in 373 milliseconds