HomeSort by relevance Sort by last modified time
    Searched refs:Height (Results 1 - 25 of 367) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 63 INT Height;
66 Size(): Width(0), Height(0) {}
67 Size(INT width, INT height): Width(width), Height(height) {}
68 Size(const Size& size): Width(size.Width), Height(size.Height) {}
71 return Width == 0 && Height == 0;
74 return Width == size.Width && Height == size.Height;
    [all...]
gdiplusmetaheader.h 85 INT Height;
103 rect->Height = Height;
  /external/libvpx/libvpx/vp8/common/x86/
variance_ssse3.c 30 unsigned int Height,
40 unsigned int Height,
50 unsigned int Height,
60 unsigned int Height,
  /external/mesa3d/src/mesa/state_tracker/
st_atom_scissor.c 54 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;
st_atom_viewport.c 54 yBias = (GLfloat)ctx->DrawBuffer->Height;
69 GLfloat half_height = (GLfloat)ctx->Viewport.Height * 0.5f;
st_atom_stipple.c 50 * to the window height.
78 ctx->DrawBuffer->Height);
85 /** Update the stipple when the pattern or window height changes */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
variance_ssse3.c 31 unsigned int Height,
41 unsigned int Height,
51 unsigned int Height,
61 unsigned int Height,
  /external/libvpx/libvpx/vp8/common/arm/
bilinearfilter_arm.c 26 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/
scissor.c 36 _mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height )
42 _mesa_debug(ctx, "glScissor %d %d %d %d\n", x, y, width, height);
44 if (width < 0 || height < 0) {
49 _mesa_set_scissor(ctx, x, y, width, height);
58 * \param height height of the scissor box.
68 GLint x, GLint y, GLsizei width, GLsizei height)
73 height == ctx->Scissor.Height)
80 ctx->Scissor.Height = height
    [all...]
viewport.c 46 _mesa_Viewport(GLint x, GLint y, GLsizei width, GLsizei height)
50 _mesa_set_viewport(ctx, x, y, width, height);
61 * \param height height of the viewport rectangle.
65 GLsizei width, GLsizei height)
68 _mesa_debug(ctx, "glViewport %d %d %d %d\n", x, y, width, height);
70 if (width < 0 || height < 0) {
72 "glViewport(%d, %d, %d, %d)", x, y, width, height);
76 /* clamp width and height to the implementation dependent range */
78 height = MIN2(height, (GLsizei) ctx->Const.MaxViewportHeight)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
bilinearfilter_arm.c 26 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);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 41 ;// [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
54 ;// roi.width or roi.height is not out of range {4, 8, 16}.
137 Height RN 9
153 M_PRINTF "roi.height %d\n", iHeight
197 MOV Height, #4
207 MOV Height, #4
216 MOV Height, #4
226 MOV Height, #9
237 MOV Height, #4
246 MOV Height, #
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
convolve_test.cc 64 // Between passes, we use an intermediate buffer whose height is extended to
199 int Height() const { return GET_PARAM(1); }
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
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texture.c 71 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/drivers/dri/i965/
gen6_scissor_state.c 58 * width/height at the bounds, the subtraction of 1 from
78 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/
big_glyph_metrics.h 52 int32_t Height();
53 void SetHeight(byte_t height);
82 int32_t Height();
small_glyph_metrics.h 48 int32_t Height();
49 void SetHeight(byte_t height);
69 int32_t Height();
  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 37 // dependencies only. We also compute the resource height, which is the number
123 /// For virtual registers: Minimum height of the defining instruction.
124 /// For regunits: Height of the highest user in the trace.
125 unsigned Height;
127 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {}
165 /// Returns true if the height resources have been computed from the trace
172 /// Invalidate height resources when a block below this one has changed.
196 // Data-dependency-related information. Per-instruction depth and height
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraStream.h 140 uint32_t Height,
179 uint32_t Height,
202 uint32_t Height,
243 uint32_t Height,
252 uint32_t Height,
280 uint32_t Height,
289 uint32_t Height,
  /external/mesa3d/src/egl/main/
eglmode.c 94 mode->Height = EGL_DONT_CARE;
117 mode->Height = attrib_list[++i];
118 if (mode->Height <= 0) {
119 _eglError(EGL_BAD_PARAMETER, "eglChooseModeMESA(height)");
165 if (min->Height != EGL_DONT_CARE && c->Height < min->Height)
190 return m->Height;
eglmode.h 49 EGLint Width, Height; /* size in pixels */
  /external/libvpx/libvpx/test/
convolve_test.cc 64 // Between passes, we use an intermediate buffer whose height is extended to
199 int Height() const { return GET_PARAM(1); }
204 int BorderTop() const { return (kOuterBlockSize - Height()) / 2; }
208 i >= (BorderTop() + Height()) * kOuterBlockSize ||
269 Width(), Height()));
273 for (int y = 0; y < Height(); ++y)
286 Width(), Height()));
290 for (int y = 0; y < Height(); ++y)
303 Width(), Height()));
307 for (int y = 0; y < Height(); ++y
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 44 uint32_t Height,
54 Height,
147 uint32_t Height,
157 Height,
  /external/libvpx/libvpx/vp8/common/
onyxd.h 32 int Height;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex_copy.c 46 GLsizei width, GLsizei height)
82 assert(timg->base.Base.Height >= dsty + height);
91 fprintf(stderr, "from (%dx%d) width %d, height %d, offset %d, pitch %d\n",
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,
133 dstx, dsty, width, height, flip_y);
142 GLsizei width, GLsizei height)
151 radeon_renderbuffer(rb), x, y, width, height)) {
    [all...]

Completed in 2795 milliseconds

1 2 3 4 5 6 7 8 91011>>