HomeSort by relevance Sort by last modified time
    Searched defs:Width (Results 1 - 10 of 10) sorted by null

  /external/libvpx/vp8/common/
onyxd.h 29 int Width;
onyx.h 102 int Width; // width of data passed to the compressor
onyxc_int.h 90 int Width;
  /external/libvpx/vp8/decoder/
decodframe.c 588 const int Width = pc->Width;
596 pc->Width = (data[3] | (data[4] << 8)) & 0x3fff;
602 if (Width != pc->Width || Height != pc->Height)
604 if (pc->Width <= 0)
606 pc->Width = Width;
608 "Invalid frame width");
618 if (vp8_alloc_frame_buffers(pc, pc->Width, pc->Height)
    [all...]
  /external/v8/tools/
tickprocessor.py 95 if narrowest is None or region.Width() < narrowest.Width():
142 def Width(self):
  /external/giflib/
gif_lib.h 79 GifWord Left, Top, Width, Height, /* Current image dimensions. */
148 int Width, int GifHeight, int GifInterlace,
222 int QuantizeBuffer(unsigned int Width, unsigned int Height,
  /external/webkit/WebCore/rendering/
RenderBox.h 32 enum WidthType { Width, MinWidth, MaxWidth };
45 int width() const { return m_frameRect.width(); } function in class:WebCore::RenderBox
50 void setWidth(int width) { m_frameRect.setWidth(width); }
65 IntRect borderBoxRect() const { return IntRect(0, 0, width(), height()); }
94 int rightLayoutOverflow() const { return m_overflow ? m_overflow->rightLayoutOverflow() : width(); }
100 int rightVisualOverflow() const { return m_overflow ? m_overflow->rightVisualOverflow() : width(); }
114 // to return the remaining width on a given line (and the height of a single line).
115 virtual int offsetWidth() const { return width(); }
    [all...]
  /external/jhead/
jhead.h 80 int Height, Width;
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 153 milliseconds