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

  /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/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...]
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontPlatformDataAndroid.cpp 44 static int gCount;
49 if (++gCount > gMaxCount)
51 gMaxCount = gCount;
56 static void dec_count() { --gCount; }
  /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 71 static volatile int32_t gCount = 0;
111 return gCount;
119 int count = android_atomic_inc(&gCount)+1;
126 int count = android_atomic_dec(&gCount);
    [all...]
ResourceTypes.cpp     [all...]
  /external/skia/samplecode/
SampleText.cpp 208 static int gOld, gNew, gCount;
214 gCount += 1;

Completed in 1026 milliseconds