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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/common/
web_application_info.cc 7 WebApplicationInfo::IconInfo::IconInfo() : width(0), height(0) {
  /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
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/third_party/WebKit/Source/core/animation/animatable/
AnimatableLengthSize.cpp 41 AnimatableValue::interpolate(this->height(), lengthSize->height(), fraction));
47 return width()->equals(lengthSize->width()) && height()->equals(lengthSize->height());
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakevideotrackrenderer.h 47 virtual void SetSize(int width, int height) {
48 fake_renderer_.SetSize(width, height, 0);
57 int height() const { return fake_renderer_.height(); } function in class:webrtc::FakeVideoTrackRenderer
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
nullvideorenderer.h 37 virtual bool SetSize(int width, int height, int reserved) {
videoframefactory.h 47 const CapturedFrame* input_frame, int width, int height) const = 0;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframefactory.h 40 const CapturedFrame* aliased_frame, int width, int height) const OVERRIDE;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_alloccommon.h 23 int vp9_alloc_context_buffers(struct VP9Common *cm, int width, int height);
27 int vp9_alloc_ref_frame_buffers(struct VP9Common *cm, int width, int height);
30 int vp9_alloc_state_buffers(struct VP9Common *cm, int width, int height);
33 void vp9_set_mb_mi(struct VP9Common *cm, int width, int height);
  /external/chromium_org/third_party/libwebp/utils/
quant_levels.h 25 // Replace the input 'data' of size 'width'x'height' with 'num-levels'
29 int QuantizeLevels(uint8_t* const data, int width, int height, int num_levels,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_etc.h 32 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
35 util_format_etc1_rgb8_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_etc1_rgb8_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
u_format_latc.h 35 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_latc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
55 util_format_latc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
58 util_format_latc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_latc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
64 util_format_latc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
74 util_format_latc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
77 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-null/
graw_null.c 10 unsigned height,
  /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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tile.h 32 gl_format format, unsigned width, unsigned height);
36 gl_format format, unsigned width, unsigned height);
  /external/chromium_org/third_party/skia/src/core/
SkBitmap_scroll.cpp 28 int height = this->height(); local
31 if ((dx | dy) == 0 || width <= 0 || height <= 0) {
42 r.set(0, 0, width, height);
71 height += dy;
74 height -= dy;
76 src += (height - 1) * rowBytes;
77 dst += (height - 1) * rowBytes;
97 while (--height >= 0) {
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRect_opts_SSE2.h 17 int width, int height,
SkMorphology_opts_SSE2.h 14 int width, int height, int srcStride, int dstStride);
16 int width, int height, int srcStride, int dstStride);
18 int width, int height, int srcStride, int dstStride);
20 int width, int height, int srcStride, int dstStride);
  /external/chromium_org/third_party/webrtc/base/
x11windowpicker.h 39 int* height);
40 uint8* GetWindowIcon(const WindowId& id, int* width, int* height);
41 uint8* GetWindowThumbnail(const WindowId& id, int width, int height);
43 uint8* GetDesktopThumbnail(const DesktopId& id, int width, int height);
  /external/chromium_org/third_party/webrtc/test/
null_platform_renderer.cc 18 size_t height) {
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
vie_external_render_filter.h 32 unsigned int height) {
33 if (width != width_ || height_ != height) {
34 renderer_->FrameSizeChange(width, height, 1);
36 height_ = height;
  /external/deqp/modules/egl/
teglGLES1RenderUtil.cpp 41 void clear (int x, int y, int width, int height, const tcu::Vec4& color)
44 glScissor(x, y, width, height);
50 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
52 dst.setSize(width, height);
53 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
58 void clear (int x, int y, int width, int height, const tcu::Vec4& color)
60 DE_UNREF(x && y && width && height);
65 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
67 DE_UNREF(x && y && width && height);
teglGLES2RenderUtil.cpp 45 void clear (int x, int y, int width, int height, const tcu::Vec4& color)
48 glScissor(x, y, width, height);
54 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
56 dst.setSize(width, height);
57 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
62 void clear (int x, int y, int width, int height, const tcu::Vec4& color)
64 DE_UNREF(x && y && width && height);
69 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
71 DE_UNREF(x && y && width && height);
teglVGRenderUtil.cpp 41 void clear (int x, int y, int width, int height, const tcu::Vec4& color)
44 vgClear(x, y, width, height);
48 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
50 dst.setSize(width, height);
51 vgReadPixels(dst.getAccess().getDataPtr(), width*4, VG_sRGBA_8888, 0, 0, width, height);
56 void clear (int x, int y, int width, int height, const tcu::Vec4& color)
58 DE_UNREF(x && y && width && height);
63 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
65 DE_UNREF(x && y && width && height);
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
AttributeStrategy.java 20 public Bitmap get(int width, int height, Bitmap.Config config) {
21 final Key key = keyPool.get(width, height, config);
37 public String logBitmap(int width, int height, Bitmap.Config config) {
38 return getBitmapString(width, height, config);
55 private static String getBitmapString(int width, int height, Bitmap.Config config) {
56 return "[" + width + "x" + height + "], " + config;
60 public Key get(int width, int height, Bitmap.Config config) {
62 result.init(width, height, config);
75 private int height; field in class:AttributeStrategy.Key
83 public void init(int width, int height, Bitmap.Config config)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_etc.h 32 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
35 util_format_etc1_rgb8_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_etc1_rgb8_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);

Completed in 569 milliseconds

1 2 3 4 56 7 8 91011>>