Home
last modified time | relevance | path

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

/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp376 FX_BOOL IsSameLine(FX_BOOL bHorizontal, CFX_FloatRect Rect1, CFX_FloatRect Rect2) in IsSameLine() argument
380 if (!GetIntersection(Rect1.bottom, Rect1.top, Rect2.bottom, Rect2.top, in IsSameLine()
384 FX_FLOAT lineHeight = Rect1.top - Rect1.bottom; in IsSameLine()
397 … if(!GetIntersection(Rect1.left, Rect1.right, Rect2.left, Rect2.right, inter_left, inter_right)) { in IsSameLine()
401 if (inter_w < (Rect1.right - Rect1.left) / 2 && inter_w < (Rect2.right - Rect2.left) / 2) { in IsSameLine()