OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCount32
(Results
1 - 2
of
2
) 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);
Completed in 47 milliseconds