HomeSort by relevance Sort by last modified time
    Searched refs:fPixelLockCount (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkBitmap.cpp 113 fPixelLockCount = 0;
144 SkTSwap(fPixelLockCount, other.fPixelLockCount);
293 if (fPixelLockCount > 0) {
303 SkASSERT(0 == fPixelLockCount);
336 if (NULL != fPixelRef && 1 == ++fPixelLockCount) {
344 SkASSERT(NULL == fPixelRef || fPixelLockCount > 0);
346 if (NULL != fPixelRef && 0 == --fPixelLockCount) {
380 if (fPixelLockCount > 0) {
387 fPixelLockCount = 0
    [all...]
  /external/skia/include/core/
SkBitmap.h 572 mutable int fPixelLockCount;

Completed in 409 milliseconds