Searched refs:fPixelRef (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp104 SkSafeRef(src.fPixelRef);
115 if (NULL == fPixelRef) {
137 SkTSwap(fPixelRef, other.fPixelRef);
343 if (NULL != fPixelRef) {
345 SkASSERT(fPixelRef->isLocked());
347 void* p = fPixelRef->pixels();
352 SkRefCnt_SafeAssign(fColorTable, fPixelRef->colorTable());
412 if (fPixelRef != pr || fPixelRefOffset != offset) {
413 if (fPixelRef !
[all...]
H A DSkCanvas.cpp79 AutoCheckLockCountBalance(const SkBitmap& bm) : fPixelRef(bm.pixelRef()) {
80 fLockCount = fPixelRef ? fPixelRef->getLockCount() : 0;
83 const int count = fPixelRef ? fPixelRef->getLockCount() : 0;
88 const SkPixelRef* fPixelRef; member in class:AutoCheckLockCountBalance
/external/skia/src/core/
H A DSkBitmap.cpp104 SkSafeRef(src.fPixelRef);
115 if (NULL == fPixelRef) {
137 SkTSwap(fPixelRef, other.fPixelRef);
343 if (NULL != fPixelRef) {
345 SkASSERT(fPixelRef->isLocked());
347 void* p = fPixelRef->pixels();
352 SkRefCnt_SafeAssign(fColorTable, fPixelRef->colorTable());
412 if (fPixelRef != pr || fPixelRefOffset != offset) {
413 if (fPixelRef !
[all...]
H A DSkCanvas.cpp79 AutoCheckLockCountBalance(const SkBitmap& bm) : fPixelRef(bm.pixelRef()) {
80 fLockCount = fPixelRef ? fPixelRef->getLockCount() : 0;
83 const int count = fPixelRef ? fPixelRef->getLockCount() : 0;
88 const SkPixelRef* fPixelRef; member in class:AutoCheckLockCountBalance
/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h91 bool isNull() const { return NULL == fPixelRef; }
333 SkPixelRef* pixelRef() const { return fPixelRef; }
648 mutable SkPixelRef* fPixelRef; member in class:SkBitmap
652 // or a cache of the returned value from fPixelRef->lockPixels()
/external/skia/include/core/
H A DSkBitmap.h91 bool isNull() const { return NULL == fPixelRef; }
333 SkPixelRef* pixelRef() const { return fPixelRef; }
648 mutable SkPixelRef* fPixelRef; member in class:SkBitmap
652 // or a cache of the returned value from fPixelRef->lockPixels()

Completed in 153 milliseconds