Home
last modified time | relevance | path

Searched refs:kMaxHeight (Results 1 – 15 of 15) sorted by relevance

/external/skqp/src/gpu/effects/
DGrAlphaThresholdFragmentProcessor.fp69 const int kMaxHeight = 1000;
71 uint32_t height = testData->fRandom->nextULessThan(kMaxHeight);
73 uint32_t y = testData->fRandom->nextULessThan(kMaxHeight - height);
DGrAlphaThresholdFragmentProcessor.cpp115 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()
DGrMagnifierEffect.fp74 const int kMaxHeight = 200;
77 uint32_t height = d->fRandom->nextULessThan(kMaxHeight);
80 SkIRect bounds = SkIRect::MakeWH(SkIntToScalar(kMaxWidth), SkIntToScalar(kMaxHeight));
DGrMagnifierEffect.cpp178 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/
DGrMagnifierEffect.fp46 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/
Dunit_test.h58 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/
DGrMagnifierEffect.cpp175 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/
Dlibpng_transforms_fuzzer.cc54 const size_t kMaxHeight = 1 << 10; in LLVMFuzzerTestOneInput() local
74 if (height > kMaxHeight) return 0; in LLVMFuzzerTestOneInput()
/external/skia/fuzz/
DFuzzCreateDDL.cpp36 static constexpr int kMaxHeight = 64; variable
58 fuzz->nextRange(&height, 1, kMaxHeight); in gen_fuzzed_imageinfo()
/external/libhevc/fuzzer/
Dhevc_enc_fuzzer.cpp39 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/
DRequest.cpp19 static int kMaxHeight = 8192; variable
117 SkTMin(bounds.height(), kMaxHeight)); in getBounds()
/external/skia/tools/skiaserve/
DRequest.cpp22 static int kMaxHeight = 8192; variable
124 std::min(bounds.height(), kMaxHeight)); in getBounds()
/external/libaom/libaom/test/
Dblend_a64_mask_1d_test.cc39 static const int kMaxHeight = MAX_SB_SIZE; member in __anona33682670111::BlendA64Mask1DTest
40 static const int kBufSize = kMaxWidth * kMaxHeight;
Dblend_a64_mask_test.cc39 static const int kMaxHeight = MAX_SB_SIZE; member in __anon84e5ef930111::BlendA64MaskTest
40 static const int kBufSize = kMaxWidth * kMaxHeight;
/external/libavc/fuzzer/
Davc_enc_fuzzer.cpp53 constexpr size_t kMaxHeight = 10240; variable
189 mHeight = ((data[IDX_HT_BYTE_1] << 8) | data[IDX_HT_BYTE_2]) % kMaxHeight; in initEncoder()