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

<<11121314151617181920>>

  /external/chromium_org/third_party/webrtc/common_video/
texture_video_frame.cc 19 int height,
24 set_height(height);
32 int height,
47 int height,
62 handle_, width(), height(), timestamp(), render_time_ms());
101 int width, int height, int stride_y, int stride_u, int stride_v) {
  /external/chromium_org/third_party/webrtc/test/mac/
video_renderer_mac.mm 26 - (id)initWithTitle:(NSString *)title width:(int)width height:(int)height;
37 - (id)initWithTitle:(NSString *)title width:(int)width height:(int)height {
41 height_ = height;
61 if (nextYOrigin_ + height_ > screenFrame.size.height) {
94 size_t height) {
96 if (!renderer->Init(window_title, width, height)) {
111 bool MacRenderer::Init(const char* window_title, int width, int height) {
115 height:height]
    [all...]
  /external/chromium_org/ui/gfx/
canvas_unittest.cc 26 int height = 0; local
29 Canvas::SizeStringInt(text16, font_list_, &width, &height, line_height,
31 return gfx::Size(width, height);
49 EXPECT_GT(size.height(), 0);
63 // Line height is only supported on Skia.
74 EXPECT_EQ(3 * 1000 + one_line_size.height(), four_line_size.height());
  /external/chromium_org/ui/keyboard/
keyboard_layout_manager.cc 18 // Keep the same height when window resize. It usually get called when
20 int height = keyboard_->bounds().height(); local
23 window_bounds.bottom() - height,
25 height));
52 if (old_bounds.height() == 0 && child->bounds().height() != 0 &&
54 // The window height is set to 0 initially or before switch to an IME in a
  /external/libpng/contrib/gregbook/
readppm.c 67 ulg width, height; variable
109 sscanf(ppmline, "%lu %lu", &width, &height);
122 *pHeight = height;
157 if ((image_data = (uch *)malloc(rowbytes*height)) == NULL) {
161 Trace((stderr, "readpng_get_image: rowbytes = %ld, height = %ld\n", rowbytes, height));
166 fread(image_data, 1L, rowbytes*height, saved_infile);
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_overlay.h 139 uint32 *height, // IN / OUT
154 *height = (*height + 1) & ~1;
161 *size *= *height;
173 tmp *= (*height >> 1);
191 *size *= *height;
  /external/mesa3d/src/gallium/state_trackers/vega/
api_masks.c 39 VGint width, VGint height)
43 if (width <=0 || height <= 0) {
57 mask_fill(x, y, width, height, 0.f);
59 mask_fill(x, y, width, height, 1.f);
62 mask_using_image(image, operation, x, y, width, height);
65 mask_using_layer(layer, operation, x, y, width, height);
72 VGint width, VGint height)
77 if (width <= 0 || height <= 0) {
85 x, y, width, height,
94 (x == 0 && y == 0 && width == stfb->width && height == stfb->height))
    [all...]
mask.h 36 struct vg_mask_layer *mask_layer_create(VGint width, VGint height);
40 VGint width, VGint height,
47 VGint width, VGint height);
56 VGint width, VGint height);
60 VGint width, VGint height);
62 VGint width, VGint height,
  /external/mesa3d/src/glx/apple/
apple_xgl_api.h 32 void __applegl_glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height,
34 void __applegl_glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type);
41 void __applegl_glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
  /external/pixman/test/
oob-test.c 8 int height; member in struct:__anon12559
26 int height; member in struct:__anon12560
68 char *data = malloc (info->stride * info->height);
71 for (i = 0; i < info->height * info->stride; ++i)
74 return pixman_image_create_bits (info->format, info->width, info->height, (uint32_t *)data, info->stride);
87 info->width, info->height);
  /external/skia/src/images/
SkPageFlipper.cpp 22 SkPageFlipper::SkPageFlipper(int width, int height) {
24 fHeight = height;
28 fDirty0->setRect(0, 0, width, height);
32 void SkPageFlipper::resize(int width, int height) {
34 fHeight = height;
37 fDirty1->setRect(0, 0, width, height);
  /frameworks/base/core/java/android/gesture/
OrientedBoundingBox.java 29 public final float height; field in class:OrientedBoundingBox
39 height = h;
59 point[1] = height / 2;
67 point[1] = -height / 2;
72 point[1] = -height / 2;
77 point[1] = height / 2;
  /frameworks/base/libs/hwui/
RenderBuffer.h 35 RenderBuffer(GLenum format, uint32_t width, uint32_t height):
36 mFormat(format), mWidth(width), mHeight(height), mAllocated(false) {
92 void resize(uint32_t width, uint32_t height) {
93 if (isAllocated() && (width != mWidth || height != mHeight)) {
94 glRenderbufferStorage(GL_RENDERBUFFER, mFormat, width, height);
98 mHeight = height;
109 * Returns the height of the render buffer in pixels.
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.h 81 float height() const { return height_; } function in class:android::filterfw::SlantedRect
89 float x, y, width, height; member in struct:android::filterfw::Rect
93 width = height = 1.0f;
96 Rect(float x, float y, float width, float height) {
100 this->height = height;
  /hardware/intel/common/libva/test/common/
va_display_android.cpp 51 static int create_window(int x, int y, int width, int height)
57 width, height,
70 surface_ctr->setSize(width, height);
88 create_window(dst_rect->x, dst_rect->y, dst_rect->width, dst_rect->height);
92 src_rect->width, src_rect->height,
94 dst_rect->width, dst_rect->height,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
LeaveBehindData.java 27 final int height; field in class:LeaveBehindData
29 public LeaveBehindData(Conversation conv, ToastBarOperation undoOp, int height) {
32 this.height = height;
44 arg.writeInt(height);
50 height = arg.readInt();
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 109 Bitmap(long nativeBitmap, byte[] buffer, int width, int height, int density,
117 mHeight = height;
137 * width/height values
140 void reinit(int width, int height, boolean requestPremultiplied) {
142 mHeight = height;
188 * <p>Modifies the bitmap to have a specified width, height, and {@link
218 public void reconfigure(int width, int height, Config config) {
220 if (width <= 0 || height <= 0) {
221 throw new IllegalArgumentException("width and height must be > 0");
230 nativeReconfigure(mNativeBitmap, width, height, config.nativeInt, mBuffer.length
265 reconfigure(getWidth(), height, getConfig()); local
592 final int height = src.getHeight(); local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CaptureLayoutHelper.java 224 public void onNonDecorWindowSizeChanged(int width, int height, int rotation) {
226 mWindowHeight = height;
233 * activity layout width, height and aspect ratio.
237 * @param height height of the main activity layout, excluding system decor
244 private PositionConfiguration getPositionConfiguration(int width, int height,
246 boolean landscape = width > height;
252 config.mPreviewRect.set(0, 0, width, height);
255 config.mBottomBarRect.set(width - mBottomBarOptimalHeight, 0, width, height);
257 config.mBottomBarRect.set(0, height - mBottomBarOptimalHeight, width, height)
    [all...]
  /external/chromium_org/chrome/browser/resources/hotword_audio_verification/
style.css 26 line-height: 40px;
41 height: 600px;
47 height: 240px;
52 height: 240px;
67 height: 240px;
74 height: 60px;
85 line-height: 24px;
90 line-height: 100%;
97 line-height: 24px;
102 line-height: 100%
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TiledScreenNail.java 62 public TiledScreenNail(int width, int height) {
63 setSize(width, height);
75 private void setSize(int width, int height) {
76 if (width == 0 || height == 0) {
78 height = sMaxSide * 3 / 4;
80 float scale = Math.min(1, (float) sMaxSide / Math.max(width, height));
82 mHeight = Math.round(scale * height);
98 // height, and Bitmap, then recycle the other.
114 public void updatePlaceholderSize(int width, int height) {
116 if (width == 0 || height == 0) return
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
GraphicsUtilities.java 34 ImageData result = new ImageData(image.width + 2, image.height + 2, image.depth,
40 for (int y = 0; y < image.height; y++) {
62 int height = imageData.height; local
63 for (int y = 0; y < height; y++) {
79 ImageData result = new ImageData(image.width, image.height, image.depth,
85 for (int y = 0; y < image.height; y++) {
103 public static int getVerticalPixels(ImageData data, int x, int y, int height, int[] out) {
110 if (height > out.length) {
111 throw new IllegalArgumentException("out array length must be > height");
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_zs.c 117 unsigned width, unsigned height)
120 for(y = 0; y < height; ++y) {
130 unsigned width, unsigned height)
133 for(y = 0; y < height; ++y) {
143 unsigned width, unsigned height)
146 for(y = 0; y < height; ++y) {
164 unsigned width, unsigned height)
167 for(y = 0; y < height; ++y) {
186 unsigned width, unsigned height)
189 for(y = 0; y < height; ++y)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_zs.c 117 unsigned width, unsigned height)
120 for(y = 0; y < height; ++y) {
130 unsigned width, unsigned height)
133 for(y = 0; y < height; ++y) {
143 unsigned width, unsigned height)
146 for(y = 0; y < height; ++y) {
164 unsigned width, unsigned height)
167 for(y = 0; y < height; ++y) {
186 unsigned width, unsigned height)
189 for(y = 0; y < height; ++y)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
first_run.css 20 height: 100%;
44 height: 100%;
53 height: 100%;
66 height: 100%;
74 height: 153px;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
loadimage.h 19 void LoadA8ToRGBA8(size_t width, size_t height, size_t depth,
23 void LoadA8ToBGRA8(size_t width, size_t height, size_t depth,
27 void LoadA8ToBGRA8_SSE2(size_t width, size_t height, size_t depth,
31 void LoadA32FToRGBA32F(size_t width, size_t height, size_t depth,
35 void LoadA16FToRGBA16F(size_t width, size_t height, size_t depth,
39 void LoadL8ToRGBA8(size_t width, size_t height, size_t depth,
43 void LoadL8ToBGRA8(size_t width, size_t height, size_t depth,
47 void LoadL32FToRGBA32F(size_t width, size_t height, size_t depth,
51 void LoadL16FToRGBA16F(size_t width, size_t height, size_t depth,
55 void LoadLA8ToRGBA8(size_t width, size_t height, size_t depth
    [all...]

Completed in 614 milliseconds

<<11121314151617181920>>