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

  /external/dng_sdk/source/
dng_abort_sniffer.cpp 35 uint32 fCounter [dng_priority_count];
59 if (fCounter [level])
86 fCounter [level] = 0;
99 fCounter [priority] += 1;
112 fCounter [priority] -= 1;
  /external/skia/tests/
LRUCacheTest.cpp 14 , fCounter(counter) {
15 (*fCounter)++;
19 (*fCounter)--;
23 int* fCounter;
HashTest.cpp 113 CopyCounter() : fID(0), fCounter(nullptr) {}
115 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {}
119 , fCounter(other.fCounter) {
120 SkASSERT(fCounter);
121 *fCounter += 1;
126 fCounter = other.fCounter;
127 *fCounter += 1;
133 fCounter = other.fCounter
    [all...]
  /external/skqp/tests/
LRUCacheTest.cpp 14 , fCounter(counter) {
15 (*fCounter)++;
19 (*fCounter)--;
23 int* fCounter;
HashTest.cpp 113 CopyCounter() : fID(0), fCounter(nullptr) {}
115 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {}
119 , fCounter(other.fCounter) {
120 SkASSERT(fCounter);
121 *fCounter += 1;
126 fCounter = other.fCounter;
127 *fCounter += 1;
133 fCounter = other.fCounter
    [all...]
  /external/skia/src/core/
SkRasterClipStack.h 63 int fCounter = 0;
87 fCounter += 1;
93 fCounter -= 1; SkASSERT(fCounter >= 0);
  /external/skqp/src/core/
SkRasterClipStack.h 63 int fCounter = 0;
87 fCounter += 1;
93 fCounter -= 1; SkASSERT(fCounter >= 0);

Completed in 546 milliseconds