HomeSort by relevance Sort by last modified time
    Searched defs:height (Results 1 - 25 of 1547) 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/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:__anon750
9 .height = 18,
  /external/clang/test/PCH/
cxx-implicit-moves.cpp 10 double height; member in struct:NSSize
  /external/qemu/android/skin/
window.h 62 int height; member in struct:__anon11843
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xinerama.h 13 short height; member in struct:__anon12106
panoramiXext.h 43 int height; /* height of this screen */ member in struct:__anon12154
xme.h 27 unsigned short height; member in struct:__anon12209
38 int width, int height, int refresh);
  /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/skia/src/core/
SkBitmap_scroll.cpp 42 int height = this->height(); local
45 if ((dx | dy) == 0 || width <= 0 || height <= 0) {
56 r.set(0, 0, width, height);
85 height += dy;
88 height -= dy;
90 src += (height - 1) * rowBytes;
91 dst += (height - 1) * rowBytes;
111 while (--height >= 0) {
  /external/skia/tests/
FillPathTest.cpp 37 int height = 100; local
40 clip.set(0, height - expected_lines, width, height);
42 path.quadTo(width/2, height, width, 0.0);
  /external/webkit/Source/WebCore/html/
ImageData.h 47 int height() const { return m_size.height(); } function in class:WebCore::ImageData
  /external/webkit/Source/WebCore/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
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
ImageGStreamerCairo.cpp 32 int width = 0, height = 0; local
35 if (!gst_video_format_parse_caps(caps, &format, &width, &height)) {
48 return adoptRef(new ImageGStreamer(buffer, IntSize(width, height), cairoFormat));
55 size.width(), size.height(),
ImageGStreamerQt.cpp 31 int width = 0, height = 0; local
34 if (!gst_video_format_parse_caps(caps, &format, &width, &height)) {
47 return adoptRef(new ImageGStreamer(buffer, IntSize(width, height), imageFormat));
54 QImage image(GST_BUFFER_DATA(buffer), size.width(), size.height(), imageFormat);
  /external/webkit/Source/WebCore/rendering/
EllipsisBox.h 33 int width, int height, int y, bool firstLine, bool isVertical, InlineBox* markupBox)
35 , m_height(height)
48 virtual int height() const { return m_height; } function in class:WebCore::EllipsisBox
  /external/webkit/Source/WebCore/rendering/style/
StyleGeneratedImage.cpp 45 int height = fixedSize.height() * multiplier; local
47 // Don't let images that have a width/height >= 1 shrink below 1 when zoomed.
51 if (fixedSize.height() > 0)
52 height = max(1, height);
54 return IntSize(width, height);
  /external/webkit/Source/WebKit2/Shared/API/c/
WKGeometry.h 43 double height; member in struct:WKSize
  /external/webkit/Tools/DumpRenderTree/gtk/
PixelDumpSupportGtk.cpp 42 gint width, height; local
45 gdk_pixmap_get_size(pixmap, &width, &height);
48 height = gtk_widget_get_allocated_height(viewContainer);
51 cairo_surface_t* imageSurface = cairo_image_surface_create(CAIRO_FORMAT_ARGB32, width, height);
67 cairo_rectangle(context, rectangle.x, rectangle.y, rectangle.width, rectangle.height);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.h 49 u32 height; member in struct:__anon18023
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.h 35 real width, height; // Width and height of input images member in class:PyramidShort
40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
41 static PyramidShort *allocateImage(real width, real height, real border);
45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.h 35 real width, height; // Width and height of input images member in class:PyramidShort
40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
41 static PyramidShort *allocateImage(real width, real height, real border);
45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
  /cts/tests/tests/graphics/src/android/graphics/cts/
ShaderTest.java 32 int height = 120; local
33 int[] color = new int[width * height];
34 Bitmap bitmap = Bitmap.createBitmap(color, width, height, Bitmap.Config.RGB_565);

Completed in 791 milliseconds

1 2 3 4 5 6 7 8 91011>>