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

  /external/chromium_org/third_party/skia/src/core/
SkFlattenable.cpp 72 static int gCount;
81 gCount = 0;
85 SkASSERT(gCount < MAX_ENTRY_COUNT);
87 gEntries[gCount].fName = name;
88 gEntries[gCount].fFactory = factory;
89 gEntries[gCount].fType = type;
90 gCount += 1;
95 if (!gCount) {
109 for (int i = gCount - 1; i >= 0; --i) {
124 for (int i = gCount - 1; i >= 0; --i)
    [all...]
  /external/skia/src/core/
SkFlattenable.cpp 72 static int gCount;
81 gCount = 0;
85 SkASSERT(gCount < MAX_ENTRY_COUNT);
87 gEntries[gCount].fName = name;
88 gEntries[gCount].fFactory = factory;
89 gEntries[gCount].fType = type;
90 gCount += 1;
95 if (!gCount) {
109 for (int i = gCount - 1; i >= 0; --i) {
124 for (int i = gCount - 1; i >= 0; --i)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestGetSet.java 38 final int gCount = gWidth * gHeight * gDepth;
59 final int tw = gCount / vsize;
268 byte tmp[] = randomByteArray(gCount);
269 byte tmp2[] = new byte[gCount];
289 byte tmp[] = randomByteArray(gCount);
290 byte tmp2[] = new byte[gCount];
309 byte tmp[] = randomByteArray(gCount);
310 byte tmp2[] = new byte[gCount];
329 byte tmp[] = randomByteArray(gCount);
330 byte tmp2[] = new byte[gCount];
    [all...]
  /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/skia/tests/
LayerRasterizerTest.cpp 26 gCount++;
31 gCount--;
34 static int GetCount() { return gCount; }
41 static int gCount;
46 int DummyRasterizer::gCount;
  /external/skia/tests/
LayerRasterizerTest.cpp 26 gCount++;
31 gCount--;
34 static int GetCount() { return gCount; }
41 static int gCount;
46 int DummyRasterizer::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/icu/icu4c/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...]
  /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/icu/icu4c/source/layout/
ContextualSubstSubtables.cpp 301 le_uint16 gCount = SWAPW(glyphCount);
311 if (ContextualSubstitutionBase::matchGlyphCoverages(coverageTableOffsetArray, gCount, glyphIterator, (const char *) this)) {
313 (const SubstitutionLookupRecord *) &coverageTableOffsetArray[gCount];
317 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;
147 return gCount;
155 int count = android_atomic_inc(&gCount)+1;
162 int count = android_atomic_dec(&gCount);
    [all...]
ResourceTypes.cpp     [all...]

Completed in 373 milliseconds