Searched defs:Height (Results 1 - 21 of 21) 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:__anon8797
H A Donyx.h105 int Height; // height of data passed to the compressor member in struct:__anon8793
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/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp270 unsigned Height = SuccTBI->InstrHeight; local
271 if (!Best || Height < BestHeight)
272 Best = Succ, BestHeight = Height;
679 unsigned Len = LIR.Height + Cycles[DefMI].Depth;
761 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height);
769 // Height is the issue height computed from virtual register dependencies alone.
770 static unsigned updatePhysDepsUpwards(const MachineInstr *MI, unsigned Height,
787 // update MI Height to consider the physreg dependencies.
804 Height = std::max(Height, DepHeigh
[all...]
H A DMachineTraceMetrics.h116 /// For regunits: Height of the highest user in the trace.
117 unsigned Height; member in struct:llvm::MachineTraceMetrics::LiveInReg
119 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {}
201 unsigned Height; member in struct:llvm::MachineTraceMetrics::InstrCycles
/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.h85 int Height, Width; member in struct:__anon7125
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h291 bool isHeightCurrent : 1; // True if Height is current.
293 unsigned Height; // Node height. member in class:llvm::SUnit
312 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
326 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
339 isDepthCurrent(false), isHeightCurrent(false), Depth(0), Height(0),
397 return Height;
416 /// stored Height value will require recomputation the next time
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp369 unsigned Height = PredSU->getHeight(); local
370 if (Height < MinAvailableCycle)
371 MinAvailableCycle = Height;
692 DEBUG(dbgs() << " Height [" << SU->getHeight()
1768 dbgs() << "Height " << SU->getHeight() << ": ";
2165 unsigned Height = I->getSUnit()->getHeight();
2170 Height = closestSucc(I->getSUnit())+1;
2171 if (Height > MaxHeight)
2172 MaxHeight = Height;
2301 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 3220 milliseconds