Lines Matching refs:SkPixelRef
43 SkPixelRef::SkPixelRef(const SkImageInfo& info) in SkPixelRef() function in SkPixelRef
61 SkPixelRef::~SkPixelRef() { in ~SkPixelRef()
72 void SkPixelRef::needsNewGenID() { in needsNewGenID()
77 void SkPixelRef::cloneGenID(const SkPixelRef& that) { in cloneGenID()
102 void SkPixelRef::setPreLocked(void* pixels, size_t rowBytes, SkColorTable* ctable) { in setPreLocked()
115 bool SkPixelRef::lockPixelsInsideMutex() { in lockPixelsInsideMutex()
137 bool SkPixelRef::lockPixels() { in lockPixels()
163 bool SkPixelRef::lockPixels(LockRec* rec) { in lockPixels()
171 void SkPixelRef::unlockPixels() { in unlockPixels()
190 bool SkPixelRef::requestLock(const LockRequest& request, LockResult* result) { in requestLock()
220 bool SkPixelRef::lockPixelsAreWritable() const { in lockPixelsAreWritable()
224 bool SkPixelRef::onLockPixelsAreWritable() const { in onLockPixelsAreWritable()
228 uint32_t SkPixelRef::getGenerationID() const { in getGenerationID()
243 void SkPixelRef::addGenIDChangeListener(GenIDChangeListener* listener) { in addGenIDChangeListener()
253 void SkPixelRef::callGenIDChangeListeners() { in callGenIDChangeListeners()
270 void SkPixelRef::notifyPixelsChanged() { in notifyPixelsChanged()
281 void SkPixelRef::changeAlphaType(SkAlphaType at) { in changeAlphaType()
285 void SkPixelRef::setImmutable() { in setImmutable()
289 void SkPixelRef::setImmutableWithID(uint32_t genID) { in setImmutableWithID()
300 void SkPixelRef::setTemporarilyImmutable() { in setTemporarilyImmutable()
305 void SkPixelRef::restoreMutability() { in restoreMutability()
310 bool SkPixelRef::readPixels(SkBitmap* dst, SkColorType ct, const SkIRect* subset) { in readPixels()
316 bool SkPixelRef::onReadPixels(SkBitmap* dst, SkColorType, const SkIRect* subset) { in onReadPixels()
320 void SkPixelRef::onNotifyPixelsChanged() { } in onNotifyPixelsChanged()
322 SkData* SkPixelRef::onRefEncodedData() { in onRefEncodedData()
326 bool SkPixelRef::onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3], in onGetYUV8Planes()
331 size_t SkPixelRef::getAllocatedSizeInBytes() const { in getAllocatedSizeInBytes()
336 SkPixelRef* pr = (SkPixelRef*)ctx; in unlock_legacy_result()
341 bool SkPixelRef::onRequestLock(const LockRequest& request, LockResult* result) { in onRequestLock()