Searched defs:gCount (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkPixelRef.cpp104 static int gCount; variable
113 gCount = 0;
117 SkASSERT(gCount < MAX_PAIR_COUNT);
119 gPairs[gCount].fName = name;
120 gPairs[gCount].fFactory = factory;
121 gCount += 1;
126 for (int i = gCount - 1; i >= 0; --i) {
136 for (int i = gCount - 1; i >= 0; --i) {
/external/webkit/Source/WebCore/platform/graphics/android/
H A DFontPlatformDataAndroid.cpp43 static int gCount; variable
48 if (++gCount > gMaxCount)
50 gMaxCount = gCount;
55 static void dec_count() { --gCount; }
/external/icu4c/layout/
H A DContextualSubstSubtables.cpp295 le_uint16 gCount = SWAPW(glyphCount); local
305 if (ContextualSubstitutionBase::matchGlyphCoverages(coverageTableOffsetArray, gCount, glyphIterator, (const char *) this)) {
307 (const SubstitutionLookupRecord *) &coverageTableOffsetArray[gCount];
311 return gCount + 1;
/external/skia/samplecode/
H A DSampleText.cpp201 static int gOld, gNew, gCount; variable
207 gCount += 1;
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp210 int gCount; variable
277 gCount++;
284 gCount++;
294 gCount++;
304 gCount++;
312 gCount++;
320 gCount++;
328 gCount++;
466 gCount = 0;
508 gCount
[all...]

Completed in 246 milliseconds