Lines Matching refs:fPixelRef
79 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;