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

/external/skia/src/core/
H A DSkFlattenable.cpp59 static int gCount; variable
68 gCount = 0;
72 SkASSERT(gCount < MAX_ENTRY_COUNT);
74 gEntries[gCount].fName = name;
75 gEntries[gCount].fFactory = factory;
76 gEntries[gCount].fType = type;
77 gCount += 1;
82 if (!gCount) {
96 for (int i = gCount - 1; i >= 0; --i) {
111 for (int i = gCount
[all...]
/external/skia/include/core/
H A DSkInstCnt.h49 ~SkInstCount() { sk_atomic_dec(&gCount); }
55 if (0 == sk_atomic_inc(&gCount) && sk_atomic_cas(&gRegistered, 0, 1)) {
68 static int32_t Count() { return sk_acquire_load(&gCount); }
71 static int32_t gCount, gRegistered; member in class:SkInstCount
74 template <typename T, const char*(Name)()> int32_t SkInstCount<T, Name>::gCount = 0; member in class:SkInstCount
/external/skia/tests/
H A DLayerRasterizerTest.cpp26 gCount++;
31 gCount--;
34 static int GetCount() { return gCount; }
39 static int gCount; member in class:DummyRasterizer
44 int DummyRasterizer::gCount; member in class:DummyRasterizer
/external/icu/icu4c/source/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...]
/external/icu/icu4c/source/layout/
H A DContextualSubstSubtables.cpp301 le_uint16 gCount = SWAPW(glyphCount); local
311 if (ContextualSubstitutionBase::matchGlyphCoverages(coverageTableOffsetArray, gCount, glyphIterator, (const char *) this)) {
313 (const SubstitutionLookupRecord *) &coverageTableOffsetArray[gCount];
317 return gCount + 1;

Completed in 231 milliseconds