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

/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h96 bool isNull() const { return NULL == fPixelRef; }
325 SkPixelRef* pixelRef() const { return fPixelRef; }
650 mutable SkPixelRef* fPixelRef; member in class:SkBitmap
654 // or a cache of the returned value from fPixelRef->lockPixels()
/external/skia/include/core/
H A DSkBitmap.h96 bool isNull() const { return NULL == fPixelRef; }
325 SkPixelRef* pixelRef() const { return fPixelRef; }
650 mutable SkPixelRef* fPixelRef; member in class:SkBitmap
654 // or a cache of the returned value from fPixelRef->lockPixels()
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp80 AutoCheckLockCountBalance(const SkBitmap& bm) : fPixelRef(bm.pixelRef()) {
81 fLockCount = fPixelRef ? fPixelRef->getLockCount() : 0;
84 const int count = fPixelRef ? fPixelRef->getLockCount() : 0;
89 const SkPixelRef* fPixelRef; member in class:AutoCheckLockCountBalance
/external/skia/src/core/
H A DSkCanvas.cpp80 AutoCheckLockCountBalance(const SkBitmap& bm) : fPixelRef(bm.pixelRef()) {
81 fLockCount = fPixelRef ? fPixelRef->getLockCount() : 0;
84 const int count = fPixelRef ? fPixelRef->getLockCount() : 0;
89 const SkPixelRef* fPixelRef; member in class:AutoCheckLockCountBalance

Completed in 196 milliseconds