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

  /external/skia/src/core/
SkBitmap.cpp 147 SkTSwap(fRawPixelGenerationID, other.fRawPixelGenerationID);
402 SkASSERT(fPixels || !fRawPixelGenerationID);
403 if (fPixels && !fRawPixelGenerationID) {
404 fRawPixelGenerationID = SkNextPixelRefGenerationID();
406 return fRawPixelGenerationID;
414 fRawPixelGenerationID = 0; // will grab next ID in getGenerationID
    [all...]
  /external/skia/include/core/
SkBitmap.h 580 mutable int fRawPixelGenerationID;

Completed in 1632 milliseconds