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

  /external/skia/src/core/
SkResourceCache.h 42 return fCount32 << 2;
54 for (int i = 0; i < fCount32; ++i) { // (This checks fCount == other.fCount first.)
63 int32_t fCount32; // local + user contents count32
SkResourceCache.cpp 35 // fCount32 and fHash are not hashed
45 fCount32 = SkToS32(kLocal32s + (dataSize >> 2));
51 (fCount32 - kUnhashedLocal32s) << 2);
  /external/skqp/src/core/
SkResourceCache.h 42 return fCount32 << 2;
54 for (int i = 0; i < fCount32; ++i) { // (This checks fCount == other.fCount first.)
63 int32_t fCount32; // local + user contents count32
SkResourceCache.cpp 35 // fCount32 and fHash are not hashed
45 fCount32 = SkToS32(kLocal32s + (dataSize >> 2));
51 (fCount32 - kUnhashedLocal32s) << 2);

Completed in 123 milliseconds