OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTotalByteLimit
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkResourceCache.h
149
static size_t
GetTotalByteLimit
();
191
* and
getTotalByteLimit
() will return 0, and setTotalByteLimit
219
size_t
getTotalByteLimit
() const { return fTotalByteLimit; }
SkResourceCache.cpp
577
size_t SkResourceCache::
GetTotalByteLimit
() {
579
return get_cache()->
getTotalByteLimit
();
658
return SkResourceCache::
GetTotalByteLimit
();
Completed in 42 milliseconds