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

  /external/skia/include/core/
SkPerspIter.h 46 kCount = (1 << kShift)
49 SkFixed fStorage[kCount * 2];
  /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...]

Completed in 427 milliseconds