Home
last modified time | relevance | path

Searched refs:Height (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/external/ImageMagick/Magick++/fuzz/
Dcrop_fuzzer.cc10 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/
Dmatte.in54 /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/
Dtexture9.c43 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 …]
Dvolumetexture9.c33 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()
Dsurface9.c102 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 …]
Dvolume9.c90 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/
DForm1.frm15 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/
Dconvolve_test.cc392 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/
Dconvolve_test.cc324 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/
Ds_texture.c68 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/
Ddebug.c275 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 …]
Dscissor.c48 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/
Dresize.cc219 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/
Dnouveau_util.h140 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/
DMappedSubresourceVerifier11.cpp33 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/
DMachineTraceMetrics.cpp360 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/
DMachineTraceMetrics.cpp374 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/
DMachineTraceMetrics.h126 unsigned Height; member
128 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg()
231 unsigned Height; member
/external/skia/tests/
DCachedDecodingPixelRefTest.cpp31 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/
DCachedDecodingPixelRefTest.cpp32 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/
Dextension_test.go48 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/
DMachineTraceMetrics.h148 unsigned Height; member
150 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {} in Reg()
250 unsigned Height; member
/external/skqp/docs/
DSkRRect_Reference.bmh99 #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/
Dradeon_tex_copy.c82 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/
Dradeon_tex_copy.c82 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()

12345678910>>...20