Searched defs:height (Results 26 - 50 of 2970) sorted by relevance

1234567891011>>

/external/skia/src/gpu/
H A DGrClipData.cpp21 void GrClipData::getConservativeBounds(int width, int height, argument
29 height,
H A DGrRectanizer_pow2.cpp11 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { argument
13 (unsigned)height > (unsigned)this->height()) {
17 int32_t area = width * height; // computed here since height will be modified
19 height = GrNextPow2(height);
20 if (height < kMIN_HEIGHT_POW2) {
21 height = kMIN_HEIGHT_POW2;
24 Row* row = &fRows[HeightToRowIndex(height)];
[all...]
/external/chromium_org/ash/system/tray/
H A Dfixed_sized_image_view.cc9 FixedSizedImageView::FixedSizedImageView(int width, int height) argument
11 height_(height) {
22 height_ ? height_ : size.height());
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_extension_api.cc34 const char kHeight[] = "height";
35 int height = 0; local
37 EXTENSION_FUNCTION_VALIDATE(args->GetInteger(kHeight, &height));
51 web_contents, browser, extension(), url, height);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_avatar_icon_util_unittest.cc50 rect_picture, true, size.width(), size.height());
89 int height = 40; local
95 profile_image, false, width, height);
102 gfx::Size size(width, height);
104 rect_picture, true, width, height);
/external/chromium_org/chrome/test/chromedriver/
H A Dbasic_types.h21 WebSize(int width, int height);
25 int height; member in struct:WebSize
30 WebRect(int x, int y, int width, int height);
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevice_metrics.h9 DeviceMetrics(int width, int height, double device_scale_factor);
13 int height; member in struct:DeviceMetrics
/external/chromium_org/content/renderer/
H A Dsad_plugin.cc20 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/gpu/gles2_conform_support/native/
H A Degl_native_x11.cc15 EGLImageKHR GTFCreateEGLImage(int width, int height, argument
40 height,
/external/chromium_org/media/cast/test/utility/
H A Dgenerate_barcode_video.cc26 "<width> <height> <fps> <frames> >output.y4m\n");
30 int height = atoi(argv[2]); local
34 media::VideoFrame::CreateBlackFrame(gfx::Size(width, height));
35 printf("YUV4MPEG2 W%d H%d F%d:1 Ip C420mpeg2\n", width, height, fps);
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_context_2d.h21 int32_t height; member in struct:__anon8930
/external/chromium_org/ppapi/c/
H A Dpp_size.h16 * 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
41 /** This value represents the height of the rectangle. */
42 float height; member in struct:PP_FloatSize
54 * PP_MakeSize() creates a <code>PP_Size</code> given a width and height as
58 * @param[in] h An int32_t value representing a height.
65 ret.height = h;
71 * width and height as float values.
74 * @param[in] h An float value representing a height
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dmedia_stream_video_track_shared.h19 height(0),
23 int32_t height; member in struct:ppapi::MediaStreamVideoTrackShared::Attributes
/external/chromium_org/ppapi/tests/
H A Dtest_video_decoder.cc18 const int height = 16; local
20 PP_GRAPHICS3DATTRIB_HEIGHT, height,
/external/chromium_org/remoting/host/
H A Dscreen_resolution.cc32 int64 height = dimensions_.height(); local
37 height = std::min(height * new_dpi.y() / dpi_.y(),
39 return webrtc::DesktopSize(width, height);
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device.h24 inline bool RasterDeviceTooBigToAllocate(int width, int height) { argument
31 int64_t bytes = (int64_t)width * height * bytesPerPixel;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRootInlineBox.h43 void setLogicalHeight(float height) { m_logicalHeight = height; } argument
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatSize.cpp40 , m_height(size.height().toFloat())
59 FloatSize FloatSize::narrowPrecision(double width, double height) argument
61 return FloatSize(narrowPrecisionToFloat(width), narrowPrecisionToFloat(height));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DInterceptingCanvas.h41 InterceptingCanvas(int width, int height) : SkCanvas(width, height), m_depthCount(0) { }; argument
/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A Dtexture_utils.cpp24 const size_t height = 2; local
25 GLubyte pixels[width * height * 3] =
32 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_BYTE, pixels);
83 const size_t height = 256; local
84 std::array<GLubyte, width * height * 3> pixels;
87 for (GLsizei y = 0; y < height; y++)
105 pixels[(y * height + x) * 3] = rColor;
106 pixels[(y * height + x) * 3 + 1] = 0;
107 pixels[(y * height + x) * 3 + 2] = bColor;
119 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height,
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dnullvideorenderer.h37 virtual bool SetSize(int width, int height, int reserved) { argument
/external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/libvpx/source/libvpx/
H A Dy4menc.c14 int y4m_write_file_header(char *buf, size_t len, int width, int height, argument
54 return snprintf(buf, len, "YUV4MPEG2 W%u H%u F%u:%u I%c %s", width, height,
/external/chromium_org/third_party/libyuv/unit_test/
H A Dunit_test.cc38 const char* height = getenv("LIBYUV_HEIGHT"); local
39 if (height) {
40 benchmark_height_ = atoi(height); // NOLINT
/external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-egl/
H A Dwayland-egl.c9 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;
8 wl_egl_window_resize(struct wl_egl_window *egl_window, int width, int height, int dx, int dy) argument
22 wl_egl_window_create(struct wl_surface *surface, int width, int height) argument
48 wl_egl_window_get_attached_size(struct wl_egl_window *egl_window, int *width, int *height) argument

Completed in 591 milliseconds

1234567891011>>