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

  /external/skia/src/core/
SkPictureContentInfo.h 20 int numOperations() const { return fNumOperations; }
30 void addOperation() { ++fNumOperations; }
49 int fNumOperations;
SkPictureContentInfo.cpp 136 fNumOperations = src.fNumOperations;
150 fNumOperations = 0;
164 SkTSwap(fNumOperations, other->fNumOperations);

Completed in 149 milliseconds