Home
last modified time | relevance | path

Searched refs:newLimit (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/src/core/
H A DSkResourceCache.cpp286 size_t SkResourceCache::setTotalByteLimit(size_t newLimit) { in setTotalByteLimit() argument
288 fTotalByteLimit = newLimit; in setTotalByteLimit()
289 if (newLimit < prevLimit) { in setTotalByteLimit()
419 size_t SkResourceCache::setSingleAllocationByteLimit(size_t newLimit) { in setSingleAllocationByteLimit() argument
421 fSingleAllocationByteLimit = newLimit; in setSingleAllocationByteLimit()
485 size_t SkResourceCache::SetTotalByteLimit(size_t newLimit) { in SetTotalByteLimit() argument
487 return get_cache()->setTotalByteLimit(newLimit); in SetTotalByteLimit()
564 size_t SkGraphics::SetResourceCacheTotalByteLimit(size_t newLimit) { in SetResourceCacheTotalByteLimit() argument
565 return SkResourceCache::SetTotalByteLimit(newLimit); in SetResourceCacheTotalByteLimit()
572 size_t SkGraphics::SetResourceCacheSingleAllocationByteLimit(size_t newLimit) { in SetResourceCacheSingleAllocationByteLimit() argument
[all...]
H A DSkResourceCache.h161 static size_t SetTotalByteLimit(size_t newLimit);
243 size_t setTotalByteLimit(size_t newLimit);
H A DSkStrikeCache.cpp191 size_t SkStrikeCache::setCacheSizeLimit(size_t newLimit) { in setCacheSizeLimit() argument
195 fCacheSizeLimit = newLimit; in setCacheSizeLimit()
/third_party/lzma/CPP/Common/
H A DMyString.cpp406 void AString::ReAlloc(unsigned newLimit) in ReAlloc() argument
408 // MY_STRING_REALLOC(_chars, char, (size_t)newLimit + 1, (size_t)_len + 1); in ReAlloc()
409 char *newBuf = MY_STRING_NEW_char((size_t)newLimit + 1); in ReAlloc()
413 _limit = newLimit; in ReAlloc()
416 void AString::ReAlloc2(unsigned newLimit) in ReAlloc2() argument
418 if (newLimit > k_Alloc_Len_Limit) throw 20130220; in ReAlloc2()
419 // MY_STRING_REALLOC(_chars, char, (size_t)newLimit + 1, 0); in ReAlloc2()
420 char *newBuf = MY_STRING_NEW_char((size_t)newLimit + 1); in ReAlloc2()
424 _limit = newLimit; in ReAlloc2()
1002 void UString::ReAlloc(unsigned newLimit) in ReAlloc() argument
1012 ReAlloc2(unsigned newLimit) ReAlloc2() argument
1597 ReAlloc2(unsigned newLimit) ReAlloc2() argument
[all...]
H A DMyString.h281 void ReAlloc(unsigned newLimit);
282 void ReAlloc2(unsigned newLimit);
562 void ReAlloc(unsigned newLimit);
563 void ReAlloc2(unsigned newLimit);
850 void ReAlloc2(unsigned newLimit);
/third_party/skia/include/core/
H A DSkGraphics.h87 static size_t SetResourceCacheTotalByteLimit(size_t newLimit);
104 static size_t SetResourceCacheSingleAllocationByteLimit(size_t newLimit);
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dcanvas2dcontext.js398 set: function(newLimit) {
399 if (newLimit <= 0 || !newLimit) {
403 this._paint.setStrokeMiter(newLimit);
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DBinaryReader.java255 int newLimit = pos + size; in readMessage()
256 limit = newLimit; in readMessage()
264 if (pos != newLimit) { in readMessage()
1404 int newLimit = pos + size; in readMap()
1405 limit = newLimit; in readMap()
/third_party/icu/icu4c/source/common/
H A Dnormalizer2impl.h192 void setReorderingLimit(UChar *newLimit) { in setReorderingLimit() argument
193 remainingCapacity+=(int32_t)(limit-newLimit); in setReorderingLimit()
194 reorderStart=limit=newLimit; in setReorderingLimit()
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.h192 void setReorderingLimit(char16_t *newLimit) { in setReorderingLimit() argument
193 remainingCapacity+=(int32_t)(limit-newLimit); in setReorderingLimit()
194 reorderStart=limit=newLimit; in setReorderingLimit()
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.h192 void setReorderingLimit(UChar *newLimit) { in setReorderingLimit() argument
193 remainingCapacity+=(int32_t)(limit-newLimit); in setReorderingLimit()
194 reorderStart=limit=newLimit; in setReorderingLimit()
/third_party/sqlite/src/
H A Dsqlite3.c40922 i64 newLimit = *(i64*)pArg; unixFileControl() local
48686 i64 newLimit = *(i64*)pArg; global() local
176265 sqlite3_limit(sqlite3 *db, int limitId, int newLimit) global() argument
[all...]

Completed in 138 milliseconds