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

  /external/chromium_org/third_party/skia/src/core/
SkPathRef.cpp 434 static int32_t gPathRefGenerationID;
438 fGenerationID = (sk_atomic_inc(&gPathRefGenerationID) + 1) & kMask;
  /external/skia/src/core/
SkPathRef.cpp 434 static int32_t gPathRefGenerationID;
438 fGenerationID = (sk_atomic_inc(&gPathRefGenerationID) + 1) & kMask;

Completed in 46 milliseconds