/external/skqp/src/gpu/effects/ |
D | GrAlphaThresholdFragmentProcessor.fp | 69 const int kMaxHeight = 1000; 71 uint32_t height = testData->fRandom->nextULessThan(kMaxHeight); 73 uint32_t y = testData->fRandom->nextULessThan(kMaxHeight - height);
|
D | GrAlphaThresholdFragmentProcessor.cpp | 115 const int kMaxHeight = 1000; in TestCreate() local 117 uint32_t height = testData->fRandom->nextULessThan(kMaxHeight); in TestCreate() 119 uint32_t y = testData->fRandom->nextULessThan(kMaxHeight - height); in TestCreate()
|
D | GrMagnifierEffect.fp | 74 const int kMaxHeight = 200; 77 uint32_t height = d->fRandom->nextULessThan(kMaxHeight); 80 SkIRect bounds = SkIRect::MakeWH(SkIntToScalar(kMaxWidth), SkIntToScalar(kMaxHeight));
|
D | GrMagnifierEffect.cpp | 178 const int kMaxHeight = 200; in TestCreate() local 181 uint32_t height = d->fRandom->nextULessThan(kMaxHeight); in TestCreate() 184 SkIRect bounds = SkIRect::MakeWH(SkIntToScalar(kMaxWidth), SkIntToScalar(kMaxHeight)); in TestCreate()
|
/external/skia/src/gpu/effects/ |
D | GrMagnifierEffect.fp | 46 const int kMaxHeight = 200; 49 uint32_t height = d->fRandom->nextULessThan(kMaxHeight); 52 SkIRect bounds = SkIRect::MakeWH(SkIntToScalar(kMaxWidth), SkIntToScalar(kMaxHeight));
|
/external/libyuv/files/unit_test/ |
D | unit_test.h | 58 static const int kMaxHeight = 32768; variable 64 if (src_width > kMaxWidth || src_height > kMaxHeight || in SizeValid() 65 dst_width > kMaxWidth || dst_height > kMaxHeight) { in SizeValid()
|
/external/skia/src/gpu/effects/generated/ |
D | GrMagnifierEffect.cpp | 175 const int kMaxHeight = 200; in TestCreate() local 178 uint32_t height = d->fRandom->nextULessThan(kMaxHeight); in TestCreate() 181 SkIRect bounds = SkIRect::MakeWH(SkIntToScalar(kMaxWidth), SkIntToScalar(kMaxHeight)); in TestCreate()
|
/external/oss-fuzz/projects/libpng-proto/ |
D | libpng_transforms_fuzzer.cc | 54 const size_t kMaxHeight = 1 << 10; in LLVMFuzzerTestOneInput() local 74 if (height > kMaxHeight) return 0; in LLVMFuzzerTestOneInput()
|
/external/skia/fuzz/ |
D | FuzzCreateDDL.cpp | 36 static constexpr int kMaxHeight = 64; variable 58 fuzz->nextRange(&height, 1, kMaxHeight); in gen_fuzzed_imageinfo()
|
/external/libhevc/fuzzer/ |
D | hevc_enc_fuzzer.cpp | 39 constexpr size_t kMaxHeight = 10240; variable 100 mHeight = ((data[IDX_HT_BYTE_1] << 8) | data[IDX_HT_BYTE_2]) % kMaxHeight; in initEncoder()
|
/external/skqp/tools/skiaserve/ |
D | Request.cpp | 19 static int kMaxHeight = 8192; variable 117 SkTMin(bounds.height(), kMaxHeight)); in getBounds()
|
/external/skia/tools/skiaserve/ |
D | Request.cpp | 22 static int kMaxHeight = 8192; variable 124 std::min(bounds.height(), kMaxHeight)); in getBounds()
|
/external/libaom/libaom/test/ |
D | blend_a64_mask_1d_test.cc | 39 static const int kMaxHeight = MAX_SB_SIZE; member in __anonf2fde9ae0111::BlendA64Mask1DTest 40 static const int kBufSize = kMaxWidth * kMaxHeight;
|
D | blend_a64_mask_test.cc | 39 static const int kMaxHeight = MAX_SB_SIZE; member in __anonc3c2443a0111::BlendA64MaskTest 40 static const int kBufSize = kMaxWidth * kMaxHeight;
|
/external/libavc/fuzzer/ |
D | avc_enc_fuzzer.cpp | 53 constexpr size_t kMaxHeight = 10240; variable 189 mHeight = ((data[IDX_HT_BYTE_1] << 8) | data[IDX_HT_BYTE_2]) % kMaxHeight; in initEncoder()
|