HomeSort by relevance Sort by last modified time
    Searched refs:Height (Results 1 - 25 of 634) 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...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusTypes.h 141 Width = Height = 0.0f;
147 Height = size.Height;
151 IN REAL height)
154 Height = height;
160 Height + sz.Height);
166 Height - sz.Height);
    [all...]
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
Window.cpp 45 mHeight = event.Size.Height;
Event.h 25 int Height;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
variance_ssse3.c 31 unsigned int Height,
41 unsigned int Height,
51 unsigned int Height,
61 unsigned int Height,
  /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;
  /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/chromium_org/third_party/libvpx/source/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/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...]
  /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 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/chromium_org/third_party/libvpx/source/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/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...]
  /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/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;
  /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/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/chromium_org/third_party/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();

Completed in 947 milliseconds

1 2 3 4 5 6 7 8 91011>>