Home
last modified time | relevance | path

Searched refs:fPixelRef (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkBitmap.cpp104 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 …]
DSkCanvas.cpp79 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
/external/skia/legacy/src/core/
DSkBitmap.cpp102 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 …]
/external/skia/include/core/
DSkBitmap.h99 bool isNull() const { return NULL == fPixelRef; } in isNull()
329 SkPixelRef* pixelRef() const { return fPixelRef; } in pixelRef()
645 mutable SkPixelRef* fPixelRef; variable
/external/skia/legacy/include/core/
DSkBitmap.h94 bool isNull() const { return NULL == fPixels && NULL == fPixelRef; } in isNull()
300 SkPixelRef* pixelRef() const { return fPixelRef; } in pixelRef()
602 mutable SkPixelRef* fPixelRef; variable