Searched refs:fPlotLocks (Results 1 – 2 of 2) sorted by relevance
81 memset(fPlotLocks, 0, sizeof(fPlotLocks)); in GrLayerCache()344 SkASSERT(plotLocks[i] == fPlotLocks[i]); in validate()399 if (fPlotLocks[plot->id()] > 0) { in purgePlot()411 SkASSERT(0 == fPlotLocks[plot->id()]); in purgePlot()461 SkASSERT(0 == fPlotLocks[plot->id()]); in purgeAll()
375 int fPlotLocks[kNumPlotsX * kNumPlotsY]; variable396 void incPlotLock(int plotIdx) { ++fPlotLocks[plotIdx]; } in incPlotLock()398 SkASSERT(fPlotLocks[plotIdx] > 0); in decPlotLock()399 --fPlotLocks[plotIdx]; in decPlotLock()