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

/external/chromium_org/third_party/skia/src/core/
H A DSkPixelRef.cpp8 #include "SkPixelRef.h"
76 void SkPixelRef::setMutex(SkBaseMutex* mutex) {
86 SkPixelRef::SkPixelRef(const SkImageInfo& info) : fInfo(info) { function in class:SkPixelRef
96 SkPixelRef::SkPixelRef(const SkImageInfo& info, SkBaseMutex* mutex) : fInfo(info) { function in class:SkPixelRef
111 SkPixelRef::SkPixelRef(SkReadBuffer& buffer, SkBaseMutex* mutex) function in class:SkPixelRef
124 SkPixelRef::~SkPixelRef() {
[all...]
/external/skia/src/core/
H A DSkPixelRef.cpp8 #include "SkPixelRef.h"
76 void SkPixelRef::setMutex(SkBaseMutex* mutex) {
86 SkPixelRef::SkPixelRef(const SkImageInfo& info) : fInfo(info) { function in class:SkPixelRef
96 SkPixelRef::SkPixelRef(const SkImageInfo& info, SkBaseMutex* mutex) : fInfo(info) { function in class:SkPixelRef
111 SkPixelRef::SkPixelRef(SkReadBuffer& buffer, SkBaseMutex* mutex) function in class:SkPixelRef
124 SkPixelRef::~SkPixelRef() {
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkPixelRef.h41 /** \class SkPixelRef
49 class SK_API SkPixelRef : public SkFlattenable { class in inherits:SkFlattenable
51 SK_DECLARE_INST_COUNT(SkPixelRef)
53 explicit SkPixelRef(const SkImageInfo&);
54 SkPixelRef(const SkImageInfo&, SkBaseMutex* mutex);
55 virtual ~SkPixelRef();
229 * @return A new SkPixelRef, or NULL if either there is an error (e.g. the destination could
233 virtual SkPixelRef* deepCopy(SkColorType colortype, const SkIRect* subset) {
253 SK_DEFINE_FLATTENABLE_TYPE(SkPixelRef)
257 // We'll only call the listener if we're confident that we are the only SkPixelRef wit
[all...]
/external/skia/include/core/
H A DSkPixelRef.h41 /** \class SkPixelRef
49 class SK_API SkPixelRef : public SkFlattenable { class in inherits:SkFlattenable
51 SK_DECLARE_INST_COUNT(SkPixelRef)
53 explicit SkPixelRef(const SkImageInfo&);
54 SkPixelRef(const SkImageInfo&, SkBaseMutex* mutex);
55 virtual ~SkPixelRef();
229 * @return A new SkPixelRef, or NULL if either there is an error (e.g. the destination could
233 virtual SkPixelRef* deepCopy(SkColorType colortype, const SkIRect* subset) {
253 SK_DEFINE_FLATTENABLE_TYPE(SkPixelRef)
257 // We'll only call the listener if we're confident that we are the only SkPixelRef wit
[all...]

Completed in 486 milliseconds