OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSingleAllocationByteLimit
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkResourceCache.h
152
static size_t
SetSingleAllocationByteLimit
(size_t);
224
*
setSingleAllocationByteLimit
() returns the previous value.
226
size_t
setSingleAllocationByteLimit
(size_t maximumAllocationSize);
SkResourceCache.cpp
509
size_t SkResourceCache::
setSingleAllocationByteLimit
(size_t newLimit) {
607
size_t SkResourceCache::
SetSingleAllocationByteLimit
(size_t size) {
609
return get_cache()->
setSingleAllocationByteLimit
(size);
670
return SkResourceCache::
SetSingleAllocationByteLimit
(newLimit);
Completed in 52 milliseconds