Searched refs:kMin (Results 1 – 4 of 4) sorted by relevance
/external/skia/tests/ |
D | MemsetTest.cpp | 27 static const size_t kMin = 1024; in test_chunkalloc() local 28 SkChunkAlloc alloc(kMin); in test_chunkalloc() 46 size_t size = kMin >> 1; in test_chunkalloc() 69 ptr = alloc.allocThrow(kMin); in test_chunkalloc() 70 check_alloc(reporter, alloc, 2*kMin, size+kMin, 2); in test_chunkalloc() 76 REPORTER_ASSERT(reporter, freed == kMin); in test_chunkalloc() 77 check_alloc(reporter, alloc, 2*kMin, size, 2); in test_chunkalloc()
|
/external/skia/samplecode/ |
D | SampleClipDrawMatch.cpp | 37 static const float kMin = 100.5f; variable 46 SkRect r = SkRect::MakeLTRB(kMin, kMin, kMax, kMax); in create_rect() 65 convexPath.moveTo(kMin, kMin); in create_convex_path() 67 convexPath.lineTo(kMin, kMax); in create_convex_path() 75 concavePath.moveTo(kMin, kMin); in create_concave_path() 77 concavePath.lineTo(kMax, kMin); in create_concave_path() 81 concavePath.lineTo(kMin, kMax); in create_concave_path()
|
/external/ceres-solver/google3/ |
D | jet_traits.h | 34 static const Type kMin; 69 … ceres::Jet<T, N> MathLimits<ceres::Jet<T, N> >::kMin = ceres::Jet<T, N>(MathLimits<T>…
|
/external/dng_sdk/source/ |
D | dng_safe_arithmetic.cpp | 275 const double kMin = in ConvertDoubleToInt32() local 280 if (val > kMin - 1.0 && val < kMax + 1.0) { in ConvertDoubleToInt32()
|