Searched refs:fPixelRef (Results 1 – 5 of 5) sorted by relevance
104 SkSafeRef(src.fPixelRef); in operator =()115 if (NULL == fPixelRef) { in operator =()137 SkTSwap(fPixelRef, other.fPixelRef); in swap()299 if (NULL != fPixelRef) { in updatePixelsFromRef()301 SkASSERT(fPixelRef->isLocked()); in updatePixelsFromRef()303 void* p = fPixelRef->pixels(); in updatePixelsFromRef()308 SkRefCnt_SafeAssign(fColorTable, fPixelRef->colorTable()); in updatePixelsFromRef()326 if (fPixelRef != pr || fPixelRefOffset != offset) { in setPixelRef()327 if (fPixelRef != pr) { in setPixelRef()329 SkASSERT(NULL == fPixelRef); in setPixelRef()[all …]
79 AutoCheckLockCountBalance(const SkBitmap& bm) : fPixelRef(bm.pixelRef()) { in AutoCheckLockCountBalance()80 fLockCount = fPixelRef ? fPixelRef->getLockCount() : 0; in AutoCheckLockCountBalance()83 const int count = fPixelRef ? fPixelRef->getLockCount() : 0; in ~AutoCheckLockCountBalance()88 const SkPixelRef* fPixelRef; member in AutoCheckLockCountBalance
102 SkSafeRef(src.fPixelRef); in operator =()113 if (NULL == fPixelRef) { in operator =()135 SkTSwap(fPixelRef, other.fPixelRef); in swap()285 if (NULL != fPixelRef) { in updatePixelsFromRef()287 SkASSERT(fPixelRef->isLocked()); in updatePixelsFromRef()289 void* p = fPixelRef->pixels(); in updatePixelsFromRef()294 SkRefCnt_SafeAssign(fColorTable, fPixelRef->colorTable()); in updatePixelsFromRef()312 if (fPixelRef != pr || fPixelRefOffset != offset) { in setPixelRef()313 if (fPixelRef != pr) { in setPixelRef()315 SkASSERT(NULL == fPixelRef); in setPixelRef()[all …]
99 bool isNull() const { return NULL == fPixelRef; } in isNull()329 SkPixelRef* pixelRef() const { return fPixelRef; } in pixelRef()645 mutable SkPixelRef* fPixelRef; variable
94 bool isNull() const { return NULL == fPixels && NULL == fPixelRef; } in isNull()300 SkPixelRef* pixelRef() const { return fPixelRef; } in pixelRef()602 mutable SkPixelRef* fPixelRef; variable