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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/gtk/
cairo_cached_surface.h 35 int Height() const;
  /external/chromium_org/third_party/mesa/src/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;
  /external/libvpx/libvpx/vp8/common/x86/
variance_ssse3.c 31 unsigned int Height,
41 unsigned int Height,
51 unsigned int Height,
61 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;
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 27 ;// [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
40 ;// roi.width or roi.height is not out of range {4, 8, 16}.
123 Height RN 9
139 M_PRINTF "roi.height %d\n", iHeight
183 MOV Height, #4
193 MOV Height, #4
202 MOV Height, #4
212 MOV Height, #9
223 MOV Height, #4
232 MOV Height, #
    [all...]
  /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 ||
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/chromium_org/chrome/test/chromedriver/
basic_types.h 21 WebSize(int width, int height);
25 int height; member in struct:WebSize
30 WebRect(int x, int y, int width, int height);
37 int Height() const;
basic_types.cc 18 WebSize::WebSize() : width(0), height(0) {}
20 WebSize::WebSize(int width, int height) : width(width), height(height) {}
26 WebRect::WebRect(int x, int y, int width, int height)
27 : origin(x, y), size(width, height) {}
40 int WebRect::Height() const { return size.height; }
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGForeignObjectElement.h 54 DECLARE_ANIMATED_LENGTH(Height, height)
SVGFilterPrimitiveStandardAttributes.h 73 DECLARE_ANIMATED_LENGTH(Height, height)
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/Win32/
esUtil_TGA.c 41 Height;
64 int WinTGALoad( const char *fileName, char **buffer, int *width, int *height )
82 *height = Header.Height;
88 Buffer24= (RGBTRIPLE*)malloc(sizeof(RGBTRIPLE) * (*width) * (*height));
96 fread(Buffer24, sizeof(RGBTRIPLE), (*width) * (*height), fp);
98 *buffer= (LPSTR) malloc(3 * (*width) * (*height));
100 for ( y = 0; y < *height; y++ )
106 Index= ((*height) - 1 - y) * (*width) + x;
  /external/chromium_org/third_party/mesa/src/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/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...]
  /external/chromium_org/third_party/mesa/src/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;
  /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;

Completed in 550 milliseconds

1 2 3 4 5 6 7 8 91011>>