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

1234567891011>>

/external/chromium/chrome/browser/ui/gtk/
H A Dcairo_cached_surface.h35 int Height() const;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_scissor.c54 scissor.maxy = fb->Height;
59 GLint ymax = MAX2(0, ctx->Scissor.Y + ctx->Scissor.Height);
80 miny = fb->Height - scissor.maxy;
81 maxy = fb->Height - scissor.miny;
H A Dst_atom_viewport.c54 yBias = (GLfloat)ctx->DrawBuffer->Height;
69 GLfloat half_height = (GLfloat)ctx->Viewport.Height * 0.5f;
/external/libvpx/libvpx/vp8/common/x86/
H A Dvariance_ssse3.c31 unsigned int Height,
41 unsigned int Height,
51 unsigned int Height,
61 unsigned int Height,
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_scissor.c54 scissor.maxy = fb->Height;
59 GLint ymax = MAX2(0, ctx->Scissor.Y + ctx->Scissor.Height);
80 miny = fb->Height - scissor.maxy;
81 maxy = fb->Height - scissor.miny;
H A Dst_atom_viewport.c54 yBias = (GLfloat)ctx->DrawBuffer->Height;
69 GLfloat half_height = (GLfloat)ctx->Viewport.Height * 0.5f;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dscissor.c73 height == ctx->Scissor.Height)
80 ctx->Scissor.Height = height;
99 ctx->Scissor.Height = 0;
/external/libvpx/libvpx/vp8/common/arm/
H A Dbilinearfilter_arm.c26 int Height
32 vp8_filter_block2d_bil_first_pass_armv6(src_ptr, FData, src_pitch, Height + 1, Width, HFilter);
35 vp8_filter_block2d_bil_second_pass_armv6(FData, dst_ptr, dst_pitch, Height, Width, VFilter);
/external/mesa3d/src/mesa/main/
H A Dscissor.c73 height == ctx->Scissor.Height)
80 ctx->Scissor.Height = height;
99 ctx->Scissor.Height = 0;
/external/libvpx/libvpx/test/
H A Dconvolve_test.cc199 int Height() const { return GET_PARAM(1); } function in class:__anon20535::ConvolveTest
204 int BorderTop() const { return (kOuterBlockSize - Height()) / 2; }
208 i >= (BorderTop() + Height()) * kOuterBlockSize ||
265 Width(), Height()));
269 for (int y = 0; y < Height(); ++y)
282 Width(), Height()));
286 for (int y = 0; y < Height(); ++y)
299 Width(), Height()));
303 for (int y = 0; y < Height(); ++y)
355 Width(), Height());
[all...]
/external/chromium_org/chrome/test/chromedriver/
H A Dbasic_types.h37 int Height() const;
H A Dbasic_types.cc40 int WebRect::Height() const { return size.height; } function in class:WebRect
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texture.c71 texImage->Height, texImage->Depth);
91 swImg->ImageOffsets[i] = i * texImage->Width * texImage->Height;
113 (texImage->Height == 1 || _mesa_is_pow_two(texImage->Height2)) &&
119 /* Compute Width/Height/DepthScale for mipmap lod computation */
128 swImg->HeightScale = (GLfloat) texImage->Height;
166 assert(y < texImage->Height || texImage->Height == 0);
168 assert(y + h <= texImage->Height);
218 texImage->Height,
227 assert(slice < texImage->Height);
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_texture.c71 texImage->Height, texImage->Depth);
91 swImg->ImageOffsets[i] = i * texImage->Width * texImage->Height;
113 (texImage->Height == 1 || _mesa_is_pow_two(texImage->Height2)) &&
119 /* Compute Width/Height/DepthScale for mipmap lod computation */
128 swImg->HeightScale = (GLfloat) texImage->Height;
166 assert(y < texImage->Height || texImage->Height == 0);
168 assert(y + h <= texImage->Height);
218 texImage->Height,
227 assert(slice < texImage->Height);
[all...]
/external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/Win32/
H A DesUtil_TGA.c41 Height; member in struct:__anon10529
82 *height = Header.Height;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen6_scissor_state.c78 scissor->ymin = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymax;
79 scissor->ymax = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymin - 1;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_scissor_state.c78 scissor->ymin = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymax;
79 scissor->ymax = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymin - 1;
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dsmall_glyph_metrics.h48 int32_t Height();
69 int32_t Height();
/external/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h124 /// For regunits: Height of the highest user in the trace.
125 unsigned Height; member in struct:llvm::MachineTraceMetrics::LiveInReg
127 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {}
230 unsigned Height; member in struct:llvm::MachineTraceMetrics::InstrCycles
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglmode.c94 mode->Height = EGL_DONT_CARE;
117 mode->Height = attrib_list[++i];
118 if (mode->Height <= 0) {
165 if (min->Height != EGL_DONT_CARE && c->Height < min->Height)
190 return m->Height;
H A Deglmode.h49 EGLint Width, Height; /* size in pixels */ member in struct:_egl_mode
/external/mesa3d/src/egl/main/
H A Deglmode.c94 mode->Height = EGL_DONT_CARE;
117 mode->Height = attrib_list[++i];
118 if (mode->Height <= 0) {
165 if (min->Height != EGL_DONT_CARE && c->Height < min->Height)
190 return m->Height;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGForeignObjectElement.h54 DECLARE_ANIMATED_LENGTH(Height, height)
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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,

Completed in 974 milliseconds

1234567891011>>