Searched refs:getLockCount (Results 1 – 4 of 4) sorted by relevance
55 if (0 == ref->getLockCount() && ref->fBitmap.getPixels()) { in setRAMUsed()180 ref->getLockCount(), ref->getURI()); in dump()
165 state.fBitmap->pixelRef()->getLockCount()); in shadeSpan()209 state.fBitmap->pixelRef()->getLockCount()); in shadeSpan16()
294 SkASSERT(fPixelRef->getLockCount() > 0); in updatePixelsFromRef()1521 SkASSERT(fPixelRef->getLockCount() > 0); in validate()
56 int getLockCount() const { return fLockCount; } in getLockCount() function