Searched refs:Height (Results 1 - 25 of 290) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/state_trackers/nine/
H A Dtexture9.c43 UINT Width, UINT Height, UINT Levels,
58 DBG("(%p) Width=%u Height=%u Levels=%u Usage=%s Format=%s Pool=%s "
59 "pSharedHandle=%p\n", This, Width, Height, Levels,
63 user_assert(Width && Height, D3DERR_INVALIDCALL);
119 user_assert(!(Width % w) && !(Height % h), D3DERR_INVALIDCALL);
126 info->height0 = Height;
131 info->last_level = util_logbase2(MAX2(Width, Height));
155 Width, Height,
166 Width, Height,
180 This->base.pstype = (Height
41 NineTexture9_ctor( struct NineTexture9 *This, struct NineUnknownParams *pParams, UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, HANDLE *pSharedHandle ) argument
381 NineTexture9_new( struct NineDevice9 *pDevice, UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, struct NineTexture9 **ppOut, HANDLE *pSharedHandle ) argument
[all...]
H A Dvolumetexture9.c33 UINT Width, UINT Height, UINT Depth, UINT Levels,
46 DBG("This=%p pParams=%p Width=%u Height=%u Depth=%u Levels=%u "
48 This, pParams, Width, Height, Depth, Levels,
51 user_assert(Width && Height && Depth, D3DERR_INVALIDCALL);
76 user_assert(!(Width % w) && !(Height % h), D3DERR_INVALIDCALL);
83 info->height0 = Height;
88 info->last_level = util_logbase2(MAX2(MAX2(Width, Height), Depth));
118 voldesc.Height = u_minify(Height, l);
280 UINT Width, UINT Height, UIN
31 NineVolumeTexture9_ctor( struct NineVolumeTexture9 *This, struct NineUnknownParams *pParams, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, HANDLE *pSharedHandle ) argument
279 NineVolumeTexture9_new( struct NineDevice9 *pDevice, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, struct NineVolumeTexture9 **ppOut, HANDLE *pSharedHandle ) argument
[all...]
H A Dtexture9.h44 UINT Width, UINT Height, UINT Levels,
H A Dvolumetexture9.h43 UINT Width, UINT Height, UINT Depth, UINT Levels,
/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp30 static int Height() { return 10; } function in class:TestImageGenerator
44 return SkImageInfo::Make(TestImageGenerator::Width(), TestImageGenerator::Height(),
109 REPORTER_ASSERT(r, TestImageGenerator::Height() == image->height());
113 bitmap.allocN32Pixels(TestImageGenerator::Width(), TestImageGenerator::Height());
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dsmall_glyph_metrics.h48 int32_t Height();
69 int32_t Height();
H A Dbig_glyph_metrics.h52 int32_t Height();
82 int32_t Height();
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_devicebuffer.cpp54 m_pBitmap->Create(bitmap_rect.Width(), bitmap_rect.Height(), FXDIB_Argb);
64 m_Rect.Width(), m_Rect.Height());
75 m_Rect.Height());
H A Dcpdf_scaledrenderbuffer.cpp59 int32_t iHeight = bitmap_rect.Height();
78 m_Rect.top, m_Rect.Width(), m_Rect.Height());
/external/libvpx/libvpx/vp8/common/
H A Donyxd.h28 int Height; member in struct:__anon11956
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c82 assert(timg->base.Base.Height >= dsty + height);
92 x, y, rrb->base.Base.Width, rrb->base.Base.Height, (uint32_t) src_offset, rrb->pitch/rrb->cpp);
129 rrb->base.Base.Width, rrb->base.Base.Height, x, y,
132 timg->base.Base.Width, timg->base.Base.Height,
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c82 assert(timg->base.Base.Height >= dsty + height);
92 x, y, rrb->base.Base.Width, rrb->base.Base.Height, (uint32_t) src_offset, rrb->pitch/rrb->cpp);
129 rrb->base.Base.Width, rrb->base.Base.Height, x, y,
132 timg->base.Base.Width, timg->base.Base.Height,
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_scissor.c65 GLint ymax = MAX2(0, ctx->Scissor.ScissorArray[i].Y + ctx->Scissor.ScissorArray[i].Height);
86 miny = fb->Height - scissor[i].maxy;
87 maxy = fb->Height - scissor[i].miny;
122 new_rects[i].maxy = MAX2(rect->Y + rect->Height, 0);
H A Dst_atom_stipple.c81 ctx->DrawBuffer->Height);
H A Dst_scissor.c49 dst_rect->maxy = MAX2(src_rect->Y + src_rect->Height, 0);
/external/pdfium/core/fpdfdoc/
H A Dcpvt_floatrect.h35 FX_FLOAT Height() const { function in class:CPVT_FloatRect
/external/mesa3d/src/mesa/swrast/
H A Ds_texture.c66 return texImage->Height;
74 /* For 1D array textures, the slices are all 1 pixel high, and Height is
80 return texImage->Height;
131 (texImage->Height == 1 || _mesa_is_pow_two(texImage->Height2)) &&
137 /* Compute Width/Height/DepthScale for mipmap lod computation */
146 swImg->HeightScale = (GLfloat) texImage->Height;
188 assert(y < texImage->Height || texImage->Height == 0);
190 assert(y + h <= texImage->Height);
303 texImage->Width, texImage->Height,
[all...]
/external/skia/experimental/go-skia/
H A Dtypes.go51 Height int32
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_util.h140 fb->Height - fb->_Ymax);
152 a[MAT_SY] = (float)vp->Height / 2;
155 a[MAT_SY] = - (float)vp->Height / 2;
169 a[1] = (float)vp->Height / 2 + vp->Y;
172 a[1] = fb->Height - (float)vp->Height / 2 - vp->Y;
/external/mesa3d/src/mesa/main/
H A Dscissor.c48 height == ctx->Scissor.ScissorArray[idx].Height)
55 ctx->Scissor.ScissorArray[idx].Height = height;
145 if (p[i].Width < 0 || p[i].Height < 0) {
148 i, p[i].Width, p[i].Height);
155 p[i].X, p[i].Y, p[i].Width, p[i].Height);
252 newval[i].Height = box[3];
H A Ddebug.c270 buffer = malloc(img->Width * img->Height
277 0, 0, 0, img->Width, img->Height, img->Depth,
284 write_ppm(s, buffer, img->Width, img->Height, 4, 0, 1, 2, GL_FALSE);
321 buffer = malloc(rb->Width * rb->Height * 4);
323 ctx->Driver.ReadPixels(ctx, 0, 0, rb->Width, rb->Height,
334 write_ppm(s, buffer, rb->Width, rb->Height, 4, 0, 1, 2, GL_TRUE);
363 texImg->Width, texImg->Height, texImg->Depth,
416 rb->Name, rb->Width, rb->Height,
452 const GLuint h = ctx->DrawBuffer->Height;
482 const GLuint h = ctx->DrawBuffer->Height;
[all...]
H A Dframebuffer.c296 if (rb->Width != width || rb->Height != height) {
299 assert(rb->Height == height);
310 fb->Height = height;
323 * Examine all the framebuffer's renderbuffers to update the Width/Height
343 minHeight = MIN2(minHeight, rb->Height);
349 fb->Height = minHeight;
353 fb->Height = 0;
382 if (ctx->Scissor.ScissorArray[idx].Y + ctx->Scissor.ScissorArray[idx].Height < bbox[3]) {
383 bbox[3] = ctx->Scissor.ScissorArray[idx].Y + ctx->Scissor.ScissorArray[idx].Height;
417 bbox[3] = buffer->Height;
[all...]
/external/libvpx/libvpx/test/
H A Dconvolve_test.cc388 int Height() const { return GET_PARAM(1); } function in class:__anon11835::ConvolveTest
393 int BorderTop() const { return (kOuterBlockSize - Height()) / 2; }
397 i >= (BorderTop() + Height()) * kOuterBlockSize ||
548 const int height = Height();
568 const int height = Height();
588 NULL, 0, NULL, 0, Width(), Height()));
592 for (int y = 0; y < Height(); ++y) {
607 NULL, 0, NULL, 0, Width(), Height()));
611 for (int y = 0; y < Height(); ++y) {
629 Height()));
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_meta_util.c189 0, 0, read_fb->Width, read_fb->Height,
254 GLint tmp = read_fb->Height - *srcY0;
255 *srcY0 = read_fb->Height - *srcY1;
260 GLint tmp = draw_fb->Height - *dstY0;
261 *dstY0 = draw_fb->Height - *dstY1;
297 rb->Height = (mt->total_height / mt->physical_depth0) / 2;
302 rb->Height = mt->logical_height0;
/external/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h125 /// For regunits: Height of the highest user in the trace.
126 unsigned Height; member in struct:llvm::MachineTraceMetrics::LiveInReg
128 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {}
231 unsigned Height; member in struct:llvm::MachineTraceMetrics::InstrCycles

Completed in 771 milliseconds

1234567891011>>