/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_string_list.cpp | 46 void dng_string_list::Allocate (uint32 minSize) in Allocate()
|
D | dng_mosaic_info.cpp | 1647 dng_point dng_mosaic_info::DownScale (uint32 minSize, in DownScale()
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | QuirksManager.cpp | 46 int32_t minSize = bottomMargin * burst; in clipBufferSize() local
|
/third_party/flutter/skia/src/core/ |
D | SkRWBuffer.cpp | 62 const size_t minSize = kMinAllocSize - sizeof(SkBufferBlock); in LengthToCapacity() local 74 const size_t minSize = kMinAllocSize - sizeof(SkBufferHead); in LengthToCapacity() local
|
D | SkPathRef.cpp | 66 size_t minSize = ptsSize + vrbSize; in shrinkToFit() local
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | ustr.c | 31 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1)) argument
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | ustr.c | 31 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1)) argument
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | ustr.c | 31 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1)) argument
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | ustr.c | 31 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1)) argument
|
/third_party/skia/src/core/ |
D | SkBlockAllocator.cpp | 197 void SkBlockAllocator::addBlock(int minSize, int maxSize) { in addBlock()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 228 const float minSize = 0.5f; in computeRandomQuad() local
|
D | glsTextureBufferCase.cpp | 446 const size_t minSize = 4*16; in modifyBufferSubData() local 469 const size_t minSize = 4*16; in modifyMapWrite() local 503 const size_t minSize = 4*16; in modifyMapReadWrite() local
|
D | glsFragOpInteractionCase.cpp | 187 const float minSize = 0.5f; in getRandomQuad() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fBufferWriteTests.cpp | 432 const int minSize = 12; in iterate() local 664 const int minSize = 12; in init() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fBufferWriteTests.cpp | 432 const int minSize = 12; in iterate() local 664 const int minSize = 12; in init() local
|
/third_party/flutter/skia/src/image/ |
D | SkImage_Raster.cpp | 37 static bool ValidArgs(const SkImageInfo& info, size_t rowBytes, size_t* minSize) { in ValidArgs()
|
/third_party/flutter/skia/include/private/ |
D | SkPathRef.h | 415 size_t minSize = newSize + newReserve; variable
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLSurfaceTest.cpp | 306 int minSize = platformSupportsZeroSize ? 0 : 1; in TEST_P() local
|
/third_party/flutter/skia/src/gpu/ |
D | GrBufferAllocPool.cpp | 233 void* GrBufferAllocPool::makeSpaceAtLeast(size_t minSize, in makeSpaceAtLeast()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 121 int32_t minSize; in TestKeyInRootRecursive() local 171 int32_t minSize = ures_getSize(subRootBundle); in TestKeyInRootRecursive() local
|
/third_party/skia/src/gpu/ |
D | GrBufferAllocPool.cpp | 241 void* GrBufferAllocPool::makeSpaceAtLeast(size_t minSize, in makeSpaceAtLeast()
|
/third_party/skia/src/image/ |
D | SkImage_Raster.cpp | 39 static bool ValidArgs(const SkImageInfo& info, size_t rowBytes, size_t* minSize) { in ValidArgs()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLSurfaceTest.cpp | 493 int minSize = platformSupportsZeroSize ? 0 : 1; in TEST_P() local
|
/third_party/skia/src/gpu/ops/ |
D | SmallPathRenderer.cpp | 699 SkScalar minSize = minDim * SkScalarAbs(scaleFactors[0]); in onCanDrawPath() local
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_android_parser.cpp | 722 static const size_t minSize = fixedLen + 2; in append_fallback_font_families_for_locale() local
|