Searched refs:Height (Results 1 - 25 of 110) sorted by relevance

12345

/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursespad.cc90 int Height = W->height(); local
144 if (min_row < (height() - Height - 1)) {
146 if (min_row > (height() - Height - v_gridsize - 1))
147 min_row = height() - Height - 1;
228 int Height = W->height(); local
237 v_len = (Height*Height + height() - 1)/height();
240 if (v_len > Height)
241 v_len = Height;
247 row = (min_row * Height
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineTraceMetrics.h117 /// For regunits: Height of the highest user in the trace.
118 unsigned Height; member in struct:llvm::MachineTraceMetrics::LiveInReg
120 LiveInReg(unsigned Reg, unsigned Height = 0) : Reg(Reg), Height(Height) {}
210 unsigned Height; member in struct:llvm::MachineTraceMetrics::InstrCycles
H A DMachineTraceMetrics.cpp273 unsigned Height = SuccTBI->InstrHeight; local
274 if (!Best || Height < BestHeight)
275 Best = Succ, BestHeight = Height;
682 unsigned Len = LIR.Height + Cycles[DefMI].Depth;
763 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height);
771 // Height is the issue height computed from virtual register dependencies alone.
772 static unsigned updatePhysDepsUpwards(const MachineInstr *MI, unsigned Height,
789 // update MI Height to consider the physreg dependencies.
802 Height = std::max(Height, DepHeigh
[all...]
H A DScheduleDAG.cpp212 Height = NewHeight;
264 SuccSU->Height + I->getLatency());
273 if (MaxSuccHeight != Cur->Height) {
275 Cur->Height = MaxSuccHeight;
298 dbgs() << " Height : " << Height << "\n";
368 << (isBottomUp ? "Height" : "Depth") << " value!\n";
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGForeignObjectElement.h55 DECLARE_ANIMATED_LENGTH(Height, height)
H A DSVGRectElement.h54 DECLARE_ANIMATED_LENGTH(Height, height)
H A DSVGFilterElement.h71 DECLARE_ANIMATED_LENGTH(Height, height)
H A DSVGImageElement.h68 DECLARE_ANIMATED_LENGTH(Height, height)
H A DSVGMaskElement.h61 DECLARE_ANIMATED_LENGTH(Height, height)
H A DSVGFilterPrimitiveStandardAttributes.h79 DECLARE_ANIMATED_LENGTH(Height, height)
H A DSVGPatternElement.h73 DECLARE_ANIMATED_LENGTH(Height, height)
H A DSVGUseElement.h105 DECLARE_ANIMATED_LENGTH(Height, height)
H A DSVGFilterPrimitiveStandardAttributes.cpp44 DEFINE_ANIMATED_LENGTH(SVGFilterPrimitiveStandardAttributes, SVGNames::heightAttr, Height, height)
H A DSVGForeignObjectElement.cpp41 DEFINE_ANIMATED_LENGTH(SVGForeignObjectElement, SVGNames::heightAttr, Height, height)
H A DSVGRectElement.cpp39 DEFINE_ANIMATED_LENGTH(SVGRectElement, SVGNames::heightAttr, Height, height)
H A DSVGSVGElement.h162 DECLARE_ANIMATED_LENGTH(Height, height)
/macosx-10.10/WebCore-7600.1.25/platform/mediastream/mac/
H A DAVCaptureDeviceManager.h55 enum ValidConstraints { Width = 0, Height, FrameRate, FacingMode, Gain }; enumerator in enum:WebCore::AVCaptureDeviceManager::ValidConstraints
H A DAVVideoCaptureSource.mm177 constraints->getMandatoryConstraintValue(constraintNames[AVCaptureDeviceManager::Height], heightConstraint);
183 constraints->getOptionalConstraintValue(constraintNames[AVCaptureDeviceManager::Height], heightConstraint);
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dfeedback.itk119 rename -height -barheight barHeight Height
128 rename -height -barheight barHeight Height
H A Dtimeentry.itk80 itk_option define -watchheight watchHeight Height 175
302 rename -height -watchheight watchHeight Height
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DVTTRegion.h114 Height, enumerator in enum:WebCore::VTTRegion::RegionSetting
H A DVTTRegion.cpp249 return Height;
288 case Height: {
293 LOG(Media, "VTTRegion::parseSettingValue, invalid Height");
/macosx-10.10/Heimdal-398.1.2/appl/xnlock/
H A Dxnlock.c74 static unsigned short Width, Height; variable
341 else if (dir & DOWN && y < (int)Height - 64)
433 if (y + Y_INCR*length <= (int)Height - 70)
444 y + Y_INCR * length <= (int)Height - 70)
448 y + Y_INCR*length <= (int)Height - 70)
474 time_y = prompt_y = Height / 2;
547 event.width = Width, event.height = Height;
993 Height = DisplayHeight(dpy, DefaultScreen(dpy)) + 2;
1031 XtNheight, Height,
1050 y = Height /
[all...]
/macosx-10.10/llvmCore-3425.0.34/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
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DWaveform.tcl20 pack [ scale .f1.s2 -variable height -label Height -from 10 -to 200 \

Completed in 317 milliseconds

12345