Home
last modified time | relevance | path

Searched defs:newLimit (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/core/
DSkResourceCache.cpp286 size_t SkResourceCache::setTotalByteLimit(size_t newLimit) { in setTotalByteLimit()
419 size_t SkResourceCache::setSingleAllocationByteLimit(size_t newLimit) { in setSingleAllocationByteLimit()
485 size_t SkResourceCache::SetTotalByteLimit(size_t newLimit) { in SetTotalByteLimit()
564 size_t SkGraphics::SetResourceCacheTotalByteLimit(size_t newLimit) { in SetResourceCacheTotalByteLimit()
572 size_t SkGraphics::SetResourceCacheSingleAllocationByteLimit(size_t newLimit) { in SetResourceCacheSingleAllocationByteLimit()
DSkStrikeCache.cpp191 size_t SkStrikeCache::setCacheSizeLimit(size_t newLimit) { in setCacheSizeLimit()
/third_party/lzma/CPP/Common/
DMyString.cpp406 void AString::ReAlloc(unsigned newLimit) in ReAlloc()
416 void AString::ReAlloc2(unsigned newLimit) in ReAlloc2()
1002 void UString::ReAlloc(unsigned newLimit) in ReAlloc()
1012 void UString::ReAlloc2(unsigned newLimit) in ReAlloc2()
1597 void UString2::ReAlloc2(unsigned newLimit) in ReAlloc2()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DBinaryReader.java255 int newLimit = pos + size; in readMessage() local
1404 int newLimit = pos + size; in readMap() local
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.h192 void setReorderingLimit(UChar *newLimit) { in setReorderingLimit()
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.h192 void setReorderingLimit(UChar *newLimit) { in setReorderingLimit()
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.h192 void setReorderingLimit(char16_t *newLimit) { in setReorderingLimit()
/third_party/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js398 set: function(newLimit) { argument
/third_party/skia/modules/canvaskit/tests/
Dcore.spec.js940 const newLimit = 42 * 1024 * 1024; constant