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 140 SkTSwap(fRawPixelGenerationID, other.fRawPixelGenerationID);
403 SkASSERT(fPixels || !fRawPixelGenerationID);
404 if (fPixels && !fRawPixelGenerationID) {
405 fRawPixelGenerationID = SkNextPixelRefGenerationID();
407 return fRawPixelGenerationID;
416 fRawPixelGenerationID = 0; // will grab next ID in getGenerationID
    [all...]
  /external/skia/include/core/
SkBitmap.h 602 mutable int fRawPixelGenerationID;
    [all...]

Completed in 1355 milliseconds