Searched defs:height (Results 1 - 25 of 1043) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/cocoa/
H A Dview_resizer_pong.h17 @property(nonatomic) CGFloat height; variable
19 - (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
/external/webp/src/utils/
H A Dquant_levels_dec.c18 int DequantizeLevels(uint8_t* const data, int width, int height) { argument
19 if (data == NULL || width <= 0 || height <= 0) return 0;
22 (void)height;
/external/skia/src/image/
H A DSkImage_Base.h15 SkImage_Base(int width, int height) : INHERITED(width, height) {} argument
/external/v8/test/mjsunit/compiler/
H A Dregress-3136962.js29 // 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/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/qemu/android/skin/
H A Dwindow.h62 int height; member in struct:__anon11143
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DXinerama.h13 short height; member in struct:__anon11406
H A DpanoramiXext.h43 int height; /* height of this screen */ member in struct:__anon11454
H A Dxme.h27 unsigned short height; member in struct:__anon11509
38 int width, int height, int refresh);
/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
H A DSkTileGridPicture.cpp14 SkTileGridPicture::SkTileGridPicture(int tileWidth, int tileHeight, int width, int height) { argument
18 fYTileCount = (height + tileHeight - 1) / tileHeight;
/external/chromium/base/
H A Dsys_info_unittest.cc47 int width, height; local
48 base::SysInfo::GetPrimaryDisplayDimensions(&width, &height);
50 EXPECT_GE(height, 10);
H A Dsys_info_posix.cc87 void SysInfo::GetPrimaryDisplayDimensions(int* width, int* height) { argument
96 if (height)
97 *height = gdk_screen_get_height(screen);
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DRectangle.java41 public final float x, y, width, height; field in class:Rectangle
48 * @param height the height of the rectangle
50 public Rectangle(float x, float y, float width, float height) { argument
54 this.height = height;
/external/libvpx/libvpx/vp8/common/
H A Dalloccommon.c47 int vp8_alloc_frame_buffers(VP8_COMMON *oci, int width, int height) argument
57 if ((height & 0xf) != 0)
58 height += 16 - (height & 0xf);
65 if (vp8_yv12_alloc_frame_buffer(&oci->yv12_fb[i], width, height, VP8BORDERINPIXELS) < 0)
82 oci->mb_rows = height >> 4;
102 if (vp8_yv12_alloc_frame_buffer(&oci->post_proc_buffer, width, height, VP8BORDERINPIXELS) < 0)
/external/replicaisland/src/com/replica/replicaisland/
H A DTexture.java29 public int height; field in class:Texture
41 height = 0;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCameraSize.java14 public void __constructor__(Camera camera, int width, int height) { argument
16 realCameraSize.height = height;
/external/skia/include/core/
H A DSkSurface.h54 static SkSurface* NewPicture(int width, int height);
68 int height() const { return fHeight; } function in class:SkSurface
127 SkSurface(int width, int height);
/external/webkit/Source/WebCore/html/
H A DImageData.h47 int height() const { return m_size.height(); } function in class:WebCore::ImageData
/external/webkit/Source/WebCore/platform/graphics/
H A DFloatSize.cpp36 FloatSize::FloatSize(const IntSize& size) : m_width(size.width()), m_height(size.height())
45 FloatSize FloatSize::narrowPrecision(double width, double height) argument
47 return FloatSize(narrowPrecisionToFloat(width), narrowPrecisionToFloat(height));
/external/webkit/Source/WebCore/platform/win/
H A DBitmapInfo.cpp36 BitmapInfo bitmapInfoForSize(int width, int height, BitmapInfo::BitCount bitCount) argument
40 bitmapInfo.bmiHeader.biHeight = height;
56 return bitmapInfoForSize(size.width(), size.height(), bitCount);
61 return bitmapInfoForSize(size.width(), -size.height(), bitCount);
/external/webkit/Source/WebKit2/Shared/API/c/
H A DWKGeometry.h43 double height; member in struct:WKSize
/external/webkit/Tools/DumpRenderTree/gtk/
H A DPixelDumpSupportGtk.cpp42 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);
/external/chromium/chrome/browser/
H A Dntp_background_util.cc23 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...]

Completed in 1418 milliseconds

1234567891011>>