Searched defs:kCount (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/core/
H A DSkPerspIter.h39 kCount = (1 << kShift) enumerator in enum:SkPerspIter::__anon16042
42 SkFixed fStorage[kCount * 2];
/external/skia/tests/
H A DSmallAllocatorTest.cpp15 kCount++;
19 kCount--;
22 static int GetCount() { return kCount; }
25 static int kCount; member in class:CountingClass
28 int CountingClass::kCount; member in class:CountingClass
H A DResourceCacheTest.cpp1046 static const int kCount = 50; local
1047 static const int kBudgetCnt = kCount / 2;
1053 // Run the test 2*kCount times;
1054 for (int i = 0; i < 2 * kCount; ++i ) {
1060 cache->changeTimestamp(SK_MaxU32 - random.nextULessThan(kCount + 1));
1062 static const int kNumToPurge = kCount - kBudgetCnt;
1068 // Add kCount resources, holding onto resources at random so we have a mix of purgeable and
1070 for (int j = 0; j < kCount; ++j) {
1090 for (int j = 0; j < kCount; ++j) {
/external/libchrome/base/
H A Did_map_unittest.cc100 const int kCount = 5; local
101 TestObject obj[kCount];
103 for (int i = 0; i < kCount; i++)
107 int32_t ids_in_iteration_order[kCount];
108 const TestObject* objs_in_iteration_order[kCount];
210 const int kCount = 5; local
211 TestObject obj[kCount];
213 for (int i = 0; i < kCount; i++)
217 int32_t ids_in_iteration_order[kCount];
218 const TestObject* objs_in_iteration_order[kCount];
254 const int kCount = 3; local
292 const int kCount = 3; local
329 const int kCount = 3; local
[all...]
/external/skia/include/effects/
H A DSkColorMatrix.h16 kCount = 20 enumerator in enum:SkColorMatrix::__anon15929
18 SkScalar fMat[kCount];
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc618 const int kCount = 1000; local
619 char *ptrs[kCount];
621 for (int i = 0; i < kCount; i++) {
627 for (int i = 0; i < kCount; i++) {
/external/skia/samplecode/
H A DSampleQuadStroker.cpp103 kCount = 18 enumerator in enum:QuadStrokerView::__anon15980
105 SkPoint fPts[kCount];
/external/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.h686 kCount = 2, enumerator in enum:sfntly::NameTable::Offset::__anon15750

Completed in 132 milliseconds