/external/ImageMagick/Magick++/fuzz/ |
D | crop_fuzzer.cc | 10 uint16_t Height; in LLVMFuzzerTestOneInput() local 11 if (Size < (sizeof(Width) + sizeof(Height))) { in LLVMFuzzerTestOneInput() 15 Height = *reinterpret_cast<const uint16_t *>(Data + sizeof(Width)); in LLVMFuzzerTestOneInput() 16 const Magick::Blob blob(Data + sizeof(Width) + sizeof(Height), in LLVMFuzzerTestOneInput() 17 Size - (sizeof(Width) + sizeof(Height))); in LLVMFuzzerTestOneInput() 21 image.crop(Magick::Geometry(Width, Height)); in LLVMFuzzerTestOneInput()
|
/external/pdfium/testing/resources/pixel/ |
D | matte.in | 54 /Height 50 69 /Height 50 84 /Height 50 99 /Height 50 113 /Height 50 128 /Height 50 143 /Height 50 158 /Height 50
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | texture9.c | 43 UINT Width, UINT Height, UINT Levels, in NineTexture9_ctor() argument 59 "pSharedHandle=%p\n", This, Width, Height, Levels, in NineTexture9_ctor() 63 user_assert(Width && Height, D3DERR_INVALIDCALL); in NineTexture9_ctor() 119 user_assert(!(Width % w) && !(Height % h), D3DERR_INVALIDCALL); in NineTexture9_ctor() 126 info->height0 = Height; in NineTexture9_ctor() 131 info->last_level = util_logbase2(MAX2(Width, Height)); in NineTexture9_ctor() 156 Width, Height, in NineTexture9_ctor() 167 Width, Height, in NineTexture9_ctor() 181 This->base.pstype = (Height == 1) ? 1 : 0; in NineTexture9_ctor() 196 sfdesc.Height = u_minify(Height, l); in NineTexture9_ctor() [all …]
|
D | volumetexture9.c | 33 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_ctor() argument 48 This, pParams, Width, Height, Depth, Levels, in NineVolumeTexture9_ctor() 51 user_assert(Width && Height && Depth, D3DERR_INVALIDCALL); in NineVolumeTexture9_ctor() 76 user_assert(!(Width % w) && !(Height % h), D3DERR_INVALIDCALL); in NineVolumeTexture9_ctor() 83 info->height0 = Height; in NineVolumeTexture9_ctor() 88 info->last_level = util_logbase2(MAX2(MAX2(Width, Height), Depth)); in NineVolumeTexture9_ctor() 119 voldesc.Height = u_minify(Height, l); in NineVolumeTexture9_ctor() 282 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_new() argument 290 Width, Height, Depth, Levels, in NineVolumeTexture9_new()
|
D | surface9.c | 102 This->base.info.height0 = pDesc->Height; in NineSurface9_ctor() 138 user_assert(!(pDesc->Width % w) && !(pDesc->Height % h), D3DERR_INVALIDCALL); in NineSurface9_ctor() 157 pDesc->Height, in NineSurface9_ctor() 171 pDesc->Height, in NineSurface9_ctor() 202 … nine_context_clear_render_target(pParams->device, This, 0, 0, 0, pDesc->Width, pDesc->Height); in NineSurface9_ctor() 293 This->desc.Width, This->desc.Height, in NineSurface9_Dump() 459 pRect->top == 0 && pRect->bottom == This->desc.Height) || in NineSurface9_LockRect() 479 u_box_origin_2d(This->desc.Width, This->desc.Height, &box); in NineSurface9_LockRect() 572 This->desc.Width, This->desc.Height); in NineSurface9_UnlockRect() 575 This->desc.Width, This->desc.Height, &dst_box); in NineSurface9_UnlockRect() [all …]
|
D | volume9.c | 90 This->info.height0 = pDesc->Height; in NineVolume9_ctor() 112 This->stride, pDesc->Height); in NineVolume9_ctor() 130 pDesc->Height); in NineVolume9_ctor() 286 pBox->Top == 0 && pBox->Bottom == This->desc.Height) || in NineVolume9_LockBox() 306 user_assert(pBox->Bottom <= This->desc.Height, D3DERR_INVALIDCALL); in NineVolume9_LockBox() 310 if (u_box_clip_2d(&box, &box, This->desc.Width, This->desc.Height) < 0) { in NineVolume9_LockBox() 315 u_box_3d(0, 0, 0, This->desc.Width, This->desc.Height, This->desc.Depth, in NineVolume9_LockBox() 387 u_box_3d(0, 0, 0, This->desc.Width, This->desc.Height, This->desc.Depth, in NineVolume9_UnlockBox() 401 This->desc.Width, This->desc.Height, in NineVolume9_UnlockBox() 450 src_box.height = From->desc.Height; in NineVolume9_CopyMemToDefault() [all …]
|
/external/capstone/bindings/vb6/ |
D | Form1.frm | 15 Height = 375 23 Height = 375 32 Height = 375 41 Height = 375 50 Height = 375 59 Height = 375 67 Height = 2415 108 Height = 840 124 Height = 3375
|
/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 392 int Height() const { return GET_PARAM(1); } in Height() function in __anonb8d58cb20111::ConvolveTest 397 int BorderTop() const { return (kOuterBlockSize - Height()) / 2; } in BorderTop() 401 i >= (BorderTop() + Height()) * kOuterBlockSize || in IsIndexInBorder() 560 const int height = Height(); in TEST_P() 580 const int height = Height(); in TEST_P() 601 const int height = Height(); in TEST_P() 624 const int height = Height(); in TEST_P() 647 const int height = Height(); in TEST_P() 670 const int height = Height(); in TEST_P() 693 const int height = Height(); in TEST_P() [all …]
|
/external/libaom/libaom/test/ |
D | convolve_test.cc | 324 int Height() const { return GET_PARAM(1); } in Height() function in __anon7a7d4f500111::ConvolveTest 329 int BorderTop() const { return (kOuterBlockSize - Height()) / 2; } in BorderTop() 333 i >= (BorderTop() + Height()) * kOuterBlockSize || in IsIndexInBorder() 487 NULL, 0, NULL, 0, Width(), Height())); in TEST_P() 491 for (int y = 0; y < Height(); ++y) in TEST_P() 551 Width(), Height()); in TEST_P() 558 16, filters[filter_y], 16, Width(), Height())); in TEST_P() 562 kInvalidFilter, 16, Width(), Height())); in TEST_P() 566 kInvalidFilter, 0, Width(), Height())); in TEST_P() 570 for (int y = 0; y < Height(); ++y) in TEST_P() [all …]
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texture.c | 68 return texImage->Height; in texture_slices() 82 return texImage->Height; in _swrast_teximage_slice_height() 133 (texImage->Height == 1 || util_is_power_of_two_or_zero(texImage->Height2)) && in _swrast_init_texture_image() 148 swImg->HeightScale = (GLfloat) texImage->Height; in _swrast_init_texture_image() 190 assert(y < texImage->Height || texImage->Height == 0); in check_map_teximage() 192 assert(y + h <= texImage->Height); in check_map_teximage() 305 texImage->Width, texImage->Height, in _swrast_map_texture()
|
/external/mesa3d/src/mesa/main/ |
D | debug.c | 275 buffer = malloc(img->Width * img->Height in write_texture_image() 282 0, 0, 0, img->Width, img->Height, img->Depth, in write_texture_image() 289 write_ppm(s, buffer, img->Width, img->Height, 4, 0, 1, 2, GL_FALSE); in write_texture_image() 326 buffer = malloc(rb->Width * rb->Height * 4); in _mesa_write_renderbuffer_image() 328 ctx->Driver.ReadPixels(ctx, 0, 0, rb->Width, rb->Height, in _mesa_write_renderbuffer_image() 339 write_ppm(s, buffer, rb->Width, rb->Height, 4, 0, 1, 2, GL_TRUE); in _mesa_write_renderbuffer_image() 368 texImg->Width, texImg->Height, texImg->Depth, in dump_texture() 420 rb->Name, rb->Width, rb->Height, in dump_renderbuffer() 455 const GLuint h = ctx->DrawBuffer->Height; in _mesa_dump_color_buffer() 485 const GLuint h = ctx->DrawBuffer->Height; in _mesa_dump_depth_buffer() [all …]
|
D | scissor.c | 48 height == ctx->Scissor.ScissorArray[idx].Height) in set_scissor_no_notify() 57 ctx->Scissor.ScissorArray[idx].Height = height; in set_scissor_no_notify() 140 rect[i].Width, rect[i].Height); in scissor_array() 183 if (p[i].Width < 0 || p[i].Height < 0) { in _mesa_ScissorArrayv() 186 i, p[i].Width, p[i].Height); in _mesa_ScissorArrayv() 300 newval[i].Height = box[3]; in _mesa_WindowRectanglesEXT()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | resize.cc | 219 kernel_.SetBytesAuto(int2(src_[0]->Width() - 1, src_[0]->Height() - 1))); in BindArguments() 222 CalculateResizeScale(src_[0]->Height(), dst_[0]->Height(), attr_)); in BindArguments() 229 const int grid_y = dst_[0]->Height(); in GetGridSize() 284 src_[0]->Width() - 1, src_[0]->Height() - 1, src_[0]->Depth() - 1, 0))); in BindArguments() 287 CalculateResizeScale(src_[0]->Height(), dst_[0]->Height(), attr_), in BindArguments() 295 const int grid_y = dst_[0]->Height(); in GetGridSize()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_util.h | 140 fb->Height - fb->_Ymax); in get_scissors() 152 a[MAT_SY] = (float)vp->Height / 2; in get_viewport_scale() 155 a[MAT_SY] = - (float)vp->Height / 2; in get_viewport_scale() 169 a[1] = (float)vp->Height / 2 + vp->Y; in get_viewport_translate() 172 a[1] = fb->Height - (float)vp->Height / 2 - vp->Y; in get_viewport_translate()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | MappedSubresourceVerifier11.cpp | 33 ASSERT(desc.Height % dxgiFormatInfo.blockHeight == 0); in getPitchCount() 34 return desc.Height / dxgiFormatInfo.blockHeight; in getPitchCount() 51 ASSERT(desc.Height); in setDesc() 64 ASSERT(desc.Height); in setDesc()
|
/external/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 360 unsigned Height = SuccTBI->InstrHeight; in pickTraceSucc() local 361 if (!Best || Height < BestHeight) { in pickTraceSucc() 363 BestHeight = Height; in pickTraceSucc() 770 unsigned Len = LIR.Height + Cycles[DefMI].Depth; in computeCrossBlockCriticalPath() 859 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in computeInstrDepths() 868 static unsigned updatePhysDepsUpwards(const MachineInstr &MI, unsigned Height, in updatePhysDepsUpwards() argument 901 Height = std::max(Height, DepHeight); in updatePhysDepsUpwards() 913 if (LRU.Cycle <= Height && LRU.MI != &MI) { in updatePhysDepsUpwards() 914 LRU.Cycle = Height; in updatePhysDepsUpwards() 921 return Height; in updatePhysDepsUpwards() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 374 unsigned Height = SuccTBI->InstrHeight; in pickTraceSucc() local 375 if (!Best || Height < BestHeight) { in pickTraceSucc() 377 BestHeight = Height; in pickTraceSucc() 777 unsigned Len = LIR.Height + Cycles[DefMI].Depth; in computeCrossBlockCriticalPath() 815 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in updateDepth() 894 static unsigned updatePhysDepsUpwards(const MachineInstr &MI, unsigned Height, in updatePhysDepsUpwards() argument 927 Height = std::max(Height, DepHeight); in updatePhysDepsUpwards() 939 if (LRU.Cycle <= Height && LRU.MI != &MI) { in updatePhysDepsUpwards() 940 LRU.Cycle = Height; in updatePhysDepsUpwards() 947 return Height; in updatePhysDepsUpwards() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineTraceMetrics.h | 126 unsigned Height; member 128 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg() 231 unsigned Height; member
|
/external/skia/tests/ |
D | CachedDecodingPixelRefTest.cpp | 31 static int Height() { return 10; } in Height() function in TestImageGenerator 45 return SkImageInfo::Make(TestImageGenerator::Width(), TestImageGenerator::Height(), in GetMyInfo() 110 REPORTER_ASSERT(r, TestImageGenerator::Height() == image->height()); in DEF_TEST() 114 bitmap.allocN32Pixels(TestImageGenerator::Width(), TestImageGenerator::Height()); in DEF_TEST()
|
/external/skqp/tests/ |
D | CachedDecodingPixelRefTest.cpp | 32 static int Height() { return 10; } in Height() function in TestImageGenerator 46 return SkImageInfo::Make(TestImageGenerator::Width(), TestImageGenerator::Height(), in GetMyInfo() 111 REPORTER_ASSERT(r, TestImageGenerator::Height() == image->height()); in DEF_TEST() 115 bitmap.allocN32Pixels(TestImageGenerator::Width(), TestImageGenerator::Height()); in DEF_TEST()
|
/external/golang-protobuf/protoc-gen-go/testdata/ |
D | extension_test.go | 48 Height: proto.Int32(178), 83 Height: proto.Int32(179), 124 Height: proto.Int32(179), 160 Height: proto.Int32(178), 192 if *osp.Name != "Dave" || *osp.Height != 178 {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineTraceMetrics.h | 148 unsigned Height; member 150 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg() 250 unsigned Height; member
|
/external/skqp/docs/ |
D | SkRRect_Reference.bmh | 99 #Height 60 121 #Height 60 144 #Height 110 229 #Height 128 264 #Height 100 296 #Height 100 327 #Height 100 352 #Height 100 378 #Height 100 409 #Height 100 [all …]
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_tex_copy.c | 82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage() 92 … x, y, rrb->base.Base.Width, rrb->base.Base.Height, (uint32_t) src_offset, rrb->pitch/rrb->cpp); in do_copy_texsubimage() 129 rrb->base.Base.Width, rrb->base.Base.Height, x, y, in do_copy_texsubimage() 132 timg->base.Base.Width, timg->base.Base.Height, in do_copy_texsubimage()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tex_copy.c | 82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage() 92 … x, y, rrb->base.Base.Width, rrb->base.Base.Height, (uint32_t) src_offset, rrb->pitch/rrb->cpp); in do_copy_texsubimage() 129 rrb->base.Base.Width, rrb->base.Base.Height, x, y, in do_copy_texsubimage() 132 timg->base.Base.Width, timg->base.Base.Height, in do_copy_texsubimage()
|