Home
last modified time | relevance | path

Searched defs:height (Results 1 – 25 of 2607) sorted by relevance

12345678910>>...105

/external/chromium_org/ui/gfx/geometry/
Dsize_base.h17 Type height() const { return height_; } in height() function
21 void SetSize(Type width, Type height) { in SetSize()
26 void Enlarge(Type width, Type height) { in Enlarge()
34 void set_height(Type height) { in set_height()
53 SizeBase(Type width, Type height) in SizeBase()
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js93 $("#swapper").css({height:swapperHeight + "px"}); property
94 sidenav.css({height:windowHeight + "px"}); property
95 content.css({height:windowHeight + "px"}); property
96 resizePackagesNav.css({maxHeight:swapperHeight + "px", height:packageHeight}); property
97 classesNav.css({height:swapperHeight - parseInt(packageHeight) + "px"}); property
98 …$("#packages-nav").css({height:parseInt(packageHeight) - 6 + "px"}); //move 6px to give space for … property
99 devdocNav.css({height:sidenav.css("height")}); property
100 $("#nav-tree").css({height:swapperHeight + "px"}); property
237 classesNav.css({height:swapperHeight - parseInt(resizePackagesNav.css("height")) + "px"}); property
239 $("#swapper").css({height:swapperHeight + "px"}); property
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Dconvert_argb.cc31 int width, int height) { in ARGBCopy()
54 int width, int height) { in I444ToARGB()
116 int width, int height) { in I422ToARGB()
196 int width, int height) { in I411ToARGB()
256 int width, int height) { in I400ToARGB_Reference()
307 int width, int height) { in I400ToARGB()
373 int width, int height) { in BGRAToARGB()
384 int width, int height) { in ARGBToBGRA()
395 int width, int height) { in ABGRToARGB()
406 int width, int height) { in ARGBToABGR()
[all …]
Dplanar_functions.cc30 int width, int height) { in CopyPlane()
83 int width, int height) { in CopyPlane_16()
137 int width, int height) { in I422Copy()
168 int width, int height) { in I444Copy()
195 int width, int height) { in I400ToI400()
215 int width, int height) { in I420ToI400()
232 int width, int height) { in MirrorPlane()
278 int width, int height) { in YUY2ToI422()
356 int width, int height) { in UYVYToI422()
432 int width, int height) { in I400Mirror()
[all …]
Dconvert_from_argb.cc30 int width, int height) { in ARGBToI444()
109 int width, int height) { in ARGBToI422()
188 int width, int height) { in ARGBToI411()
263 int width, int height) { in ARGBToNV12()
370 int width, int height) { in ARGBToNV21()
476 int width, int height) { in ARGBToYUY2()
578 int width, int height) { in ARGBToUYVY()
680 int width, int height) { in ARGBToI400()
745 int width, int height) { in ARGBToRGBA()
756 int width, int height) { in ARGBToRGB24()
[all …]
/external/chromium_org/third_party/libyuv/source/
Dconvert_argb.cc31 int width, int height) { in ARGBCopy()
54 int width, int height) { in I444ToARGB()
116 int width, int height) { in I422ToARGB()
196 int width, int height) { in I411ToARGB()
256 int width, int height) { in I400ToARGB_Reference()
307 int width, int height) { in I400ToARGB()
373 int width, int height) { in BGRAToARGB()
384 int width, int height) { in ARGBToBGRA()
395 int width, int height) { in ABGRToARGB()
406 int width, int height) { in ARGBToABGR()
[all …]
Dplanar_functions.cc30 int width, int height) { in CopyPlane()
83 int width, int height) { in CopyPlane_16()
137 int width, int height) { in I422Copy()
168 int width, int height) { in I444Copy()
195 int width, int height) { in I400ToI400()
215 int width, int height) { in I420ToI400()
232 int width, int height) { in MirrorPlane()
278 int width, int height) { in YUY2ToI422()
356 int width, int height) { in UYVYToI422()
432 int width, int height) { in I400Mirror()
[all …]
Dconvert_from_argb.cc30 int width, int height) { in ARGBToI444()
104 int width, int height) { in ARGBToI422()
182 int width, int height) { in ARGBToI411()
255 int width, int height) { in ARGBToNV12()
358 int width, int height) { in ARGBToNV21()
460 int width, int height) { in ARGBToYUY2()
561 int width, int height) { in ARGBToUYVY()
662 int width, int height) { in ARGBToI400()
727 int width, int height) { in ARGBToRGBA()
738 int width, int height) { in ARGBToRGB24()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_zs.c117 unsigned width, unsigned height) in util_format_s8_uint_unpack_s_8uint()
130 unsigned width, unsigned height) in util_format_s8_uint_pack_s_8uint()
143 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_float()
164 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_float()
186 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_32unorm()
207 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_32unorm()
229 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_float()
250 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_float()
272 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_32unorm()
285 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_32unorm()
[all …]
Du_format_yuv.c43 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_unpack_rgba_float()
105 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm()
167 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_pack_rgba_float()
224 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm()
295 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_unpack_rgba_float()
357 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm()
419 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_pack_rgba_float()
476 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_pack_rgba_8unorm()
547 unsigned width, unsigned height) in util_format_uyvy_unpack_rgba_float()
603 unsigned width, unsigned height) in util_format_uyvy_unpack_rgba_8unorm()
[all …]
Du_format_s3tc.c82 int width, int height, in util_format_dxtn_pack_stub()
246 unsigned width, unsigned height, in util_format_dxtn_rgb_unpack_rgba_8unorm()
270 unsigned width, unsigned height) in util_format_dxt1_rgb_unpack_rgba_8unorm()
281 unsigned width, unsigned height) in util_format_dxt1_rgba_unpack_rgba_8unorm()
292 unsigned width, unsigned height) in util_format_dxt3_rgba_unpack_rgba_8unorm()
303 unsigned width, unsigned height) in util_format_dxt5_rgba_unpack_rgba_8unorm()
314 unsigned width, unsigned height, in util_format_dxtn_rgb_unpack_rgba_float()
342 unsigned width, unsigned height) in util_format_dxt1_rgb_unpack_rgba_float()
353 unsigned width, unsigned height) in util_format_dxt1_rgba_unpack_rgba_float()
364 unsigned width, unsigned height) in util_format_dxt3_rgba_unpack_rgba_float()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_format_zs.c117 unsigned width, unsigned height) in util_format_s8_uint_unpack_s_8uint()
130 unsigned width, unsigned height) in util_format_s8_uint_pack_s_8uint()
143 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_float()
164 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_float()
186 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_32unorm()
207 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_32unorm()
229 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_float()
250 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_float()
272 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_32unorm()
285 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_32unorm()
[all …]
Du_format_yuv.c43 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_unpack_rgba_float()
105 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm()
167 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_pack_rgba_float()
224 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm()
295 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_unpack_rgba_float()
357 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm()
419 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_pack_rgba_float()
476 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_pack_rgba_8unorm()
547 unsigned width, unsigned height) in util_format_uyvy_unpack_rgba_float()
603 unsigned width, unsigned height) in util_format_uyvy_unpack_rgba_8unorm()
[all …]
Du_format_s3tc.c82 int width, int height, in util_format_dxtn_pack_stub()
246 unsigned width, unsigned height, in util_format_dxtn_rgb_unpack_rgba_8unorm()
270 unsigned width, unsigned height) in util_format_dxt1_rgb_unpack_rgba_8unorm()
281 unsigned width, unsigned height) in util_format_dxt1_rgba_unpack_rgba_8unorm()
292 unsigned width, unsigned height) in util_format_dxt3_rgba_unpack_rgba_8unorm()
303 unsigned width, unsigned height) in util_format_dxt5_rgba_unpack_rgba_8unorm()
314 unsigned width, unsigned height, in util_format_dxtn_rgb_unpack_rgba_float()
342 unsigned width, unsigned height) in util_format_dxt1_rgb_unpack_rgba_float()
353 unsigned width, unsigned height) in util_format_dxt1_rgba_unpack_rgba_float()
364 unsigned width, unsigned height) in util_format_dxt3_rgba_unpack_rgba_float()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/
DLengthSize.h34 LengthSize(const Length& width, const Length& height) in LengthSize()
48 void setHeight(const Length& height) { m_height = height; } in setHeight()
49 const Length& height() const { return m_height; } in height() function
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
DOverridesUI.js83 …tion.device = {title: WebInspector.UIString("<Select model>"), width: 0, height: 0, deviceScaleFac… property
312 …{title: "Apple iPhone 3GS", width: 320, height: 480, deviceScaleFactor: 1, userAgent: "Mozilla/5.0… property
313 …{title: "Apple iPhone 4", width: 320, height: 480, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (… property
314 …{title: "Apple iPhone 5", width: 320, height: 568, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (… property
315 …{title: "Apple iPhone 6", width: 375, height: 667, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (… property
316 …{title: "Apple iPhone 6 Plus", width: 414, height: 736, deviceScaleFactor: 3, userAgent: "Mozilla/… property
317 …{title: "BlackBerry Z10", width: 384, height: 640, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (… property
318 …{title: "BlackBerry Z30", width: 360, height: 640, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (… property
319 …{title: "Google Nexus 4", width: 384, height: 640, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (… property
320 …{title: "Google Nexus 5", width: 360, height: 640, deviceScaleFactor: 3, userAgent: "Mozilla/5.0 (… property
[all …]
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
DAnimatableLengthSize.h41 …reate(PassRefPtrWillBeRawPtr<AnimatableValue> width, PassRefPtrWillBeRawPtr<AnimatableValue> heigh… in create()
46 const AnimatableValue* height() const { return m_height.get(); } in height() function
54 …hSize(PassRefPtrWillBeRawPtr<AnimatableValue> width, PassRefPtrWillBeRawPtr<AnimatableValue> heigh… in AnimatableLengthSize()
/external/libyuv/files/source/
Dplanar_functions.cc30 int width, int height) { in CopyPlane()
64 int width, int height) { in I420ToI400()
81 int width, int height) { in MirrorPlane()
114 int width, int height) { in YUY2ToI422()
176 int width, int height) { in UYVYToI422()
240 int width, int height) { in I420Mirror()
271 int width, int height) { in ARGBMirror()
327 int width, int height) { in ARGBBlend()
353 int width, int height) { in ARGBToI400()
388 int width, int height) { in ARGBToI422()
[all …]
/external/mesa3d/src/mesa/main/
Ddrawtex.c36 GLfloat width, GLfloat height) in draw_texture()
61 _mesa_DrawTexf(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in _mesa_DrawTexf()
77 _mesa_DrawTexi(GLint x, GLint y, GLint z, GLint width, GLint height) in _mesa_DrawTexi()
95 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in _mesa_DrawTexs()
113 _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in _mesa_DrawTexx()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Ddrawtex.c36 GLfloat width, GLfloat height) in draw_texture()
61 _mesa_DrawTexf(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in _mesa_DrawTexf()
77 _mesa_DrawTexi(GLint x, GLint y, GLint z, GLint width, GLint height) in _mesa_DrawTexi()
95 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in _mesa_DrawTexs()
113 _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in _mesa_DrawTexx()
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
DModelCache.java24 public static <A> ModelKey<A> get(A model, int width, int height) { in get()
34 private int height; field in ModelCache.ModelKey
40 private void init(A model, int width, int height) { in init()
97 public B get(A model, int width, int height) { in get()
112 public void put(A model, int width, int height, B value) { in put()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DAttributeStrategy.java20 public Bitmap get(int width, int height, Bitmap.Config config) { in get()
37 public String logBitmap(int width, int height, Bitmap.Config config) { in logBitmap()
55 private static String getBitmapString(int width, int height, Bitmap.Config config) { in getBitmapString()
60 public Key get(int width, int height, Bitmap.Config config) { in get()
75 private int height; field in AttributeStrategy.Key
83 public void init(int width, int height, Bitmap.Config config) { in init()
/external/chromium_org/skia/ext/
Dbitmap_platform_device_skia.cc10 BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height, in Create()
24 int height, in CreateAndClear()
32 BitmapPlatformDevice* BitmapPlatformDevice::Create(int width, int height, in Create()
75 SkCanvas* CreatePlatformCanvas(int width, int height, bool is_opaque, in CreatePlatformCanvas()
87 bool PlatformBitmap::Allocate(int width, int height, bool is_opaque) { in Allocate()
/external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-egl/
Dwayland-egl.c9 int width, int height, in wl_egl_window_resize()
23 int width, int height) in wl_egl_window_create()
49 int *width, int *height) in wl_egl_window_get_attached_size()
/external/mesa3d/src/egl/wayland/wayland-egl/
Dwayland-egl.c9 int width, int height, in wl_egl_window_resize()
23 int width, int height) in wl_egl_window_create()
49 int *width, int *height) in wl_egl_window_get_attached_size()

12345678910>>...105