Home
last modified time | relevance | path

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

/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp379 FX_BOOL IsSameLine(FX_BOOL bHorizontal, CFX_FloatRect Rect1, CFX_FloatRect Rect2) in IsSameLine() argument
383 if (!GetIntersection(Rect1.bottom, Rect1.top, Rect2.bottom, Rect2.top, in IsSameLine()
388 if(lineHeight > 20 && lineHeight > Rect2.Height() * 2) { in IsSameLine()
391 if(lineHeight > 5 && Rect2.Height() / 2 > lineHeight) { in IsSameLine()
395 if (inter_h < (lineHeight) / 2 && inter_h < Rect2.Height() / 2) { in IsSameLine()
400 … if(!GetIntersection(Rect1.left, Rect1.right, Rect2.left, Rect2.right, inter_left, inter_right)) { in IsSameLine()
404 if (inter_w < (Rect1.right - Rect1.left) / 2 && inter_w < (Rect2.right - Rect2.left) / 2) { in IsSameLine()