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

  /external/chromium_org/third_party/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) {
  /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/chromium_org/third_party/icu/source/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...]
  /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 436 uint32_t rCount, gCount, bCount;
440 gCount = pixel[Scene::Gr] * scale64x;
444 *px++ = gCount < 255*64 ? gCount / 64 : 255;
466 uint32_t rCount, gCount, bCount;
470 gCount = pixel[Scene::Gr] * scale64x;
474 *px++ = gCount < 255*64 ? gCount / 64 : 255;
510 int32_t rCount, gCount, bCount;
515 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 84 static volatile int32_t gCount = 0;
142 return gCount;
150 int count = android_atomic_inc(&gCount)+1;
157 int count = android_atomic_dec(&gCount);
    [all...]
ResourceTypes.cpp     [all...]

Completed in 340 milliseconds