Home
last modified time | relevance | path

Searched defs:maxBytes (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/src/core/
DSkImageFilterCache.cpp33 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } in CacheImpl()
154 SkImageFilterCache* SkImageFilterCache::Create(size_t maxBytes) { in Create()
/third_party/flutter/skia/src/core/
DSkImageFilterCache.cpp33 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } in CacheImpl()
157 SkImageFilterCache* SkImageFilterCache::Create(size_t maxBytes) { in Create()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationweights.h104 uint32_t maxBytes[5]; variable
/third_party/icu/icu4c/source/i18n/
Dcollationweights.h104 uint32_t maxBytes[5]; variable
/third_party/node/deps/icu-small/source/i18n/
Dcollationweights.h104 uint32_t maxBytes[5]; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationweights.h104 uint32_t maxBytes[5]; variable
/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls_mem.c95 size_t maxBytes; member
/third_party/icu/icu4c/source/common/
Dputilimp.h560 uintptr_t maxBytes = maxInt - destInt; // max. 2GB in pinCapacity() local
/third_party/node/deps/icu-small/source/common/
Dputilimp.h560 uintptr_t maxBytes = maxInt - destInt; // max. 2GB in pinCapacity() local
/third_party/skia/third_party/externals/icu/source/common/
Dputilimp.h560 uintptr_t maxBytes = maxInt - destInt; // max. 2GB in pinCapacity() local
/third_party/flutter/skia/src/gpu/
DGrDrawOpAtlas.cpp658 GrDrawOpAtlasConfig::GrDrawOpAtlasConfig(int maxTextureSize, size_t maxBytes) { in GrDrawOpAtlasConfig()
683 size_t maxBytes = fARGBDimensions.width() * fARGBDimensions.height() * 4; in resetAsSmallPage() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dputilimp.h614 uintptr_t maxBytes = maxInt - destInt; // max. 2GB in pinCapacity() local
/third_party/skia/src/gpu/
DGrDrawOpAtlas.cpp702 GrDrawOpAtlasConfig::GrDrawOpAtlasConfig(int maxTextureSize, size_t maxBytes) { in GrDrawOpAtlasConfig()
728 size_t maxBytes = fARGBDimensions.width() * fARGBDimensions.height() * 4; in resetAsSmallPage() local
/third_party/skia/tests/
DTextureProxyTest.cpp257 size_t maxBytes = dContext->getResourceCacheLimit(); in invalidation_test() local
DDrawOpAtlasTest.cpp253 void test_atlas_config(skiatest::Reporter* reporter, int maxTextureSize, size_t maxBytes, in test_atlas_config()
DResourceAllocatorTest.cpp332 size_t maxBytes = context->getResourceCacheLimit(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DResourceCacheTest.cpp329 Mock(size_t maxBytes) { in Mock()
/third_party/flutter/skia/tests/
DTextureProxyTest.cpp254 size_t maxBytes; in invalidation_test() local
DDrawOpAtlasTest.cpp235 void test_atlas_config(skiatest::Reporter* reporter, int maxTextureSize, size_t maxBytes, in test_atlas_config()
DResourceAllocatorTest.cpp257 size_t maxBytes; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationWeights.java557 private int[] maxBytes = new int[5]; field in CollationWeights
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java555 private int[] maxBytes = new int[5]; field in CollationWeights
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_string.cpp913 uint32 maxBytes, in DecodeUTF8()
1328 void dng_string::Truncate (uint32 maxBytes) in Truncate()
/third_party/icu/tools/unicode/c/genuca/
Dgenuca.cpp110 int32_t maxBytes, UErrorCode &errorCode) { in parseWeight()
/third_party/python/Lib/logging/
Dhandlers.py124 def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, argument

12