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

  /external/skia/src/core/
SkFlattenable.cpp 73 static int gCount;
82 gCount = 0;
86 SkASSERT(gCount < MAX_PAIR_COUNT);
88 gPairs[gCount].fName = name;
89 gPairs[gCount].fFactory = factory;
90 gCount += 1;
95 if (!gCount) {
108 for (int i = gCount - 1; i >= 0; --i) {
121 for (int i = gCount - 1; i >= 0; --i) {
  /frameworks/base/core/jni/android/graphics/
AutoDecodeCancel.cpp 74 const int gCount = gAutoDecoderCancelCount;
76 if (gCount == 0) {
79 SkASSERT(gCount > 0);
88 SkASSERT(count <= gCount);
97 SkASSERT(count == gCount);
  /external/skia/legacy/src/core/
SkPixelRef.cpp 165 static int gCount;
174 gCount = 0;
178 SkASSERT(gCount < MAX_PAIR_COUNT);
180 gPairs[gCount].fName = name;
181 gPairs[gCount].fFactory = factory;
182 gCount += 1;
187 if (!gCount) {
200 for (int i = gCount - 1; i >= 0; --i) {
213 for (int i = gCount - 1; i >= 0; --i) {
SkFlattenable.cpp 371 static int gCount;
380 gCount = 0;
384 SkASSERT(gCount < MAX_PAIR_COUNT);
386 gPairs[gCount].fName = name;
387 gPairs[gCount].fFactory = factory;
388 gCount += 1;
393 if (!gCount) {
406 for (int i = gCount - 1; i >= 0; --i) {
419 for (int i = gCount - 1; i >= 0; --i) {
  /external/icu4c/test/perf/collationperf/
collperf.cpp 210 int gCount;
277 gCount++;
284 gCount++;
294 gCount++;
304 gCount++;
312 gCount++;
320 gCount++;
328 gCount++;
466 gCount = 0;
508 gCount++
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 437 uint32_t rCount, gCount, bCount;
441 gCount = pixel[Scene::Gr] * scale64x;
445 *px++ = gCount < 255*64 ? gCount / 64 : 255;
467 uint32_t rCount, gCount, bCount;
471 gCount = pixel[Scene::Gr] * scale64x;
475 *px++ = gCount < 255*64 ? gCount / 64 : 255;
499 uint32_t rCount, gCount, bCount;
503 gCount = pixel[Scene::Gr] * scale64x
    [all...]
  /external/icu4c/layout/
ContextualSubstSubtables.cpp 295 le_uint16 gCount = SWAPW(glyphCount);
305 if (ContextualSubstitutionBase::matchGlyphCoverages(coverageTableOffsetArray, gCount, glyphIterator, (const char *) this)) {
307 (const SubstitutionLookupRecord *) &coverageTableOffsetArray[gCount];
311 return gCount + 1;
  /frameworks/base/libs/androidfw/
Asset.cpp 49 static int32_t gCount = 0;
56 return gCount;
83 gCount++;
92 //ALOGI("Creating Asset %p #%d\n", this, gCount);
98 gCount--;
112 //ALOGI("Destroying Asset in %p #%d\n", this, gCount);
AssetManager.cpp 83 static volatile int32_t gCount = 0;
141 return gCount;
149 int count = android_atomic_inc(&gCount)+1;
156 int count = android_atomic_dec(&gCount);
    [all...]
ResourceTypes.cpp     [all...]

Completed in 297 milliseconds