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

<<11121314151617181920>>

  /external/chromium_org/printing/
printed_page.cc 36 if (paper_size.height() > page_size().height()) {
37 int diff = paper_size.height() - page_size().height();
  /external/chromium_org/skia/ext/
bitmap_platform_device_cairo.h 70 // Constructs a device with size |width| * |height| with contents initialized
73 static BitmapPlatformDevice* Create(int width, int height, bool is_opaque);
78 static BitmapPlatformDevice* CreateAndClear(int width, int height,
83 static BitmapPlatformDevice* Create(int width, int height, bool is_opaque,
100 static BitmapPlatformDevice* Create(int width, int height, bool is_opaque,
  /external/chromium_org/third_party/WebKit/Source/core/html/
ImageData.h 48 static PassRefPtrWillBeRawPtr<ImageData> create(unsigned width, unsigned height, ExceptionState&);
49 static PassRefPtrWillBeRawPtr<ImageData> create(Uint8ClampedArray*, unsigned width, unsigned height, ExceptionState&);
53 int height() const { return m_size.height(); } function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/platform/
OverscrollTheme.cpp 52 IntRect(m_overhangShadow->width() / 2, m_overhangShadow->height() / 2, 1, 1));
58 // round-down, and that for the width and height, the 1-pixel aperture is being replaced
62 static_cast<int>(rootContentLayer->position().y()) - m_overhangShadow->height() / 2,
64 static_cast<int>(rootContentLayer->size().height()) + m_overhangShadow->height() - 1);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/cg/
FloatSizeCG.cpp 34 FloatSize::FloatSize(const CGSize& s) : m_width(s.width), m_height(s.height)
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
VideoRenderer.java 44 public final int height; field in class:VideoRenderer.I420Frame
57 int width, int height, int[] yuvStrides, ByteBuffer[] yuvPlanes) {
59 this.height = height;
63 yuvPlanes[0] = ByteBuffer.allocateDirect(yuvStrides[0] * height);
64 yuvPlanes[1] = ByteBuffer.allocateDirect(yuvStrides[1] * height);
65 yuvPlanes[2] = ByteBuffer.allocateDirect(yuvStrides[2] * height);
75 int width, int height, Object textureObject, int textureId) {
77 this.height = height;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videorenderer.h 46 virtual bool SetSize(int width, int height, int reserved) = 0;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_resize.h 18 int height,
30 int height,
44 int height,
58 int height,
  /external/chromium_org/third_party/libvpx/source/libvpx/
y4menc.h 24 int y4m_write_file_header(char *buf, size_t len, int width, int height,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_decoder.c 52 unsigned width, unsigned height, unsigned max_references,
59 assert(width > 0 && height > 0);
69 buffer_height = pot_buffers ? util_next_power_of_two(height) : align(height, VL_MACROBLOCK_HEIGHT);
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
drisw_api.h 15 void *data, unsigned width, unsigned height);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
drawtex.h 35 _mesa_DrawTexf(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
41 _mesa_DrawTexi(GLint x, GLint y, GLint z, GLint width, GLint height);
47 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
53 _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
texstorage.h 36 GLsizei width, GLsizei height);
41 GLsizei width, GLsizei height, GLsizei depth);
53 GLsizei width, GLsizei height);
58 GLsizei width, GLsizei height, GLsizei depth);
  /external/chromium_org/third_party/polymer/components/paper-progress/
paper-progress.css 13 height: 4px;
18 height: 100%;
  /external/chromium_org/third_party/polymer/components-chromium/paper-progress/
paper-progress.css 13 height: 4px;
18 height: 100%;
  /external/chromium_org/third_party/skia/src/gpu/
GrStencilBuffer.cpp 22 // we should never have more than one stencil buffer with same combo of (width,height,samplecount)
23 void gen_cache_id(int width, int height, int sampleCnt, GrCacheID* cacheID) {
28 keyData[1] = height;
37 int height,
43 gen_cache_id(width, height, sampleCnt, &id);
  /external/chromium_org/third_party/skia/src/svg/
SkSVGFilter.cpp 15 SVG_ATTRIBUTE(height),
  /external/chromium_org/third_party/skia/tests/
FillPathTest.cpp 33 int height = 100; local
36 clip.set(0, height - expected_lines, width, height);
38 path.quadTo(SkIntToScalar(width/2), SkIntToScalar(height),
  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.h 66 etc1_uint32 etc1_get_encoded_data_size(etc1_uint32 width, etc1_uint32 height);
75 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height,
87 etc1_uint32 width, etc1_uint32 height,
96 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height);
106 // Read the image height from a PKM header
  /external/chromium_org/third_party/webrtc/modules/video_capture/
video_capture_delay.h 22 int32_t height; member in struct:webrtc::videocapturemodule::DelayValue
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
spatial_resampler.h 27 virtual int32_t SetTargetFrameSize(int32_t width, int32_t height) = 0;
35 virtual bool ApplyResample(int32_t width, int32_t height) = 0;
42 virtual int32_t SetTargetFrameSize(int32_t width, int32_t height);
49 virtual bool ApplyResample(int32_t width, int32_t height);
  /external/chromium_org/third_party/webrtc/tools/frame_editing/
frame_editing_lib.h 34 int EditFrames(const std::string& in_path, int width, int height,
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/many_images/images/
generate_images.sh 21 height=$(( ((1 - rand_bin) * MAX_DIM) + (rand_bin * rand_dim) ))
24 convert -size ${width}x${height} plasma:fractal image${i}_t.png
  /external/chromium_org/ui/accessibility/extensions/caretbrowsing/
caretbrowsing.css 8 min-height: 10px;
15 min-height: 10px;
  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
ViewAndroidDelegate.java 25 * @param height The height of the anchor view.
27 void setAnchorViewPosition(View view, float x, float y, float width, float height);

Completed in 846 milliseconds

<<11121314151617181920>>