Searched refs:height (Results 26 - 50 of 5964) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Dsize.js11 * @param {number} height Height of the size.
14 function Size(width, height) {
27 this.height_ = height;
37 get height() {
/external/chromium_org/ui/webui/resources/css/
H A Dbubble_button.css8 height: 0;
9 line-height: 1;
16 height: 16px;
/external/chromium/chrome/browser/resources/options/
H A Dcertificate_manager.css13 height: 300px;
/external/chromium_org/cc/test/
H A Dpixel_test_software_output_device.cc11 size.height() + surface_expansion_size_.height());
/external/chromium_org/chrome/browser/resources/gaia_auth/
H A Dmain.css9 height: 100%;
/external/chromium_org/chrome/browser/resources/print_preview/settings/
H A Dmargin_settings.css6 height: 29px;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/
H A Dpopup.css14 height: 512px;
/external/chromium_org/media/tools/shader_bench/
H A Dwindow.cc9 Window::Window(int width, int height) argument
14 window_handle_ = CreateNativeWindow(width, height);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DImageData.idl33 readonly attribute long height;
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_separator_views.cc35 pos = height() - kSeparatorHeight;
42 pos = height() / 2;
52 int height = menu_config.separator_height; local
55 height = menu_config.separator_spacing_height;
58 height = menu_config.separator_lower_height;
61 height = menu_config.separator_upper_height;
64 height = menu_config.separator_height;
68 height);
/external/libvpx/libvpx/vp8/common/arm/
H A Dbilinearfilter_arm.h20 unsigned int height,
30 unsigned int height,
/external/replicaisland/src/com/replica/replicaisland/
H A DTexture.java29 public int height; field in class:Texture
41 height = 0;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_other.h39 unsigned width, unsigned height);
44 unsigned width, unsigned height);
53 unsigned width, unsigned height);
58 unsigned width, unsigned height);
64 unsigned width, unsigned height);
69 unsigned width, unsigned height);
78 unsigned width, unsigned height);
83 unsigned width, unsigned height);
89 unsigned width, unsigned height);
94 unsigned width, unsigned height);
[all...]
H A Du_format_zs.h37 util_format_s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
45 util_format_z16_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
49 util_format_z16_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
53 util_format_z16_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
57 util_format_z16_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_z32_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
65 util_format_z32_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
69 util_format_z32_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
73 util_format_z32_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height);
[all...]
/external/chromium_org/ui/gfx/
H A Dfavicon_size.h15 // If the width or height is bigger than the favicon size, a new width/height
16 // is calculated and returned in width/height that maintains the aspect
18 UI_EXPORT void CalculateFaviconTargetSize(int* width, int* height);
/external/harfbuzz_ng/util/
H A Dansi-print.hh35 unsigned int height,
H A Dhelper-cairo-ansi.cc39 unsigned int height = cairo_image_surface_get_height (surface); local
41 cairo_surface_t *new_surface = cairo_image_surface_create (CAIRO_FORMAT_RGB24, width, height);
69 while (height)
78 height--;
82 unsigned int orig_height = height;
83 while (height)
85 const uint32_t *row = data + (height - 1) * stride / 4;
92 height--;
94 if (height < orig_height)
95 height
[all...]
/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_collision_shapes_CapsuleCollisionShape.cpp49 (JNIEnv * env, jobject object, jint axis, jfloat radius, jfloat height) {
54 shape = new btCapsuleShapeX(radius, height);
57 shape = new btCapsuleShape(radius, height);
60 shape = new btCapsuleShapeZ(radius, height);
48 Java_com_jme3_bullet_collision_shapes_CapsuleCollisionShape_createShape(JNIEnv * env, jobject object, jint axis, jfloat radius, jfloat height) argument
H A Dcom_jme3_bullet_collision_shapes_ConeCollisionShape.cpp49 (JNIEnv * env, jobject object, jint axis, jfloat radius, jfloat height) {
54 shape = new btConeShapeX(radius, height);
57 shape = new btConeShape(radius, height);
60 shape = new btConeShapeZ(radius, height);
48 Java_com_jme3_bullet_collision_shapes_ConeCollisionShape_createShape(JNIEnv * env, jobject object, jint axis, jfloat radius, jfloat height) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_other.h39 unsigned width, unsigned height);
44 unsigned width, unsigned height);
53 unsigned width, unsigned height);
58 unsigned width, unsigned height);
64 unsigned width, unsigned height);
69 unsigned width, unsigned height);
78 unsigned width, unsigned height);
83 unsigned width, unsigned height);
89 unsigned width, unsigned height);
94 unsigned width, unsigned height);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.h35 unsigned width, unsigned height,
44 unsigned width, unsigned height,
53 unsigned width, unsigned height,
/external/chromium_org/third_party/skia/src/core/
H A DSkMatrixUtils.h20 * Given a matrix and width/height, return true if the computed dst-rect would
25 * The src-rect is defined to be { 0, 0, width, height }
31 bool SkTreatAsSprite(const SkMatrix&, int width, int height,
39 int width, int height) {
40 return SkTreatAsSprite(matrix, width, height, kSkSubPixelBitsForBilerp);
38 SkTreatAsSpriteFilter(const SkMatrix& matrix, int width, int height) argument
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.h16 int* width, int* height);
21 int height,
28 int height,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.h35 unsigned width, unsigned height,
44 unsigned width, unsigned height,
53 unsigned width, unsigned height,
/external/skia/src/core/
H A DSkMatrixUtils.h20 * Given a matrix and width/height, return true if the computed dst-rect would
25 * The src-rect is defined to be { 0, 0, width, height }
31 bool SkTreatAsSprite(const SkMatrix&, int width, int height,
39 int width, int height) {
40 return SkTreatAsSprite(matrix, width, height, kSkSubPixelBitsForBilerp);
38 SkTreatAsSpriteFilter(const SkMatrix& matrix, int width, int height) argument

Completed in 672 milliseconds

1234567891011>>