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 106 fPixelLockCount = 0;
137 SkTSwap(fPixelLockCount, other.fPixelLockCount);
286 if (fPixelLockCount > 0) {
296 SkASSERT(0 == fPixelLockCount);
329 if (NULL != fPixelRef && 1 == ++fPixelLockCount) {
337 SkASSERT(NULL == fPixelRef || fPixelLockCount > 0);
339 if (NULL != fPixelRef && 0 == --fPixelLockCount) {
381 if (fPixelLockCount > 0) {
388 fPixelLockCount = 0
    [all...]
  /external/skia/include/core/
SkBitmap.h 604 mutable int fPixelLockCount;
    [all...]

Completed in 416 milliseconds