• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebCore-7600.1.25/rendering/

Lines Matching +refs:point +refs:max

392                 maxLogicalRight = std::max(logicalLeft, maxLogicalRight);
411 maxLogicalRight = std::max(logicalLeft, maxLogicalRight);
425 maxLogicalRight = std::max(logicalLeft, maxLogicalRight);
500 if (maxAscent + maxDescent >= std::max(maxPositionTop, maxPositionBottom))
518 // The maxAscent value represents the distance of the highest point of any box (typically including line-height) from
519 // the root box's baseline. The maxDescent value represents the distance of the lowest point of any box
711 lineBottom = std::max(lineBottom, newLogicalTop + boxHeight);
712 lineBottomIncludingMargins = std::max(lineBottom, std::max(lineBottomIncludingMargins, newLogicalTopIncludingMargins + boxHeightIncludingMargins));
732 lineBottom = std::max<LayoutUnit>(lineBottom, pixelSnappedLogicalBottom());
733 lineBottomIncludingMargins = std::max(lineBottom, lineBottomIncludingMargins);
750 maxLogicalTop = std::max<float>(maxLogicalTop, curr->y());
754 maxLogicalTop = std::max<float>(maxLogicalTop, localMaxLogicalTop);
794 LayoutUnit logicalBottomVisualOverflow = std::max(pixelSnappedLogicalBottom() + shadowLogicalBottom, logicalVisualOverflow.maxY());
801 LayoutUnit logicalRightVisualOverflow = std::max(pixelSnappedLogicalRight() + boxShadowLogicalRight, logicalVisualOverflow.maxX());
830 LayoutUnit logicalBottomVisualOverflow = std::max(pixelSnappedLogicalBottom() + outsetLogicalBottom, logicalVisualOverflow.maxY());
836 LayoutUnit logicalRightVisualOverflow = std::max(pixelSnappedLogicalRight() + outsetLogicalRight, logicalVisualOverflow.maxX());
870 bottomGlyphOverflow = std::max(bottomGlyphOverflow, emphasisMarkHeight);
882 LayoutUnit childOverflowLogicalBottom = std::max<LayoutUnit>(textShadowLogicalBottom + bottomGlyphOverflow, bottomGlyphOverflow);
889 LayoutUnit childOverflowLogicalRight = std::max<LayoutUnit>(textShadowLogicalRight + rightGlyphOverflow, rightGlyphOverflow);
892 LayoutUnit logicalBottomVisualOverflow = std::max(textBox.pixelSnappedLogicalBottom() + childOverflowLogicalBottom, logicalVisualOverflow.maxY());
894 LayoutUnit logicalRightVisualOverflow = std::max(textBox.pixelSnappedLogicalRight() + childOverflowLogicalRight, logicalVisualOverflow.maxX());
1014 // Culled parents are only relevant for area-based hit-tests, so ignore it in point-based ones.
1033 renderer().updateHitTestResult(result, locationInContainer.point() - toLayoutSize(accumulatedOffset));
1073 top = std::max(rootBox.lineTop(), top);
1083 renderer().updateHitTestResult(result, flipForWritingMode(locationInContainer.point() - toLayoutSize(accumulatedOffset))); // Don't add in m_x or m_y here, we want coords in the containing block's space.
1243 logicalTop = std::max(rootBox.lineTop(), logicalTop);
1499 result = std::max(result, toInlineFlowBox(curr)->computeOverAnnotationAdjustment(allowedPosition));
1512 result = std::max(result, allowedPosition - topOfFirstRubyTextLine);
1518 result = std::max(result, bottomOfLastRubyTextLine - allowedPosition);
1528 result = std::max(result, allowedPosition - topOfEmphasisMark);
1531 result = std::max(result, bottomOfEmphasisMark - allowedPosition);
1547 result = std::max(result, toInlineFlowBox(curr)->computeUnderAnnotationAdjustment(allowedPosition));
1560 result = std::max(result, allowedPosition - topOfFirstRubyTextLine);
1566 result = std::max(result, bottomOfLastRubyTextLine - allowedPosition);
1577 result = std::max(result, bottomOfEmphasisMark - allowedPosition);
1580 result = std::max(result, allowedPosition - topOfEmphasisMark);
1600 maxLevel = std::max(maxLevel, leaf->bidiLevel());