HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 201 - 225 of 11432) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/resources/print_preview/settings/
advanced_options_settings.css 7 min-height: 28px;
media_size_settings.css 6 height: 28px;
  /external/chromium_org/chrome/browser/ui/cocoa/
view_resizer_pong.h 16 @property(nonatomic) CGFloat height; variable
18 - (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/github_file_system/
expected_read.txt 9 {width: 480, height: 225});
  /external/chromium_org/media/base/simd/
convert_rgb_to_yuv_ssse3.cc 17 int height,
21 for (; height >= 2; height -= 2) {
34 if (height)
43 int height,
47 for (; height >= 2; height -= 2) {
60 if (height)
  /external/chromium_org/ppapi/api/dev/
pp_video_capture_dev.idl 17 uint32_t height;
  /external/chromium_org/ppapi/api/
pp_size.idl 7 * This file defines the width and height of a 2D rectangle.
17 /** This value represents the height of the rectangle. */
18 int32_t height;
27 /** This value represents the height of the rectangle. */
28 float_t height;
38 * PP_MakeSize() creates a <code>PP_Size</code> given a width and height as
42 * @param[in] h An int32_t value representing a height.
49 ret.height = h;
55 * width and height as float values.
58 * @param[in] h An float value representing a height
    [all...]
  /external/chromium_org/ppapi/generators/test_namespace/
foo.idl 16 /* This value represents the height of the rectangle. */
17 int32_t height;
  /external/chromium_org/ppapi/shared_impl/
media_stream_video_track_shared.h 19 height(0),
23 int32_t height; member in struct:ppapi::MediaStreamVideoTrackShared::Attributes
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
TouchInputHandler.java 42 void onClientSizeChanged(int width, int height);
48 void onHostSizeChanged(int width, int height);
  /external/chromium_org/skia/ext/
bitmap_platform_device.h 24 inline bool RasterDeviceTooBigToAllocate(int width, int height) {
31 int64_t bytes = (int64_t)width * height * bytesPerPixel;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
jquery.isonscreen.js 20 height: $(window).height()
26 box.top+box.height-container.top > 0 &&
27 box.top < container.height+container.top
42 height: $(window).height()
48 $(this).offset().top+$(this).height()-container.top > 0 &&
49 $(this).offset().top < container.height+container.top
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframefactory.cc 35 const CapturedFrame* aliased_frame, int width, int height) const {
39 if (!frame->Alias(aliased_frame, width, height)) {
  /external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-egl/
wayland-egl.c 9 int width, int height,
13 egl_window->height = height;
23 int width, int height)
34 wl_egl_window_resize(egl_window, width, height, 0, 0);
49 int *width, int *height)
53 if (height)
54 *height = egl_window->attached_height;
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_xgl_api_viewport.c 38 __applegl_glViewport(GLint x, GLint y, GLsizei width, GLsizei height)
46 __ogl_framework_api->Viewport(x, y, width, height);
  /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...]
scissor.h 35 _mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height );
40 GLint x, GLint y, GLsizei width, GLsizei height);
texcompress_cpal.h 34 GLsizei width, GLsizei height,
39 unsigned width, unsigned height);
  /external/chromium_org/third_party/skia/experimental/pixman/
junk.cpp 26 int height,
30 bitmap->setConfig(SkBitmap::kARGB_8888_Config, width, height);
37 for (i = 0; i < height; ++i)
49 int width, height; local
54 height = pixman_image_get_height (image);
80 width, height, NULL, -1);
84 width, height);
89 width, height,
  /external/chromium_org/third_party/skia/src/gpu/
GrClipData.cpp 21 void GrClipData::getConservativeBounds(int width, int height,
29 height,
  /external/chromium_org/third_party/webrtc/test/
frame_generator.h 27 static FrameGenerator* Create(size_t width, size_t height);
30 size_t height);
video_renderer.cc 26 size_t height) {
27 VideoRenderer* renderer = CreatePlatformRenderer(window_title, width, height);
video_renderer.h 24 size_t height);
31 size_t width, size_t height);
  /external/chromium_org/third_party/webrtc/test/linux/
video_renderer_linux.cc 19 size_t height) {
20 GlxRenderer* glx_renderer = GlxRenderer::Create(window_title, width, height);
  /external/chromium_org/ui/webui/resources/css/
throbber.css 8 height: 16px;

Completed in 746 milliseconds

1 2 3 4 5 6 7 891011>>