Searched refs:fCounter (Results 1 – 6 of 6) sorted by relevance
195 CopyCounter() : fID(0), fCounter(nullptr) {} in CopyCounter()197 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {} in CopyCounter()201 , fCounter(other.fCounter) { in CopyCounter()202 SkASSERT(fCounter); in CopyCounter()203 *fCounter += 1; in CopyCounter()208 fCounter = other.fCounter; in operator =()209 *fCounter += 1; in operator =()215 fCounter = other.fCounter; in operator =()225 uint32_t* fCounter; member in __anon0318c73d0311::CopyCounter
16 , fCounter(counter) { in Value()17 (*fCounter)++; in Value()21 (*fCounter)--; in ~Value()25 int* fCounter; member
35 uint32 fCounter [dng_priority_count]; member in dng_priority_manager59 if (fCounter [level]) in MinPriority()86 fCounter [level] = 0; in dng_priority_manager()99 fCounter [priority] += 1; in Increment()112 fCounter [priority] -= 1; in Decrement()
37 SkDEBUGCODE(fCounter += 1); in save()43 SkDEBUGCODE(fCounter -= 1); in restore()44 SkASSERT(fCounter >= 0); in restore()109 SkDEBUGCODE(int fCounter = 0);
25 fCounter = 0; in reset()29 int fCounter = 0;
40 uniqueName = String::printf("_%d_%.*s", fCounter++, (int)baseName.size(), baseName.data()); in uniqueName()