OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetEffectiveSingleAllocationByteLimit
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/core/
SkResourceCache.h
154
static size_t
GetEffectiveSingleAllocationByteLimit
();
230
size_t
getEffectiveSingleAllocationByteLimit
() const;
SkBitmapController.cpp
60
size_t maximumAllocation = SkResourceCache::
GetEffectiveSingleAllocationByteLimit
();
SkResourceCache.cpp
519
size_t SkResourceCache::
getEffectiveSingleAllocationByteLimit
() const {
617
size_t SkResourceCache::
GetEffectiveSingleAllocationByteLimit
() {
619
return get_cache()->
getEffectiveSingleAllocationByteLimit
();
Completed in 206 milliseconds