Home
last modified time | relevance | path

Searched refs:maxH (Results 1 – 3 of 3) sorted by relevance

/external/skia/gm/
Dgmmain.cpp724 int maxH = -1; in main() local
730 maxH = SkMax32(size.height(), maxH); in main()
744 if (glContext.get()->init(maxW, maxH)) { in main()
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp360 DEBUG(unsigned maxH = 0; in schedule()
362 if (SUnits[su].getHeight() > maxH) in schedule()
363 maxH = SUnits[su].getHeight(); in schedule()
364 dbgs() << "Max Height " << maxH << "\n";); in schedule()
/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp1852 …int maxH = style()->logicalMaxHeight().isUndefined() ? heightResult : computeLogicalHeightUsing(st… in computeLogicalHeight() local
1853 if (maxH == -1) in computeLogicalHeight()
1854 maxH = heightResult; in computeLogicalHeight()
1855 heightResult = min(maxH, heightResult); in computeLogicalHeight()