HomeSort by relevance Sort by last modified time
    Searched defs:height (Results 1 - 25 of 2549) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/
view_resizer_pong.h 17 @property(nonatomic) CGFloat height; variable
19 - (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
  /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/v8/test/mjsunit/compiler/
regress-3136962.js 29 // value of global variable height was reused even after reassignment.
31 var height = 267; variable
34 function inner() { height = 0; ++count; }
38 for (var i = 0; i < height; ++i) {
40 if (i + j < 0 || i + j >= height) continue;
  /external/v8/test/mjsunit/compiler/
regress-3136962.js 29 // value of global variable height was reused even after reassignment.
31 var height = 267; variable
34 function inner() { height = 0; ++count; }
38 for (var i = 0; i < height; ++i) {
40 if (i + j < 0 || i + j >= height) continue;
  /bootable/recovery/minui/
font_10x18.h 3 unsigned height; member in struct:__anon793
9 .height = 18,
  /external/chromium_org/content/renderer/
sad_plugin.cc 20 const int height = plugin_rect.height(); local
31 canvas->drawRectCoords(0, 0, SkIntToScalar(width), SkIntToScalar(height),
36 SkIntToScalar(std::max(0, (height - sad_plugin_bitmap.height()) / 2)));
  /external/chromium_org/ppapi/c/
pp_size.h 16 * This file defines the width and height of a 2D rectangle.
30 /** This value represents the height of the rectangle. */
31 int32_t height; member in struct:PP_Size
44 * PP_MakeSize() creates a <code>PP_Size</code> given a width and height as
48 * @param[in] h An int32_t value representing a height.
55 ret.height = h;
  /external/chromium_org/remoting/host/
screen_resolution.cc 32 int64 height = dimensions_.height(); local
37 height = std::min(height * new_dpi.y() / dpi_.y(),
39 return webrtc::DesktopSize(width, height);
  /external/chromium_org/third_party/libjingle/source/talk/base/
windowpicker_unittest.cc 38 int height = 0; local
40 &height));
42 EXPECT_GT(height, 0);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/fbdev/
fbdev_sw_winsys.h 39 unsigned width, height; member in struct:fbdev_sw_drawable
  /external/clang/test/PCH/
cxx-implicit-moves.cpp 11 double height; member in struct:NSSize
  /external/mesa3d/src/gallium/winsys/sw/fbdev/
fbdev_sw_winsys.h 39 unsigned width, height; member in struct:fbdev_sw_drawable
  /external/qemu/android/skin/
window.h 62 int height; member in struct:__anon26538
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xinerama.h 13 short height; member in struct:__anon26801
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
Size.java 24 public final int height; field in class:Size
26 public Size(int width, int height) {
28 this.height = height;
  /external/chromium/base/
sys_info_unittest.cc 47 int width, height; local
48 base::SysInfo::GetPrimaryDisplayDimensions(&width, &height);
50 EXPECT_GE(height, 10);
  /external/chromium/chrome/browser/
ntp_background_util.cc 23 int height = area.height() + ntp_background->height(); local
26 y_pos += area.height() + tab_contents_height - ntp_background->height();
45 height = ntp_background->height();
47 y_pos = y_pos % ntp_background->height() - ntp_background->height();
53 canvas->TileImageInt(*ntp_background, x_pos, y_pos, width, height);
    [all...]
  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_win.cc 27 int height = content_rect.bottom - content_rect.top; local
29 gfx::CreateBitmapHeader(width, height, &hdr);
43 PatBlt(mem_hdc, 0, 0, width, height, WHITENESS);
59 BitBlt(mem_hdc, 0, 0, width, height, window_hdc, 0, 0, SRCCOPY);
65 gfx::Size(width, height), width * 4, true,
71 return gfx::Rect(width, height);
  /external/chromium_org/chrome/browser/ui/
ntp_background_util.cc 26 int height = area.height() + ntp_background->height(); local
29 y_pos += area.height() + tab_contents_height - ntp_background->height();
33 y_pos += std::floor(area.height() + tab_contents_height / 2.0 -
34 ntp_background->height() / 2.0 + 0.5);
55 height = ntp_background->height();
57 y_pos = y_pos % ntp_background->height() - ntp_background->height()
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
top_container_view.cc 22 int height = 0; local
25 if (child_bottom > height)
26 height = child_bottom;
28 return gfx::Size(browser_view_->width(), height);
  /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/native_client_sdk/src/libraries/ppapi_simple/
ps_context_2d.h 21 int32_t height; member in struct:__anon10888
  /external/chromium_org/remoting/codec/
video_encoder_vp8_unittest.cc 40 int height = 1000; local
47 webrtc::DesktopSize(width, height)));
52 height /= 2;
54 webrtc::DesktopSize(width, height)));
70 int height = 32; local
77 webrtc::DesktopSize(width, height)));
  /external/chromium_org/third_party/WebKit/Source/core/html/
ImageData.h 47 int height() const { return m_size.height(); } function in class:WebCore::ImageData
  /external/chromium_org/third_party/WebKit/Source/core/platform/
LengthSize.h 34 LengthSize(Length width, Length height)
36 , m_height(height)
48 void setHeight(Length height) { m_height = height; }
49 Length height() const { return m_height; } function in struct:WebCore::LengthSize

Completed in 4625 milliseconds

1 2 3 4 5 6 7 8 91011>>