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

  /external/skia/legacy/include/core/
SkPerspIter.h 39 kCount = (1 << kShift)
42 SkFixed fStorage[kCount * 2];
  /external/skia/src/core/
SkPerspIter.h 39 kCount = (1 << kShift)
42 SkFixed fStorage[kCount * 2];
SkMatrix.cpp     [all...]
  /external/chromium/base/
id_map_unittest.cc 90 const int kCount = 5;
91 TestObject obj[kCount];
92 int32 ids[kCount];
94 for (int i = 0; i < kCount; i++)
126 const int kCount = 3;
129 DestructorCounter* external_obj[kCount];
130 int map_external_ids[kCount];
133 DestructorCounter* owned_obj[kCount];
134 int map_owned_ids[kCount];
139 for (int i = 0; i < kCount; ++i)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 541 const int kCount = 1000;
542 char *ptrs[kCount];
544 for (int i = 0; i < kCount; i++) {
550 for (int i = 0; i < kCount; i++) {
  /external/skia/legacy/src/core/
SkMatrix.cpp     [all...]

Completed in 313 milliseconds