Searched defs:Height (Results 1 - 19 of 19) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dcairo_cached_surface.cc27 int CairoCachedSurface::Height() const { function in class:CairoCachedSurface
H A Dcustom_button.cc66 int CustomDrawButtonBase::Height() const { function in class:CustomDrawButtonBase
67 return surfaces_[0]->Height();
103 int y = widget->allocation.height - pixbuf->Height();
334 button_base_.Height());
/external/libvpx/vp8/common/
H A Donyxd.h30 int Height; member in struct:__anon6900
H A Donyx.h105 int Height; // height of data passed to the compressor member in struct:__anon6896
H A Donyxc_int.h92 int Height; member in struct:VP8Common
H A Dpostproc.c454 * unsigned int Height height of plane
472 unsigned int Width, unsigned int Height, int Pitch)
476 for (i = 0; i < Height; i++)
700 dest->y_height = oci->Height;
1104 dest->y_height = oci->Height;
468 vp8_plane_add_noise_c(unsigned char *Start, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int Width, unsigned int Height, int Pitch) argument
/external/libvpx/vp8/decoder/
H A Ddecodframe.c604 const int Height = pc->Height; local
613 pc->Height = (data[5] | (data[6] << 8)) & 0x3fff;
617 if (Width != pc->Width || Height != pc->Height)
628 if (pc->Height <= 0)
630 pc->Height = Height;
635 if (vp8_alloc_frame_buffers(pc, pc->Width, pc->Height))
646 if (pc->Width == 0 || pc->Height
[all...]
/external/libvpx/vp8/common/x86/
H A Dpostproc_mmx.c1044 * unsigned int Height height of plane
1058 void vp8_plane_add_noise_wmt(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a)
1115 for (i = 0; i < Height; i++)
1300 * unsigned int Height height of plane
1314 void vp8_plane_add_noise_mmx(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a)
1374 for (i = 0; i < Height; i++)
1411 void vp8_plane_add_noise_mmx(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a) argument
1428 for (i = 0; i < Height; i++)
1460 void vp8_plane_add_noise_wmt(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int q, int a) argument
1477 for (i = 0; i < Height;
[all...]
/external/giflib/
H A Dgif_lib.h79 GifWord Left, Top, Width, Height, /* Current image dimensions. */ member in struct:GifImageDesc
222 int QuantizeBuffer(unsigned int Width, unsigned int Height,
/external/opencv/cxcore/include/
H A Dcvwimage.h87 // for (int r = 0; r < im->Height(); ++r) {
193 int Height() const {return image_->height; } function in class:cv::WImage
330 Allocate(src.Width(), src.Height());
387 Allocate(src.Width(), src.Height());
534 WImage<T>::Height() != height || WImage<T>::Channels() != nchannels) {
544 if (IsNull() || WImage<T>::Width() != width || WImage<T>::Height() != height) {
/external/opencv/otherlibs/highgui/
H A Dhighgui.h372 int Height() { return !m_img ? 0 : !m_img->roi ? m_img->height : m_img->roi->height;}; function in class:CvvImage
/external/jhead/
H A Djhead.h80 int Height, Width; member in struct:__anon5991
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h271 bool isHeightCurrent : 1; // True if Height is current.
273 unsigned Height; // Node height. member in class:llvm::SUnit
289 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
303 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
316 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
374 return Height;
393 /// stored Height value will require recomputation the next time
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp368 unsigned Height = PredSU->getHeight(); local
369 if (Height < MinAvailableCycle)
370 MinAvailableCycle = Height;
689 DEBUG(dbgs() << " Height [" << SU->getHeight()
1764 dbgs() << "Height " << SU->getHeight() << ": ";
2158 unsigned Height = I->getSUnit()->getHeight();
2163 Height = closestSucc(I->getSUnit())+1;
2164 if (Height > MaxHeight)
2165 MaxHeight = Height;
2294 static bool BUHasStall(SUnit *SU, int Height, RegReductionPQBas
[all...]
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h503 WebRtc_UWord32 Height() const {return _height;} function in class:webrtc::VideoFrame
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1067 GLsizei Width, Height; /**< Size of box */ member in struct:gl_scissor_attrib
1227 GLuint Height; /**< = 2^HeightLog2 + 2*Border */ member in struct:gl_texture_image
1230 GLuint Height2; /**< = Height - 2*Border */
1486 // GLsizei Width, Height; /**< size */
2351 // GLuint Width, Height;
2490 // GLuint Width, Height; /**< size of frame buffer in pixels */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 604 milliseconds