Searched refs:maxH (Results 1 – 3 of 3) sorted by relevance
724 int maxH = -1; in main() local730 maxH = SkMax32(size.height(), maxH); in main()744 if (glContext.get()->init(maxW, maxH)) { in main()
360 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()
1852 …int maxH = style()->logicalMaxHeight().isUndefined() ? heightResult : computeLogicalHeightUsing(st… in computeLogicalHeight() local1853 if (maxH == -1) in computeLogicalHeight()1854 maxH = heightResult; in computeLogicalHeight()1855 heightResult = min(maxH, heightResult); in computeLogicalHeight()