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

1234567891011>>

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusTypes.h141 Width = Height = 0.0f;
147 Height = size.Height;
154 Height = height;
160 Height + sz.Height);
166 Height - sz.Height);
171 return (Width == sz.Width) && (Height == sz.Height);
182 REAL Height; member in class:SizeF
238 INT Height; member in class:Size
551 REAL Height; member in class:RectF
754 INT Height; member in class:Rect
[all...]
H A DGdiPlusMetaHeader.h122 INT Height; member in class:MetafileHeader
157 rect->Height = Height;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dvariance_ssse3.c30 unsigned int Height,
40 unsigned int Height,
50 unsigned int Height,
60 unsigned int Height,
/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/libvpx/source/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/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:__anon24774::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/angle/util/
H A DOSWindow.cpp48 mHeight = event.Size.Height;
H A DEvent.h25 int Height; member in struct:Event::SizeEvent
/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/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/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dsmall_glyph_metrics.h48 int32_t Height();
69 int32_t Height();
/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/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;
/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;

Completed in 3708 milliseconds

1234567891011>>